mcabber/lang.h
author tailor@frmp8452
Thu, 30 Jun 2005 21:39:31 +0000
changeset 0 b3b2332715fb
permissions -rw-r--r--
Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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