1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-30 12:24:11 +01:00
OwncloudContactsOfficial/l10n/nn_NO.php

56 lines
1.9 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2012-08-04 02:04:21 +02:00
"Error (de)activating addressbook." => "Ein feil oppstod ved (de)aktivering av adressebok.",
2012-05-09 12:41:01 +02:00
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
2012-11-16 00:04:07 +01:00
"There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den opplasta fila er større enn variabelen upload_max_filesize i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet",
"The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
"No file was uploaded" => "Ingen filer vart lasta opp",
"Missing a temporary folder" => "Manglar ei mellombels mappe",
2012-05-09 12:41:01 +02:00
"Contacts" => "Kotaktar",
2012-11-16 00:04:07 +01:00
"Error" => "Feil",
2012-09-26 13:27:02 +02:00
"Download" => "Last ned",
"Edit" => "Endra",
"Delete" => "Slett",
"Cancel" => "Kanseller",
2012-01-11 01:06:59 +01:00
"Work" => "Arbeid",
"Home" => "Heime",
2012-11-16 00:04:07 +01:00
"Other" => "Anna",
2012-01-11 01:06:59 +01:00
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
2012-08-03 02:04:12 +02:00
"Contact" => "Kontakt",
2012-11-16 00:04:07 +01:00
"Settings" => "Innstillingar",
2012-11-25 00:02:56 +01:00
"Import" => "Importer",
2012-11-26 00:03:41 +01:00
"Export" => "Eksporter",
"Back" => "Tilbake",
2012-11-25 00:02:56 +01:00
"Groups" => "Grupper",
2012-11-16 00:04:07 +01:00
"Close" => "Lukk",
2012-11-26 00:03:41 +01:00
"Title" => "Tittel",
2012-08-23 02:07:35 +02:00
"Organization" => "Organisasjon",
2012-11-15 00:03:39 +01:00
"Birthday" => "Bursdag",
2012-11-26 00:03:41 +01:00
"Add" => "Legg til",
2012-05-09 12:41:01 +02:00
"Phone" => "Telefonnummer",
2012-08-23 02:07:35 +02:00
"Email" => "Epost",
"Address" => "Adresse",
2012-11-25 00:02:56 +01:00
"Preferred" => "Føretrekt",
"Add Contact" => "Legg til kontakt",
2012-07-31 22:57:24 +02:00
"Download contact" => "Last ned kontakt",
"Delete contact" => "Slett kontakt",
2012-05-09 12:41:01 +02:00
"Type" => "Skriv",
2012-01-11 01:06:59 +01:00
"PO Box" => "Postboks",
"Extended" => "Utvida",
"City" => "Stad",
"Region" => "Region/fylke",
"Zipcode" => "Postnummer",
"Country" => "Land",
2012-05-09 12:41:01 +02:00
"Addressbook" => "Adressebok",
2012-09-07 02:10:31 +02:00
"Addressbooks" => "Adressebøker",
2012-08-03 02:04:12 +02:00
"New Address Book" => "Ny adressebok",
2012-11-16 00:04:07 +01:00
"Name" => "Namn",
2012-09-26 13:27:02 +02:00
"Save" => "Lagre"
2012-01-11 01:06:59 +01:00
);