summaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2014-03-23Regen langauge filesAdam
2014-03-17Update the dutch language file.Robby-
2014-03-10Update the dutch language file.Robby-
ns_maxemail: Bold code 2 -> 002.
2014-03-03Update the dutch language file.Robby-
2014-02-25Update the italian language fileH7-25
2014-02-24Update Spanish translation, from Isaac Fontal <i_fontal@hotmail.com>Adam
2014-02-23Regenerated language files.Robby-
2014-02-22Update italian translation, from Simos.Robby-
2014-02-22Italian language completed translation, first releaseH7-25
2014-02-22Regenerated language files, and updated dutch language file.Robby-
2014-02-21Regenerate Italian language fileAdam
2014-02-21Update italian translation, from SimosAdam
2014-02-10Regenerate anope.it_IT.poAdam
2014-02-10Update Italian language translationH7-25
2014-01-26Update language files.Robby-
2014-01-21Update language filesAdam
2014-01-21Update and fix some more typos in the dutch language file.Robby-
2014-01-12Update French language fileHarakiri
2013-12-20Regenerate language filesAdam
2013-12-20Update the dutch language file for new and modified strings, and fix some ↵Robby-
more typos while we're at it.
2013-11-24Update the dutch language file for new and modified strings, and fix some ↵Robby-
typos while we're at it.
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-12Update language filesAdam
2013-10-10fixed a typo in the last commit, reported by RobbyDukePyrolator
2013-10-10replaced the country name in the Language header in the language files by ↵DukePyrolator
four letter codes
2013-10-09set the Language header in the language files so msgfmt doesnt complainDukePyrolator
2013-10-05anope.nl_NL.po: Translate newly added string, and fix some spelling/grammar.Robby-
2013-10-05Big update of the Dutch language file.Robby-
cs_ban: Merge the syntaxes into one.
2013-09-12Update Spanish translation, from Isaac Fontal <i_fontal@hotmail.com>Adam
2013-07-19some updates to the german langfile, thanks to kaylee for translatingDukePyrolator
2013-06-15Update Spanish translation, courtesy of Isaac FontalAdam
2013-03-02Regenerate language filesAdam
2013-02-24fixed some stupid typos in the german language fileDukePyrolator
2013-02-24some updates to the german langfileDukePyrolator
2013-02-19Fix some OpenBSD build issues, and bugs #1485 #1486 #1487Adam
2013-01-13Allow the config parser to skip over gettext's _() to allow translating ↵Adam
config values
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