annotate mcabber/lang.h @ 23:d7107507424b

[/trunk] Changeset 39 by mikael * Update TODO
author mikael
date Sun, 27 Mar 2005 20:09:05 +0000
parents b3b2332715fb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
1 #ifndef __LANG_H__
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2 #define __LANG_H__ 1
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
3
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4 void lng_InitLanguage(void);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
5 char *i18n(char *text);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
6
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7 #endif