diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 9d79beb9..573f7d99 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,6 +37,9 @@ $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ \ --language=C -o $@ $(PL_CFILES) $(WIZCFILES) + echo -e "\\nmsgid \"Cancel\"\\nmsgstr \"\"" >> drakwizard.pot + echo -e "\\nmsgid \"Next ->\"\\nmsgstr \"\"" >> drakwizard.pot + echo -e "\\nmsgid \"<- Previous\"\\nmsgstr \"\"" >> drakwizard.pot echo -e "\\nmsgid \"enabled\"\\nmsgstr \"\"\\n\nmsgid \"disabled\"\\nmsgstr \"\"\\n" >> drakwizard.pot @rm -rf $(PL_CFILES) $(WIZCFILES) |