diff options
Diffstat (limited to 'apps/contacts/l10n/da.php')
-rw-r--r-- | apps/contacts/l10n/da.php | 38 |
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" +); |