From 69699b4789bf6c3093135a8b848d052a320b1113 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 7 Jan 2010 20:46:29 +0100 Subject: [PATCH] Add Danish translation, by Esben Damgaard Signed-off-by: Thomas Petazzoni --- locale/da/LC_MESSAGES/ocitysmap.po | 72 ++++++++++++++++++++++++++++++ ocitysmap/i18n.py | 1 + 2 files changed, 73 insertions(+) create mode 100644 locale/da/LC_MESSAGES/ocitysmap.po diff --git a/locale/da/LC_MESSAGES/ocitysmap.po b/locale/da/LC_MESSAGES/ocitysmap.po new file mode 100644 index 0000000..d43ec83 --- /dev/null +++ b/locale/da/LC_MESSAGES/ocitysmap.po @@ -0,0 +1,72 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-03 16:39+0100\n" +"PO-Revision-Date: 2010-01-06 13:23+0100\n" +"Last-Translator: Esben Damgaard \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Danish\n" + +#: ocitysmap/street_index.py:281 +msgid "Places of worship" +msgstr "Religiøse steder" + +#: ocitysmap/street_index.py:281 +msgid "Place of worship" +msgstr "Religiøst sted" + +#: ocitysmap/street_index.py:282 +#: ocitysmap/street_index.py:283 +#: ocitysmap/street_index.py:284 +#: ocitysmap/street_index.py:285 +#: ocitysmap/street_index.py:286 +msgid "Education" +msgstr "Uddannelse" + +#: ocitysmap/street_index.py:282 +msgid "Kindergarten" +msgstr "Børnehave" + +#: ocitysmap/street_index.py:283 +msgid "School" +msgstr "Skole" + +#: ocitysmap/street_index.py:284 +msgid "College" +msgstr "Gymnasium" + +#: ocitysmap/street_index.py:285 +msgid "University" +msgstr "Universitet" + +#: ocitysmap/street_index.py:286 +msgid "Library" +msgstr "Bibliotek" + +#: ocitysmap/street_index.py:287 +#: ocitysmap/street_index.py:288 +#: ocitysmap/street_index.py:289 +msgid "Public buildings" +msgstr "Offentlige bygninger" + +#: ocitysmap/street_index.py:287 +msgid "Town hall" +msgstr "Rådhus" + +#: ocitysmap/street_index.py:288 +msgid "Post office" +msgstr "Postkontor" + +#: ocitysmap/street_index.py:289 +msgid "Police" +msgstr "Politi" + diff --git a/ocitysmap/i18n.py b/ocitysmap/i18n.py index 79b92bb..4554cff 100644 --- a/ocitysmap/i18n.py +++ b/ocitysmap/i18n.py @@ -358,6 +358,7 @@ language_class_map = { 'es_ES.UTF-8': i18n_es_generic, 'ca_ES.UTF-8': i18n_ca_generic, 'pt_BR.UTF-8': i18n_pt_br_generic, + 'da_DK.UTF-8': i18n_generic, } def install_translation(locale_name, locale_path):