DukePyrolator
19b47c7bae
fixed a possible crashbug in the german language file
2014-09-13 13:06:56 +02:00
Adam
bbb04d4662
Fuzzy italian signkick help
2014-08-01 16:12:41 -04:00
Robby-
20052247c3
Regenerate anope.en_US.po
2014-07-27 08:05:54 +02:00
Robby-
8b61a529a2
Update the dutch language file.
2014-07-27 07:48:50 +02:00
Adam
eaade23f9b
Update language files
2014-05-30 18:14:55 -04:00
Robby-
0cadaedfbe
Update the dutch language file.
2014-05-30 18:24:42 +02:00
H7-25
57f6d4f49c
Updated italian language
2014-05-22 21:24:38 +02:00
Jyzee
16924f68c0
Update french language file.
2014-05-22 19:05:25 +02:00
Jyzee
d280c48e6b
Regenerate french language file.
2014-05-22 19:04:26 +02:00
Adam
4034b3054a
Add English language file which users can edit to modify language strings
2014-05-20 11:41:05 -04:00
Jyzee
254901aace
Update French language file.
2014-04-09 07:49:14 +02:00
Adam
cdf636e696
Regen langauge files
2014-03-23 08:57:08 -04:00
Robby-
1882916dc4
Update the dutch language file.
2014-03-17 01:15:28 +01:00
Robby-
85834e19dc
Update the dutch language file.
...
ns_maxemail: Bold code 2 -> 002.
2014-03-10 22:30:41 +01:00
Robby-
a8b4297023
Update the dutch language file.
2014-03-03 19:20:56 +01:00
H7-25
2b0229d4e2
Update the italian language file
2014-02-25 03:22:55 +01:00
Adam
beaa3196b3
Update Spanish translation, from Isaac Fontal <i_fontal@hotmail.com>
2014-02-24 16:14:40 -05:00
Robby-
7d4427c313
Regenerated language files.
2014-02-23 05:24:06 +01:00
Robby-
e42684ac39
Update italian translation, from Simos.
2014-02-22 16:40:56 +01:00
H7-25
d7de7eee60
Italian language completed translation, first release
2014-02-22 15:58:36 +01:00
Robby-
0a390ad392
Regenerated language files, and updated dutch language file.
2014-02-22 15:56:34 +01:00
Adam
2047934060
Regenerate Italian language file
2014-02-21 19:57:31 -05:00
Adam
e07dcbff08
Update italian translation, from Simos
2014-02-21 19:57:31 -05:00
Adam
16dac87841
Regenerate anope.it_IT.po
2014-02-10 10:03:38 -05:00
H7-25
30c59562e0
Update Italian language translation
2014-02-10 09:57:24 -05:00
Robby-
e61a283c02
Update language files.
2014-01-26 16:33:28 +01:00
Adam
fbaca3f7a1
Update language files
2014-01-21 21:55:56 -05:00
Robby-
67c13b41ee
Update and fix some more typos in the dutch language file.
2014-01-21 00:29:59 +01:00
Harakiri
974adb7ce1
Update French language file
2014-01-12 17:44:14 -05:00
Adam
4bc4b98ac7
Regenerate language files
2013-12-20 22:56:38 -05:00
Robby-
fa50252c77
Update the dutch language file for new and modified strings, and fix some more typos while we're at it.
2013-12-20 20:15:30 +01:00
Robby-
be044c9d6e
Update the dutch language file for new and modified strings, and fix some typos while we're at it.
2013-11-24 22:04:27 +01:00
Robby-
bd3bed2118
Fix some typos and touch up the configs a little.
2013-10-28 09:13:53 +01:00
Adam
e635f547d6
Update language files
2013-10-12 15:28:48 -04:00
DukePyrolator
b844154857
fixed a typo in the last commit, reported by Robby
2013-10-10 18:12:48 +02:00
DukePyrolator
5e56dfdb1a
replaced the country name in the Language header in the language files by four letter codes
2013-10-10 07:51:35 +02:00
DukePyrolator
9ea6fb25b9
set the Language header in the language files so msgfmt doesnt complain
2013-10-09 22:10:08 +02:00
Robby-
696801430b
anope.nl_NL.po: Translate newly added string, and fix some spelling/grammar.
2013-10-05 13:22:56 -04:00
Robby-
f63a2bdfb4
Big update of the Dutch language file.
...
cs_ban: Merge the syntaxes into one.
2013-10-05 00:49:12 -04:00
Adam
8cbaf7e990
Update Spanish translation, from Isaac Fontal <i_fontal@hotmail.com>
2013-09-12 07:20:26 -04:00
DukePyrolator
02c1724d75
some updates to the german langfile, thanks to kaylee for translating
2013-07-19 22:11:40 +02:00
Adam
1316147a8c
Update Spanish translation, courtesy of Isaac Fontal
2013-06-15 00:09:25 +00:00
Adam
178056096f
Regenerate language files
2013-03-02 23:42:00 -05:00
DukePyrolator
da2fea338a
fixed some stupid typos in the german language file
2013-02-24 09:48:20 +01:00
DukePyrolator
7cb70f5fa1
some updates to the german langfile
2013-02-24 08:14:13 +01:00
Adam
7d50818ee1
Fix some OpenBSD build issues, and bugs #1485 #1486 #1487
2013-02-19 00:48:21 -05:00
Adam
d3a6bdc68b
Allow the config parser to skip over gettext's _() to allow translating config values
2013-01-13 22:07:27 -05:00
Marcin Łabanowski
05341828b5
Convert the language files to utf-8 encoding.
...
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 09:39:12 +01:00
Marcin Łabanowski
280ba89b26
Fix the language files to state the correct charset.
2012-12-15 09:28:19 +01:00
Adam
a0c4575122
Regenerate language files
2012-09-02 08:31:04 -04:00