diff options
Diffstat (limited to 'apps/contacts/l10n/nn_NO.php')
-rw-r--r-- | apps/contacts/l10n/nn_NO.php | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/apps/contacts/l10n/nn_NO.php b/apps/contacts/l10n/nn_NO.php index d0e3041d245..5b3fc5b1ab3 100644 --- a/apps/contacts/l10n/nn_NO.php +++ b/apps/contacts/l10n/nn_NO.php @@ -1,7 +1,18 @@ <?php $TRANSLATIONS = array( +"Error (de)activating addressbook." => "Ein feil oppstod ved (de)aktivering av adressebok.", +"There was an error adding the contact." => "Det kom ei feilmelding då kontakta vart lagt til.", +"Cannot add empty property." => "Kan ikkje leggja til tomt felt.", +"At least one of the address fields has to be filled out." => "Minst eit av adressefelta må fyllast ut.", +"Error adding contact property." => "Eit problem oppstod ved å leggja til kontakteltet.", +"Error adding addressbook." => "Eit problem oppstod ved å leggja til adresseboka.", +"Error activating addressbook." => "Eit problem oppstod ved aktivering av adresseboka.", +"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.", +"Error deleting contact property." => "Eit problem oppstod ved å slette kontaktfeltet.", +"Error updating contact property." => "Eit problem oppstod ved å endre kontaktfeltet.", +"Error updating addressbook." => "Eit problem oppstod ved å oppdatere adresseboka.", +"Contacts" => "Kotaktar", "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", @@ -14,9 +25,20 @@ "Fax" => "Faks", "Video" => "Video", "Pager" => "Personsøkjar", -"This is not your contact." => "Dette er ikkje din kontakt.", +"Contact" => "Kontakt", "Add Contact" => "Legg til kontakt", -"Name" => "Namn", +"Addressbooks" => "Adressebøker", +"New Address Book" => "Ny adressebok", +"CardDav Link" => "CardDav lenkje", +"Download" => "Last ned", +"Edit" => "Endra", +"Delete" => "Slett", +"Download contact" => "Last ned kontakt", +"Delete contact" => "Slett kontakt", +"Birthday" => "Bursdag", +"Preferred" => "Føretrekt", +"Phone" => "Telefonnummer", +"Type" => "Skriv", "PO Box" => "Postboks", "Extended" => "Utvida", "Street" => "Gate", @@ -24,9 +46,13 @@ "Region" => "Region/fylke", "Zipcode" => "Postnummer", "Country" => "Land", -"Create Contact" => "Opprett kontakt", -"Edit" => "Endra", -"Delete" => "Slett", -"Birthday" => "Bursdag", -"Phone" => "Telefonnummer" +"Add" => "Legg til", +"Addressbook" => "Adressebok", +"New Addressbook" => "Ny adressebok", +"Edit Addressbook" => "Endre adressebok", +"Displayname" => "Visningsnamn", +"Active" => "Aktiv", +"Save" => "Lagre", +"Submit" => "Send", +"Cancel" => "Kanseller" ); |