diff options
Diffstat (limited to 'apps/contacts/l10n/nb_NO.php')
-rw-r--r-- | apps/contacts/l10n/nb_NO.php | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/apps/contacts/l10n/nb_NO.php b/apps/contacts/l10n/nb_NO.php new file mode 100644 index 00000000000..7624c9b8c27 --- /dev/null +++ b/apps/contacts/l10n/nb_NO.php @@ -0,0 +1,58 @@ +<?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" +); |