27 #include <sbuild/sbuild-config.h> 29 #ifdef SBUILD_FEATURE_NLS 31 #endif // SBUILD_FEATURE_NLS 58 #ifdef SBUILD_FEATURE_NLS 59 return dgettext (SBUILD_MESSAGE_CATALOGUE, message);
62 #endif // SBUILD_FEATURE_NLS 73 _ (
const char *message)
98 N_ (
const char *message)
Debian source builder components.
Definition: sbuild-auth-null.h:24
const char * N_(const char *message)
Get a message with no translation.
Definition: sbuild-i18n.h:98
const char * _(const char *message)
Get a translated message.
Definition: sbuild-i18n.h:73
const char * gettext_noop(const char *message)
Get a message with no translation.
Definition: sbuild-i18n.h:85
const char * gettext(const char *message)
Get a translated message.
Definition: sbuild-i18n.h:56