nextcloud/apps/contacts/l10n/nb_NO.php

59 lines
2.2 KiB
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "Et problem oppsto med å (de)aktivere adresseboken.",
"There was an error adding the contact." => "Et problem oppsto med å legge til kontakten.",
"Cannot add empty property." => "Kan ikke legge til tomt felt.",
"At least one of the address fields has to be filled out." => "Minst en av adressefeltene må oppgis.",
"Error adding contact property." => "Et problem oppsto med å legge til kontaktfeltet.",
"Error adding addressbook." => "Et problem oppsto med å legge til adresseboken.",
"Error activating addressbook." => "Et problem oppsto med å aktivere adresseboken.",
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-filen er ikke riktig. Last inn siden på nytt.",
"Error deleting contact property." => "Et problem oppsto med å fjerne kontaktfeltet.",
"Error updating contact property." => "Et problem oppsto med å legge til kontaktfeltet.",
"Error updating addressbook." => "Et problem oppsto med å oppdatere adresseboken.",
"Contacts" => "Kontakter",
"This is not your addressbook." => "Dette er ikke dine adressebok.",
"Contact could not be found." => "Kontakten ble ikke funnet.",
"Address" => "Adresse",
"Telephone" => "Telefon",
"Email" => "E-post",
"Organization" => "Organisasjon",
"Work" => "Arbeid",
"Home" => "Hjem",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Svarer",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Pager",
"Contact" => "Kontakt",
"Add Contact" => "Ny kontakt",
"Addressbooks" => "Adressebøker",
"New Address Book" => "Ny adressebok",
"CardDav Link" => "CardDAV-lenke",
"Download" => "Hent ned",
"Edit" => "Rediger",
"Delete" => "Slett",
"Download contact" => "Hend ned kontakten",
"Delete contact" => "Slett kontakt",
"Birthday" => "Bursdag",
"Preferred" => "Foretrukket",
"Phone" => "Telefon",
"Type" => "Type",
"PO Box" => "Postboks",
"Extended" => "Utvidet",
"Street" => "Gate",
"City" => "By",
"Region" => "Området",
"Zipcode" => "Postnummer",
"Country" => "Land",
"Add" => "Ny",
"Addressbook" => "Adressebok",
"New Addressbook" => "Ny adressebok",
"Edit Addressbook" => "Endre adressebok",
"Displayname" => "Visningsnavn",
"Active" => "Aktiv",
"Save" => "Lagre",
"Submit" => "Send inn",
"Cancel" => "Avbryt"
);