Adding strings from Real Rainbow tool.

POTFILES.in now generated by 'update-po.sh', so it won't miss new magic tools.
This commit is contained in:
William Kendrick 2009-04-06 11:08:27 +00:00
parent 262e353025
commit 2de1418361
87 changed files with 3013 additions and 1949 deletions

View file

@ -1,5 +1,8 @@
#!/bin/sh
cp POTFILES.in.in POTFILES.in
ls ../../magic/src/*.c | cut -b 4- >> POTFILES.in
intltool-update --pot
msguniq tuxpaint.pot > temp.tmp && mv -f temp.tmp tuxpaint.pot
for i in *.po ; do