Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-25 01:12:18 +0400
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-25 01:12:18 +0400
commit700ac755655698d43e9c66f1aeca70680c43c807 (patch)
treef81954f381609867104ff9607b9656521d1549ce /apps/contacts
parenta54ea3246cb2d20e3527211d3413f5d3a8dd529f (diff)
updated translations
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/l10n/da.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/apps/contacts/l10n/da.php b/apps/contacts/l10n/da.php
new file mode 100644
index 00000000000..2ab382f714a
--- /dev/null
+++ b/apps/contacts/l10n/da.php
@@ -0,0 +1,38 @@
+<?php $TRANSLATIONS = array(
+"You need to log in." => "Du skal logge ind.",
+"This is not your addressbook." => "Dette er ikke din adressebog.",
+"Contact could not be found." => "Kontakt kunne ikke findes.",
+"This is not your contact." => "Dette er ikke din kontakt.",
+"vCard could not be read." => "Kunne ikke læse vCard.",
+"Information about vCard is incorrect. Please reload the page." => "Informationen om vCard er forkert. Genindlæs siden.",
+"This card is not RFC compatible." => "Dette kort er ikke RFC-kompatibelt.",
+"This card does not contain a photo." => "Dette kort indeholder ikke et foto.",
+"Add Contact" => "Tilføj kontakt",
+"Group" => "Gruppe",
+"Name" => "Navn",
+"Create Contact" => "Ny Kontakt",
+"Address" => "Adresse",
+"Telephone" => "Telefon",
+"Email" => "Email",
+"Organization" => "Organisation",
+"Work" => "Arbejde",
+"Home" => "Hjem",
+"PO Box" => "Postboks",
+"Extended" => "Udvidet",
+"Street" => "Vej",
+"City" => "By",
+"Region" => "Region",
+"Zipcode" => "Postnummer",
+"Country" => "Land",
+"Mobile" => "Mobil",
+"Text" => "SMS",
+"Voice" => "Telefonsvarer",
+"Fax" => "Fax",
+"Video" => "Video",
+"Pager" => "Personsøger",
+"Delete" => "Slet",
+"Add Property" => "Tilføj Egenskab",
+"Birthday" => "Fødselsdag",
+"Phone" => "Telefon",
+"Edit" => "Redigér"
+);