nextcloud/apps/contacts/l10n/da.php

47 lines
1.4 KiB
PHP

<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Dette er ikke din adressebog.",
"Contact could not be found." => "Kontaktperson kunne ikke findes.",
"Information about vCard is incorrect. Please reload the page." => "Informationen om vCard er forkert. Genindlæs siden.",
"Address" => "Adresse",
"Telephone" => "Telefon",
"Email" => "Email",
"Organization" => "Organisation",
"Work" => "Arbejde",
"Home" => "Hjemme",
"Mobile" => "Mobil",
"Text" => "SMS",
"Voice" => "Telefonsvarer",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Personsøger",
"This is not your contact." => "Dette er ikke din kontaktperson.",
"Add Contact" => "Tilføj kontaktperson",
"Name" => "Navn",
"Type" => "Type",
"PO Box" => "Postboks",
"Extended" => "Udvidet",
"Street" => "Vej",
"City" => "By",
"Region" => "Region",
"Zipcode" => "Postnummer",
"Country" => "Land",
"Create Contact" => "Ny kontaktperson",
"Choose active Address Books" => "Vælg aktive adressebøger",
"New Address Book" => "Ny adressebog",
"CardDav Link" => "CardDav-link",
"Download" => "Download",
"Edit" => "Rediger",
"Delete" => "Slet",
"Delete contact" => "Slet kontaktperson",
"Add" => "Tilføj",
"Displayname" => "Vist navn",
"Active" => "Aktiv",
"Save" => "Gem",
"Submit" => "Gem",
"Cancel" => "Fortryd",
"Birthday" => "Fødselsdag",
"Preferred" => "Foretrukken",
"Phone" => "Telefon",
"Update" => "Opdater"
);