libzypp  15.28.6
Gettext.h File Reference

Interface to gettext. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::gettext
 

Macros

#define N_(MSG)   MSG
 Just tag text for translation. More...
 
#define _(MSG)   ::gettext( MSG )
 
#define PL_(MSG1, MSG2, N)   ::ngettext( MSG1, MSG2, N )
 

Functions

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

Detailed Description

Interface to gettext.

Definition in file Gettext.h.

Macro Definition Documentation

#define N_ (   MSG)    MSG

Just tag text for translation.

Definition at line 18 of file Gettext.h.

#define _ (   MSG)    ::gettext( MSG )

Definition at line 29 of file Gettext.h.

#define PL_ (   MSG1,
  MSG2,
 
)    ::ngettext( MSG1, MSG2, N )

Definition at line 30 of file Gettext.h.