summaryrefslogtreecommitdiff
path: root/language/anope.el_GR.po
AgeCommit message (Collapse)Author
2024-01-31Remove an extraneous space in cs_xop, part 2.Robby
2023-02-19Merge branch '2.0' into 2.1.Sadie Powell
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-09-28Rename things from services to anope.Sadie Powell
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-28Regenerate the language files.Robby
2019-01-24Update the language files.Robby
- Regenerated the language files. - Made some corrections to the french language file.
2017-01-20Remove old language strings from lang filesAdam
2017-01-16Regenerate language filesAdam
2016-01-28Regenerate language filesAdam
2016-01-28Revert "Regenerate language files"Adam
This reverts commit e955db6e85f0372cb2d4be449f424e37fdc78097.
2016-01-28Revert "Updated and fixed the Greek language."Adam
This reverts commit f451c6cbac231119b0772f8925c0b98745e88fba.
2016-01-24Updated and fixed the Greek language.westor
Updated and fixed all the non-fuzzy languages items, previously all of them was incorrect. Added new credits.
2016-01-23Regenerate language filesAdam
2014-09-13fixed a possible crashbug in the german language fileDukePyrolator
2014-05-30Update language filesAdam
2014-03-23Regen langauge filesAdam
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
2013-12-20Regenerate language filesAdam
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-09set the Language header in the language files so msgfmt doesnt complainDukePyrolator
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-09-09Updated Greek language fileVisioN
2011-05-21fixed bug #1272DukePyrolator
2011-04-03fixed some duplicate messages and updated the german langfile (10% done)DukePyrolator
2011-03-29Regenerated language files.Adam
2011-03-26burned all %R and %S in the .po filesDukePyrolator
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.