Robby
2c1f8260fd
ms_info: Fix a typo in the INFO output when a nickname has been given.
...
Update the dutch language file.
2020-01-07 04:37:19 +01:00
Robby
d319fc6eb5
m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. ( #253 )
...
Also refresh the language files while at it.
2020-01-07 02:45:30 +01:00
Dragone2
83eea99317
Update for Italian translation ( #253 ).
2020-01-06 16:37:16 +01:00
Dragone2
55a23c7253
Update for Italian translation ( #250 ).
2020-01-04 16:54:44 +01:00
Robby
bca9b4ce83
Regenerate the language files.
2019-02-28 03:05:07 +01:00
Robby
2b8072bf80
Remove a few more unnecessary fuzzies in the language files.
2019-01-24 18:04:23 +01:00
Robby
e1c8aa0dbc
Update the language files.
...
- Regenerated the language files.
- Made some corrections to the french language file.
2019-01-24 15:36:50 +01:00
Dragone2
18522f7fc8
Fixed some misspellings in Italian Translation
2019-01-03 21:46:52 -05:00
Dragone2
e32a8dbbe5
Update Italian translation
2018-06-12 10:29:34 -04:00
Dragone2
10c7a9ff94
Update for Italian translation
...
Update for the old Italian translation of Anope, with new translated strings, correction of grammatical errors and other minor changes.
2018-02-03 00:19:21 +01:00
Adam
35d6437d45
Remove old language strings from lang files
2017-01-20 09:45:25 -05:00
Adam
464093d36e
Regenerate language files
2017-01-16 18:59:30 -05:00
Adam
5d6a71b6d2
Regenerate language files
2016-01-28 08:15:38 -05:00
Adam
23fab4ad06
Revert "Regenerate language files"
...
This reverts commit e955db6e85 .
2016-01-28 08:15:24 -05:00
Adam
e955db6e85
Regenerate language files
2016-01-23 10:37:23 -05:00
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
Adam
eaade23f9b
Update language files
2014-05-30 18:14:55 -04:00
H7-25
57f6d4f49c
Updated italian language
2014-05-22 21:24:38 +02:00
Adam
cdf636e696
Regen langauge files
2014-03-23 08:57:08 -04:00
H7-25
2b0229d4e2
Update the italian language file
2014-02-25 03:22:55 +01: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
Adam
4bc4b98ac7
Regenerate language files
2013-12-20 22:56:38 -05:00
Adam
e635f547d6
Update language files
2013-10-12 15:28:48 -04: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
Adam
178056096f
Regenerate language files
2013-03-02 23:42:00 -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
Adam
378ae4c4f1
Regenerate language files
2012-02-03 15:18:06 -05:00
Adam
3cbad7f0df
Regenerate language files
2011-09-09 23:27:15 -04:00
DukePyrolator
742ba970b0
fixed bug #1272
2011-05-21 15:15:46 +02:00
DukePyrolator
73a944fb74
fixed some duplicate messages and updated the german langfile (10% done)
2011-04-03 08:54:40 +02:00
Adam
77c98f0750
Regenerated language files.
2011-03-29 14:02:35 -04:00
DukePyrolator
b14b7bd55e
burned all %R and %S in the .po files
2011-03-26 08:44:21 +01:00
Adam
08583dc107
Moved the language strings which are only used once
...
out of the core and into the modules that use them.
2011-02-04 15:30:31 -05:00