17
17
/** Just tag text for translation. */
20
22
/** Return translated text. */
21
23
#define _(MSG) ::zypp::gettext::dgettext( MSG )
23
25
/** Return translated text (plural form). */
24
26
#define _PL(MSG1,MSG2,N) ::zypp::gettext::dngettext( MSG1, MSG2, N )
30
#define _PL(MSG1,MSG2,N) ::ngettext( MSG1, MSG2, N )
26
33
///////////////////////////////////////////////////////////////////
28
35
{ /////////////////////////////////////////////////////////////////