Sadie Powell
81aa37543e
Merge branch '2.0' into 2.1.
2026-01-01 18:07:12 +00:00
Sadie Powell
fa0c6ba821
Consistently use the same header layout on all files.
2025-11-12 19:49:59 +00:00
Sadie Powell
48daeeac1d
Merge branch '2.0' into 2.1.
2025-06-25 15:33:36 +01:00
Sadie Powell
9bcf46f8ea
Fix using service's instead of services' where appropriate.
2025-06-25 15:29:16 +01:00
TehPeGaSuS
aa32f7c926
More updates to the pt_PT translation.
2024-11-08 23:08:41 +00:00
TehPeGaSuS
9d68b29c9e
Initial Portuguese retranslation.
2024-05-17 17:24:24 +01:00
Robby
6237245ab7
Remove an extraneous space in cs_xop, part 2.
2024-01-31 03:20:35 +01:00
Robby
7ae20c2a6d
Remove an extraneous space in cs_xop.
2024-01-31 03:08:54 +01:00
Sadie Powell
ebe3fd7e57
Merge branch '2.0' into 2.1.
2023-02-19 11:21:58 +00:00
Sadie Powell
a5d4aa5821
Remove line numbers from the translation files.
...
The translations are updated so infrequently that these always
change a bunch and it makes reading the diffs really hard.
2023-02-19 11:12:37 +00:00
Sadie Powell
f430522b41
Rename things from services to anope.
2020-09-28 15:28:27 +01:00
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
Robby
bca9b4ce83
Regenerate the language files.
2019-02-28 03:05:07 +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
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
eaade23f9b
Update language files
2014-05-30 18:14:55 -04:00
Adam
cdf636e696
Regen langauge files
2014-03-23 08:57:08 -04:00
Robby-
7d4427c313
Regenerated language files.
2014-02-23 05:24:06 +01:00
Robby-
0a390ad392
Regenerated language files, and updated dutch language file.
2014-02-22 15:56:34 +01: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