nextcloud/apps/contacts/l10n/da.php

39 lines
1.2 KiB
PHP
Raw Normal View History

2011-09-25 01:12:18 +04:00
<?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"
);