|
libzypp
9.1.2
|
Functions | |
| void | assertInit () |
| const char * | dgettext (const char *msgid) |
| Return translated text. | |
| const char * | dngettext (const char *msgid1, const char *msgid2, unsigned long n) |
| Return translated text (plural form). | |
| void zypp::gettext::assertInit | ( | ) | [inline] |
Definition at line 34 of file Gettext.cc.
Referenced by dgettext(), and dngettext().
| const char * zypp::gettext::dgettext | ( | const char * | msgid | ) |
| const char * zypp::gettext::dngettext | ( | const char * | msgid1, |
| const char * | msgid2, | ||
| unsigned long | n | ||
| ) |
Return translated text (plural form).
Definition at line 51 of file Gettext.cc.
References assertInit().
1.7.6.1