Marco Ciampa 0dc81952d7 translate some internal viewer strings that where left out previously. 22 years ago
..
.cvsignore 788caa060f Add remove-potcdate.sed 22 years ago
ChangeLog c1f68a76fd 2002-09-15 Andras Timar <timar@gnome.hu> 22 years ago
Makevars 37d5e7abc7 * po/Makevars: New file for compatibility with gettext 0.11.x. 22 years ago
POTFILES.in 2f1343ab2d Regenerated by update.pl. 22 years ago
README.tools 65e49d7e94 i18n-stuff - incl da translation 24 years ago
az.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
be.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
bg.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
ca.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
cs.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
da.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
de.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
desk.pl 65e49d7e94 i18n-stuff - incl da translation 24 years ago
el.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
es.po 155ce6a4a5 Update from David Martin <dmartina@excite.com> 22 years ago
es_ES.po 155ce6a4a5 Update from David Martin <dmartina@excite.com> 22 years ago
eu.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
fi.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
fr.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
hu.po c1f68a76fd 2002-09-15 Andras Timar <timar@gnome.hu> 22 years ago
it.po 0dc81952d7 translate some internal viewer strings that where left out previously. 22 years ago
ja.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
ko.po bf84f57529 updated 22 years ago
lv.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
nl.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
no.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
pl.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
pt.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
pt_BR.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
ro.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
ru.po b29fee5f6d Update. 22 years ago
sk.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
sl.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
sv.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
ta.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
tr.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
uk.po fc7b14cbcc Last untranslated message translated 22 years ago
update.pl 566339a1cc Allow spaces between "_" and "(". 22 years ago
update.sh 02338e7438 Updated russian translation and update.sh. 25 years ago
wa.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
zh_CN.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago
zh_TW.po 83d0b9a9d6 Global replacement for two quasi-english strings from vfs/smbfs.c. 22 years ago

README.tools

The po/ directory includes two perlscripts, which is done to help
making the translations fully uptodate.

The first script is called update.pl and is supposed to be run like this:

./update.pl [OPTIONS] ...LANGCODE

This will updates the pot file (the po template, generated from the source code)
and merge them with the translations po files.

For instance to do this for Danish, type the following

./update.pl da


The update.pl script also supports other options, they are:

-V, --version shows the version
-H, --help shows this help page
-P, --pot only generates the potfile
-M, --maintain search for missing files in POTFILES.in

Especially the --maintain option is very handy for package maintainer, to check
if you included all the files that have marked strings in the POTFILES.in, so
they will be in the generated po template, the socalled pot file.

There is though one thing to take notice of with this option, please check the
configure.in file to make sure that the files you add to POTFILES.in are being
build, otherwise this can leed to "make dist" throuble.


The other utility is the desk.pl script, which will check the cvs module for
missing translation in files like *.desktop, *.directory, *.soundlist and so on.

Run the script like this:

./desk.pl [OPTIONS] ...LANGCODE ENTRY

An example use could be.

./desk.pl da

which will check all the files for missing Name[da] entries, or

./desk.pl no Comment

which will check all the files for missing Comment[no] entries. "Comment" can
here be replaced with whatever you like

All scripts support the --help option for further help, though it's not very
extensive for the moment.

Kenneth Christiansen

kenneth@gnu.org
kenneth@gnome.org

Both scripts are copyright 2000 The Free Software Foundation and me.