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

91 lines
4.1 KiB
PHP

<?php $TRANSLATIONS = array(
"Contacts" => "Kotaktar",
"Ok" => "Greitt",
"Cancel" => "Avbryt",
"Save" => "Lagra",
"Edit Addressbook" => "Endre adressebok",
"An address book called {name} already exists" => "Det finst alt ei adressebok som heiter {name}",
"Failed adding address book: {error}" => "Klarte ikkje leggja til adresseboka: {error}",
"Failed loading address books: {error}" => "Klarte ikkje lasta adressebøkene: {error}",
"Indexing contacts" => "Indekserer kontaktar",
"Unrecoverable error loading address books: {msg}" => "Uoppretteleg feil ved lasting av adressebøkene: {msg}",
"Error." => "Feil.",
"Add to..." => "Legg til i …",
"Remove from..." => "Fjern frå …",
"Add group..." => "Legg til gruppe …",
"Invalid URL: \"{url}\"" => "Ugyldig URL: «{url}»",
"Invalid email: \"{url}\"" => "Ugyldig e-post: «{url}»",
"Merge failed. Cannot find contact: {id}" => "Klarte ikkje føya saman. Fann ikkje kontakten: {id}",
"Merge failed." => "Klarte ikkje føya saman.",
"Merge failed. Error saving contact." => "Klarte ikkje føya saman. Feil ved lagring av kontakten.",
"Select photo" => "Vel bilete",
"Network or server error. Please inform administrator." => "Nettverks- eller tenarfeil. Ver venleg og kontakt administratoren.",
"Error adding to group." => "Klarte ikkje leggja til i gruppe.",
"Error removing from group." => "Klarte ikkje fjerna frå gruppe.",
"Error setting {name} as favorite." => "Klarte ikkje lagra {name} som favoritt.",
"Merge contacts" => "Føy saman kontaktar",
"Add group" => "Legg til gruppe",
"OK" => "Greitt",
"Could not find contact: {id}" => "Klarte ikkje finna kontakt: {id}",
"Edit profile picture" => "Rediger profilbilete",
"# groups" => "# grupper",
"Add" => "Legg til",
"Shared by {owner}" => "Delt av {owner}",
"Import" => "Importer",
"Importing..." => "Importerer …",
"Close" => "Lukk",
"Error merging into contact." => "Klarte ikkje føya saman med kontakten.",
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
"No photo path was submitted." => "Ingen fotosti sendt inn.",
"Error getting PHOTO property." => "Klarte ikkje henta PHOTO-eigenskapen.",
"Error saving contact." => "Klarte ikkje lagra kontakten.",
"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",
"Error uploading contacts to storage." => "Klarte ikkje lasta opp kontaktar til lagring.",
"Could not set preference: " => "Klarte ikkje lagra innstilling:",
"Contact" => "Kontakt",
"Other" => "Anna",
"ownCloud" => "ownCloud",
"Work" => "Arbeid",
"Home" => "Heime",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Tale",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Personsøkjar",
"Family" => "Familie",
"Delete" => "Slett",
"Groups" => "Grupper",
"Download" => "Last ned",
"Merge" => "Føy saman",
"Email" => "E-post",
"Phone" => "Telefonnummer",
"Address" => "Adresse",
"Group" => "Gruppe",
"Which contact should the data be merged into?" => "Kva kontakt vil du føya saman med?",
"Delete the other(s) after successful merge?" => "Slett den/dei andre etter samanføying?",
"Favorite" => "Favoritt",
"Name" => "Namn",
"Title" => "Tittel",
"Organization" => "Organisasjon",
"Birthday" => "Bursdag",
"Preferred" => "Føretrekt",
"City" => "Stad",
"Country" => "Land",
"Active" => "Aktiv",
"Share" => "Del",
"Export" => "Eksporter",
"Edit" => "Endra",
"Description" => "Skildring",
"User" => "Brukar",
"Password" => "Passord"
);