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
41403c7e36
Update the Turkish translation.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2025-10-21 11:46:34 +01:00
Sadie Powell
1b33a51695
Update the Turkish translation.
...
Co-Authored-By: CaPa CuL <capacul@gmail.com >
2025-08-26 13:04:16 +01: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
6178ea644a
Fix some minor issues with the Turkish translation.
2024-11-24 01:30:57 +00:00
Sadie Powell
ba11b5eab0
Update the Turkish translation.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-11-11 21:59:57 +00:00
Sadie Powell
249ad3dfea
Update the Turkish translation.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-06-23 18:36:00 +01:00
Sadie Powell
cb21c7c1fa
Fix some untranslated strings in the Turkish translation.
2024-05-11 18:35:17 +01:00
Sadie Powell
63c3710785
Fix some missing translations in the tr_TR translation.
2024-04-15 15:32:19 +01:00
Sadie Powell
0043d137e5
Update the Turkish translation for the changes in 2.1.4.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-04-15 15:26:55 +01: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
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
c5023fdfa0
Update the Turkish translation for the changes in 2.1 git.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 19:52:06 +00:00
Sadie Powell
016761776b
Add a new Turkish translation contributed by CaPa CuL.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 16:29:20 +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
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