Go to the documentation of this file.
14 #ifndef ZYPP_BASE_GETTEXT_H
15 #define ZYPP_BASE_GETTEXT_H
17 #ifdef ZYPP_DLL //defined if zypp is compiled as DLL
25 #define _(MSG) ::zypp::gettext::dgettext( MSG )
29 #define PL_(MSG1,MSG2,N) ::zypp::gettext::dngettext( MSG1, MSG2, N )
37 #define _(MSG) ::gettext( MSG )
40 #define PL_(MSG1,MSG2,N) ::ngettext( MSG1, MSG2, N )
53 const char *
dgettext(
const char * msgid );
56 const char *
dngettext(
const char * msgid1,
const char * msgid2,
65 #endif // ZYPP_BASE_GETTEXT_H