|
libzypp
17.37.18
|
#include <zypp-core/Globals.h>

Go to the source code of this file.
Namespaces | |
| zypp | |
| zypp::gettext | |
Macros | |
| #define | N_(MSG) MSG |
| #define | _(MSG) ::gettext( MSG ) |
| #define | PL_(MSG1, MSG2, N) ::ngettext( MSG1, MSG2, N ) |
Functions | |
| const char * | zypp::gettext::dgettext (const char *msgid) ZYPP_API |
| Return translated text. More... | |
| const char * | zypp::gettext::dngettext (const char *msgid1, const char *msgid2, unsigned long n) ZYPP_API |
| Return translated text (plural form). More... | |