summaryrefslogtreecommitdiffstats
path: root/po/no_NO.po
AgeCommit message (Collapse)Author
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-12Updated Norwegian translationGravatar Henrik Brautaset Aronsen
Added the missing translations for the File menu et al. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-11Make translations of menu entries explicitGravatar Dirk Hohndel
It appears that at least for Norwegian the translations of the stock menu entries was missing. This patch adds those as explicit strings and merges those new strings into the .po files. The translations need to be updated in separate commits. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-11Add Norwegian Bokmål translationGravatar Henrik Brautaset Aronsen
This file was created with "msginit --locale=no_NO --input=deutsch.po" and edited with poedit afterwards. The correct locale for Norwegian Bokmål really is nb_NO, but this is a new-ish construct, and that locale doesn't seem to be available on MacOSX. We might need to create .mo files in both locale/no_NO.UTF-8 and locale/nb_NO.UTF-8 to satisfy all platforms. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>