nextcloud/apps/contacts/l10n/nn_NO.php

33 lines
980 B
PHP

<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Dette er ikkje di adressebok.",
"Contact could not be found." => "Fann ikkje kontakten.",
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
"Address" => "Adresse",
"Telephone" => "Telefonnummer",
"Email" => "Epost",
"Organization" => "Organisasjon",
"Work" => "Arbeid",
"Home" => "Heime",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
"This is not your contact." => "Dette er ikkje din kontakt.",
"Add Contact" => "Legg til kontakt",
"Name" => "Namn",
"PO Box" => "Postboks",
"Extended" => "Utvida",
"Street" => "Gate",
"City" => "Stad",
"Region" => "Region/fylke",
"Zipcode" => "Postnummer",
"Country" => "Land",
"Create Contact" => "Opprett kontakt",
"Edit" => "Endra",
"Delete" => "Slett",
"Birthday" => "Bursdag",
"Phone" => "Telefonnummer"
);