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
|
|
|
"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",
|
|
|
|
"Name" => "Navn",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Type" => "Type",
|
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",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Choose active Address Books" => "Vælg aktive adressebøger",
|
|
|
|
"New Address Book" => "Ny adressebog",
|
|
|
|
"CardDav Link" => "CardDav-link",
|
|
|
|
"Download" => "Download",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Edit" => "Rediger",
|
2011-09-25 01:12:18 +04:00
|
|
|
"Delete" => "Slet",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Delete contact" => "Slet kontaktperson",
|
|
|
|
"Add" => "Tilføj",
|
|
|
|
"Displayname" => "Vist navn",
|
|
|
|
"Active" => "Aktiv",
|
|
|
|
"Save" => "Gem",
|
|
|
|
"Submit" => "Gem",
|
|
|
|
"Cancel" => "Fortryd",
|
2011-09-25 01:12:18 +04:00
|
|
|
"Birthday" => "Fødselsdag",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Preferred" => "Foretrukken",
|
|
|
|
"Phone" => "Telefon",
|
|
|
|
"Update" => "Opdater"
|
2011-09-25 01:12:18 +04:00
|
|
|
);
|