Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam | |
2013-01-13 | Allow the config parser to skip over gettext's _() to allow translating ↵ | Adam | |
config values | |||
2012-12-15 | Convert 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-15 | Fix the language files to state the correct charset. | Marcin Łabanowski | |
2012-09-02 | Regenerate language files | Adam | |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-04-01 | updated the german language file | DukePyrolator | |
2012-02-03 | Regenerate language files | Adam | |
2011-09-10 | Changed 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-09 | Regenerate language files | Adam | |
2011-09-09 | Updated Greek language file | VisioN | |
2011-09-08 | Bug #1330 & many other small fixes | Adam | |
2011-08-05 | Rewrote the example configurations and split them | Adam | |
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-14 | These .pot files don't need to be under version control | Adam | |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use ↵ | Adam | |
to translate strings in 3rd party modules | |||
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator | |
2011-05-21 | fixed bug #1272 | DukePyrolator | |
2011-04-03 | fixed some duplicate messages and updated the german langfile (10% done) | DukePyrolator | |
2011-03-29 | Regenerated language files. | Adam | |
2011-03-26 | burned all %R and %S in the .po files | DukePyrolator | |
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. |