summaryrefslogtreecommitdiff
path: root/language/anope.nl_NL.po
AgeCommit message (Collapse)Author
2025-02-23Update the dutch language file.Robby
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Fix the NickServ help message showing a wrong min password length.Sadie Powell
Closes #357.
2024-01-31Update the dutch language file.Robby
2023-02-19Remove line numbers from the translation files.Sadie Powell
The translations are updated so infrequently that these always change a bunch and it makes reading the diffs really hard.
2020-01-07ms_info: Fix a typo in the INFO output when a nickname has been given.Robby
Update the dutch language file.
2020-01-07m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. (#253)Robby
Also refresh the language files while at it.
2019-02-28Update the dutch language file.Robby
2019-02-28Regenerate the language files.Robby
2019-01-24Remove a few more unnecessary fuzzies in the language files.Robby
2019-01-24Update the language files.Robby
- Regenerated the language files. - Made some corrections to the french language file.
2017-11-17Update the dutch language file.Robby
2017-01-16Regenerate language filesAdam
2017-01-16Update copyright to 2017.Robby
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-14Update the dutch language file.Robby
2016-07-07Update the dutch language file.Robby
2016-03-09Update the dutch language file.Robby
2016-01-30Update the dutch language file.Robby
2016-01-27Update the dutch language file.Robby
2016-01-23Regenerate language filesAdam
2015-09-18Update the dutch language file.Robby
2015-03-23Update the dutch language file.Robby-
2014-12-07Update the dutch language file.Robby-
2014-07-27Update the dutch language file.Robby-
2014-05-30Update language filesAdam
2014-05-30Update the dutch language file.Robby-
2014-03-23Regen langauge filesAdam
2014-03-17Update the dutch language file.Robby-
2014-03-10Update the dutch language file.Robby-
ns_maxemail: Bold code 2 -> 002.
2014-03-03Update the dutch language file.Robby-
2014-02-23Regenerated language files.Robby-
2014-02-22Regenerated language files, and updated dutch language file.Robby-
2014-01-26Update language files.Robby-
2014-01-21Update language filesAdam
2014-01-21Update and fix some more typos in the dutch language file.Robby-
2013-12-20Regenerate language filesAdam
2013-12-20Update the dutch language file for new and modified strings, and fix some ↵Robby-
more typos while we're at it.
2013-11-24Update the dutch language file for new and modified strings, and fix some ↵Robby-
typos while we're at it.
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-12Update language filesAdam
2013-10-10replaced the country name in the Language header in the language files by ↵DukePyrolator
four letter codes
2013-10-05anope.nl_NL.po: Translate newly added string, and fix some spelling/grammar.Robby-
2013-10-05Big update of the Dutch language file.Robby-
cs_ban: Merge the syntaxes into one.
2013-03-02Regenerate language filesAdam
2012-12-15Convert the language files to utf-8 encoding.Marcin Łabanowski
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-15Fix the language files to state the correct charset.Marcin Łabanowski
2012-09-02Regenerate language filesAdam
2012-02-03Regenerate language filesAdam
2011-09-09Regenerate language filesAdam
2011-05-21fixed bug #1272DukePyrolator