summaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2012-12-15Convert the language files to utf-8 encoding.Marcin Łabanowski
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
2012-12-15Fix the language files to state the correct charset.Marcin Łabanowski
2012-09-02Regenerate language filesAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ↵Adam
be specified at runtime
2012-04-01updated the german language fileDukePyrolator
2012-02-03Regenerate language filesAdam
2011-09-10Changed msgmerge to not use -E.. it will escape all of some languages and ↵Adam
mess up poedit etc. Keep it in xgettext for the bold/underline characters.
2011-09-09Regenerate language filesAdam
2011-09-09Updated Greek language fileVisioN
2011-09-08Bug #1330 & many other small fixesAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-07-14These .pot files don't need to be under version controlAdam
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-05-21fixed bug #1272DukePyrolator
2011-04-03fixed some duplicate messages and updated the german langfile (10% done)DukePyrolator
2011-03-29Regenerated language files.Adam
2011-03-26burned all %R and %S in the .po filesDukePyrolator
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.