Add Danish translation, by Esben Damgaard

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
stable
Thomas Petazzoni 2010-01-07 20:46:29 +01:00
rodzic 1d5a58ab6d
commit 69699b4789
2 zmienionych plików z 73 dodań i 0 usunięć

Wyświetl plik

@ -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 <EMAIL@ADDRESS>, 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 <ebbe at hvemder.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"

Wyświetl plik

@ -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):