Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::gettext |
Defines | |
| #define | N_(MSG) MSG |
| Just tag text for translation. | |
| #define | _(MSG) ::zypp::gettext::dgettext( MSG ) |
| Return translated text. | |
| #define | _PL(MSG1, MSG2, N) ::zypp::gettext::dngettext( MSG1; MSG2, N ) |
| Return translated text (plural form). | |
Functions | |
| const char * | zypp::gettext::dgettext (const char *msgid) |
| Return translated text. | |
| const char * | zypp::gettext::dngettext (const char *msgid1, const char *msgid2, unsigned long n) |
| Return translated text (plural form). | |
Definition in file Gettext.h.
|
|
Just tag text for translation.
Definition at line 18 of file Gettext.h. Referenced by zypp::source::yum::YUMSourceImpl::checkMetadataChecksums(), zypp::storage::XMLFilesBackend::createScript(), zypp::source::yum::YUMScriptImpl::do_script(), zypp::source::yum::YUMSourceImpl::downloadMetadata(), zypp::ZYppFactory::getZYpp(), and zypp::source::yum::YUMScriptImpl::undo_script(). |
|
|
|
Return translated text (plural form).
|
1.4.6