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

53 lines
2.0 KiB
PHP

<?php $TRANSLATIONS = array(
"No file was uploaded. Unknown error" => "Ingen filer lasta opp. Ukjend feil",
"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",
"Failed to write to disk" => "Klarte ikkje å skriva til disk",
"Not enough storage available" => "Ikkje nok lagringsplass tilgjengeleg",
"Contacts" => "Kontaktar",
"Error" => "Feil",
"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",
"Upload too large" => "For stor opplasting",
"Cancel" => "Kanseller",
"Download" => "Last ned",
"Edit" => "Endra",
"Delete" => "Slett",
"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",
"Work" => "Arbeid",
"Home" => "Heime",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
"Settings" => "Innstillingar",
"New" => "Ny",
"Import" => "Importer",
"Groups" => "Grupper",
"Close" => "Lukk",
"Title" => "Tittel",
"Organization" => "Organisasjon",
"Birthday" => "Bursdag",
"Add" => "Legg til",
"Phone" => "Telefon",
"Email" => "E-post",
"Address" => "Adresse",
"Delete contact" => "Slett kontakt",
"Preferred" => "Føretrekt",
"City" => "By",
"Country" => "Land",
"Share" => "Del",
"Export" => "Eksporter",
"Addressbooks" => "Adressebøker",
"New Address Book" => "Ny adressebok",
"Name" => "Namn",
"Save" => "Lagre"
);