diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-09-11 14:45:27 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-09-11 14:45:27 +0000 |
commit | f08ef8547eeb6b96a1cf186c7818e170f85a10c1 (patch) | |
tree | 13240f4c97407497257d4bd5142c3832b446eb62 /po/Makefile | |
parent | 59a226e1b1b148c3fff43a5df7fac8d6d578ac66 (diff) | |
download | drakwizard-f08ef8547eeb6b96a1cf186c7818e170f85a10c1.tar drakwizard-f08ef8547eeb6b96a1cf186c7818e170f85a10c1.tar.gz drakwizard-f08ef8547eeb6b96a1cf186c7818e170f85a10c1.tar.bz2 drakwizard-f08ef8547eeb6b96a1cf186c7818e170f85a10c1.tar.xz drakwizard-f08ef8547eeb6b96a1cf186c7818e170f85a10c1.zip |
Make buttons (Cancel, Next etc) translatable
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) |