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

51 lines
1.8 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "Kotaktar",
"Save" => "Lagra",
"Uploading..." => "Lastar opp …",
"Cancel" => "Avbryt",
"OK" => "Greitt",
"Add" => "Legg til",
2014-03-11 11:38:48 +01:00
"Shared by {owner}" => "Delt av {owner}",
2013-09-10 14:44:39 +02:00
"Import" => "Importer",
"Close" => "Lukk",
2013-07-24 06:50:10 +02:00
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
2013-09-05 11:38:03 +02:00
"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",
2013-07-24 06:50:10 +02:00
"Contact" => "Kontakt",
"Other" => "Anna",
"Work" => "Arbeid",
"Home" => "Heime",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
2013-11-22 00:16:51 +01:00
"Family" => "Familie",
2014-03-09 06:49:34 +01:00
"Delete" => "Slett",
2013-07-24 06:50:10 +02:00
"Groups" => "Grupper",
2014-03-09 06:49:34 +01:00
"Download" => "Last ned",
2014-01-11 06:50:01 +01:00
"Email" => "E-post",
"Phone" => "Telefonnummer",
"Address" => "Adresse",
2014-01-12 06:49:20 +01:00
"Group" => "Gruppe",
2014-03-07 06:49:55 +01:00
"Favorite" => "Favoritt",
2013-11-11 08:54:25 +01:00
"Name" => "Namn",
2013-07-24 06:50:10 +02:00
"Title" => "Tittel",
"Organization" => "Organisasjon",
"Birthday" => "Bursdag",
"Preferred" => "Føretrekt",
"City" => "Stad",
"Country" => "Land",
2013-09-09 01:36:47 +02:00
"Active" => "Aktiv",
2013-07-24 06:50:10 +02:00
"Share" => "Del",
"Export" => "Eksporter",
2014-03-10 05:49:39 +01:00
"Edit" => "Endra"
2012-01-11 01:06:59 +01:00
);