libzypp  13.10.6
zypp::gettext Namespace Reference

Functions

void assertInit ()
 
const char * dgettext (const char *msgid)
 Return translated text. More...
 
const char * dngettext (const char *msgid1, const char *msgid2, unsigned long n)
 Return translated text (plural form). More...
 

Function Documentation

void zypp::gettext::assertInit ( )
inline

Definition at line 34 of file Gettext.cc.

const char * zypp::gettext::dgettext ( const char *  msgid)

Return translated text.

Definition at line 45 of file Gettext.cc.

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.