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
Sadie Powell
d3b4a4bd05
Update translator names.
2024-02-26 18:56:11 +00:00
Sadie Powell
c4e9c0bf85
If the IRCd sends a field limit then use it over that of the config.
2024-02-22 17:05:30 +00:00
Sadie Powell
9502567453
Fix the NickServ help message showing a wrong min password length.
...
Closes #357 .
2024-02-22 11:01:41 +00: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
Robby
ae1829e5a8
Fix a typo in the PASSWORD_TOO_SHORT text string.
2024-01-30 19:15:19 +01:00
Sadie Powell
aac4b0f0a3
Bump the up to date languages for the recent format changes.
2024-01-08 13:47:39 +00:00
Sadie Powell
0ee9874112
Update translations for the recent services case fix.
2024-01-05 21:44:08 +00:00
k4be
36c43683e5
Remove unused strings from pl_PL
2023-12-27 15:06:30 +00:00
k4be
0b63a4244d
Update pl_PL translation for 2.1
2023-12-27 15:06:30 +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
k4be
a93a7c87b6
Update pl_PL translation
2022-01-03 19:53:08 +00: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
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
k4bek4be
9d7245bded
Polish translation reworked and completed.
2019-01-03 21:20:34 -05: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
Robby
8656b65e39
Update copyright to 2017.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
2017-01-16 03:13:25 +01: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
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