summaryrefslogtreecommitdiffstats
path: root/po/nl_NL.po
AgeCommit message (Collapse)Author
2012-10-16Update Dutch translationGravatar Dirk Hohndel
The best translations are those maintained by people that don't speak the language. As I don't speak Dutch I make no promises on the correctness of this. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-14Improve translationsGravatar Dirk Hohndel
- fix two missing strings in equipment.c (thanks to Tommi Saviranta for pointing this out) - add context for the translations of the Yearly/monthly statistics. The code for this ended up being incredibly ugly, but the gettext infrastructure really clashed with the way this is implemented. What I have now at least works (tested with the German translation) - merge the new strings into all the po files. The non-German translations need to be updated. Make sure you remove the "# , fuzzy" lines or the current Makefile will ignore those additions. - some minor cleanup of the po files (many listed the wrong language, all of them copied my incorrect use of PACKAGE (instead of saying "Subsurface"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-12Use lang_COUNTRY.po naming convention for translation filesGravatar Dirk Hohndel
Rename nl.po to nl_NL.po Signed-off-by: Dirk Hohndel <dirk@hohndel.org>