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

53 lines
2.0 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-04-30 00:50:22 +02:00
"No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil",
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",
2013-04-30 00:50:22 +02:00
"Failed to write to disk" => "Klarte ikkje å skriva til disk",
"Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg",
"Contacts" => "Kontaktar",
2012-11-16 00:04:07 +01:00
"Error" => "Feil",
2013-04-30 00:50:22 +02:00
"Unable to upload your file as it is a directory or has 0 bytes" => "Klarte ikkje å lasta opp fila sidan ho er ei mappe eller er på 0 byte",
2012-12-09 00:09:39 +01:00
"Upload too large" => "For stor opplasting",
2013-04-26 00:50:45 +02:00
"Cancel" => "Kanseller",
2012-09-26 13:27:02 +02:00
"Download" => "Last ned",
"Edit" => "Endra",
"Delete" => "Slett",
2013-04-26 00:50:45 +02:00
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
"Contact" => "Kontakt",
"Other" => "Anna",
2012-01-11 01:06:59 +01:00
"Work" => "Arbeid",
"Home" => "Heime",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
2012-11-16 00:04:07 +01:00
"Settings" => "Innstillingar",
2013-03-16 22:16:04 +01:00
"New" => "Ny",
2012-11-25 00:02:56 +01:00
"Import" => "Importer",
"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",
2013-04-30 00:50:22 +02:00
"Phone" => "Telefon",
"Email" => "E-post",
2012-08-23 02:07:35 +02:00
"Address" => "Adresse",
2012-12-12 00:10:33 +01:00
"Delete contact" => "Slett kontakt",
2012-11-25 00:02:56 +01:00
"Preferred" => "Føretrekt",
2013-04-30 00:50:22 +02:00
"City" => "By",
2012-12-11 00:03:50 +01:00
"Country" => "Land",
2013-04-30 00:50:22 +02:00
"Share" => "Del",
2012-12-08 00:08:12 +01:00
"Export" => "Eksporter",
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
);