/* * gettext support macros */ #include #include #define P_(String) gettext(String) #define PL_(StringS, StringP, N) ngettext(StringS, StringP, N)