From e3aa2015973219694f89900ee944d4bcda740fd0 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Fri, 6 Aug 2010 10:45:56 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Add=20Norvegian=20Bokm=C3=A5l=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the OCitySMap translation in Bokmål (nb) contributed by Hans F. Nordhaug. Signed-off-by: Maxime Petazzoni --- locale/nb/LC_MESSAGES/ocitysmap.po | 84 ++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 locale/nb/LC_MESSAGES/ocitysmap.po diff --git a/locale/nb/LC_MESSAGES/ocitysmap.po b/locale/nb/LC_MESSAGES/ocitysmap.po new file mode 100644 index 0000000..f276e27 --- /dev/null +++ b/locale/nb/LC_MESSAGES/ocitysmap.po @@ -0,0 +1,84 @@ +# Amenities names used MapOSMatic translated to Norwegian Bokmål. +# Copyright (C) 2010 Hans Nordhaug +# This file is distributed under the same license as the maposmatic package. +# +# Hans Fredrik Nordhaug , 2010. +# # +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-11 22:31+0100\n" +"PO-Revision-Date: 2010-08-05 10:49+0100\n" +"Last-Translator: Hans Fredrik Nordhaug \n" +"Language-Team: Norwegian Bokmål \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ocitysmap/street_index.py:282 +msgid "Places of worship" +msgstr "Steder for gudsdyrkelse" + +#: ocitysmap/street_index.py:282 +msgid "Place of worship" +msgstr "Sted for gudsdyrkelse" + +#: ocitysmap/street_index.py:283 ocitysmap/street_index.py:284 +#: ocitysmap/street_index.py:285 ocitysmap/street_index.py:286 +#: ocitysmap/street_index.py:287 +msgid "Education" +msgstr "Utdanning" + +#: ocitysmap/street_index.py:283 +msgid "Kindergarten" +msgstr "Barnehage" + +#: ocitysmap/street_index.py:284 +msgid "School" +msgstr "Skole" + +#: ocitysmap/street_index.py:285 +msgid "College" +msgstr "Videregående" + +#: ocitysmap/street_index.py:286 +msgid "University" +msgstr "Universitet" + +#: ocitysmap/street_index.py:287 +msgid "Library" +msgstr "Bilbliotek" + +#: ocitysmap/street_index.py:288 ocitysmap/street_index.py:289 +#: ocitysmap/street_index.py:290 ocitysmap/street_index.py:291 +msgid "Public buildings" +msgstr "Offentlige bygninger" + +#: ocitysmap/street_index.py:288 +msgid "Town hall" +msgstr "Rådhus" + +#: ocitysmap/street_index.py:289 +msgid "Post office" +msgstr "Postkontor" + +#: ocitysmap/street_index.py:290 +msgid "Public building" +msgstr "Offentlig bygning" + +#: ocitysmap/street_index.py:291 +msgid "Police" +msgstr "Politi" + +#: ocitysmap/draw_utils.py:150 +#, python-format +msgid "This map has been rendered on %s and may be incomplete or inaccurate." +msgstr "Dette kartet ble tegnet %s og kan være ufullstendig eller unøyaktig." + +#: ocitysmap/draw_utils.py:155 +msgid "" +"You can contribute to improve this map. See http://wiki.openstreetmap.org" +msgstr "" +"Du kan hjelpe til med å lage dette kartet bedre - se http://wiki." +"openstreetmap.org" From 8138df91779b6dd5753a0b48067398322b14e262 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Sat, 7 Aug 2010 09:44:57 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Point=20Norvegian=20Bokm=C3=A5l=20to=20the?= =?UTF-8?q?=20generic=20i18n=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Petazzoni --- ocitysmap/i18n.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ocitysmap/i18n.py b/ocitysmap/i18n.py index 9f79fe3..99568e9 100644 --- a/ocitysmap/i18n.py +++ b/ocitysmap/i18n.py @@ -751,6 +751,7 @@ language_class_map = { 'en_US.UTF-8': i18n_generic, 'en_ZA.UTF-8': i18n_generic, 'en_ZW.UTF-8': i18n_generic, + 'nb_NO.UTF-8': i18n_generic, 'nl_BE.UTF-8': i18n_nl_generic, 'nl_NL.UTF-8': i18n_nl_generic, 'it_IT.UTF-8': i18n_it_generic,