diff options
Diffstat (limited to 'inc/language.h')
-rw-r--r-- | inc/language.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/language.h b/inc/language.h new file mode 100644 index 0000000..1150946 --- /dev/null +++ b/inc/language.h @@ -0,0 +1,4 @@ +#include <libintl.h> + +#define POWER_ON_SIGN_TEXT dgettext(PACKAGE, "CONV_SETTING_APP_POWER_ON") +#define POWER_OFF_SIGN_TEXT dgettext(PACKAGE, "CONV_SETTING_APP_POWER_OFF")
\ No newline at end of file |