Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more typos while we're at it.
|
|
typos while we're at it.
|
|
|
|
|
|
|
|
four letter codes
|
|
|
|
|
|
cs_ban: Merge the syntaxes into one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config values
|
|
The files have been converted using the following script:
for i in *.po; do
cat $i | grep charset | cut -d= -f2 | cut -d\\ -f1 > charset
echo Converting $i from `cat charset` to UTF-8
iconv -f `cat charset` -t UTF-8 < $i | sed "s/`cat charset`/UTF-8/g" > $i~
mv -f $i~ $i
rm -f charset
done
|
|
|
|
|
|
be specified at runtime
|
|
|
|
|
|
mess up poedit etc. Keep it in xgettext for the bold/underline characters.
|
|
|
|
|
|
|
|
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
|
|
|
|
to translate strings in 3rd party modules
|
|
|
|
|
|
|
|
|
|
|
|
out of the core and into the modules that use them.
|