nextcloud/apps/contacts/l10n/da.php

37 lines
1.2 KiB
PHP
Raw Normal View History

2011-09-25 01:12:18 +04:00
<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Dette er ikke din adressebog.",
2012-01-11 04:06:59 +04:00
"Contact could not be found." => "Kontaktperson kunne ikke findes.",
2011-09-25 01:12:18 +04:00
"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.",
"Address" => "Adresse",
"Telephone" => "Telefon",
"Email" => "Email",
"Organization" => "Organisation",
"Work" => "Arbejde",
2012-01-11 04:06:59 +04:00
"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.",
"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 kontaktperson",
"Group" => "Gruppe",
"Name" => "Navn",
2011-09-25 01:12:18 +04:00
"PO Box" => "Postboks",
"Extended" => "Udvidet",
"Street" => "Vej",
"City" => "By",
"Region" => "Region",
"Zipcode" => "Postnummer",
"Country" => "Land",
2012-01-11 04:06:59 +04:00
"Create Contact" => "Ny kontaktperson",
"Edit" => "Rediger",
2011-09-25 01:12:18 +04:00
"Delete" => "Slet",
"Birthday" => "Fødselsdag",
2012-01-11 04:06:59 +04:00
"Phone" => "Telefon"
2011-09-25 01:12:18 +04:00
);