1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/nb_NO.php
2013-07-03 00:56:49 +02:00

111 lines
5.0 KiB
PHP

<?php $TRANSLATIONS = array(
"Error getting contact object." => "Feil ved henting av kontakt objektet.",
"Error reading contact photo." => "Klarte ikke å lese kontaktbilde.",
"Error saving temporary file." => "Klarte ikke å lagre midlertidig fil.",
"The loading photo is not valid." => "Bildet som lastes inn er ikke gyldig.",
"No photo path was submitted." => "Ingen filsti ble lagt inn.",
"File doesn't exist:" => "Filen eksisterer ikke:",
"Error loading image." => "Klarte ikke å laste bilde.",
"Error getting PHOTO property." => "Feil ved henting av foto verdi.",
"Error saving contact." => "Klarte ikke å lagre kontakt.",
"Error resizing image" => "Klarte ikke å endre størrelse på bildet",
"Error cropping image" => "Klarte ikke å beskjære bildet",
"Error creating temporary image" => "Klarte ikke å lage et midlertidig bilde",
"Error finding image: " => "Kunne ikke finne bilde:",
"No file was uploaded. Unknown error" => "Ingen filer ble lastet opp. Ukjent feil.",
"There is no error, the file uploaded with success" => "Pust ut, ingen feil. Filen ble lastet opp problemfritt",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Filen du prøvde å laste opp var større enn grensen upload_max_filesize i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Filen du prøvde å laste opp var større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet.",
"The uploaded file was only partially uploaded" => "Filen du prøvde å laste opp ble kun delvis lastet opp",
"No file was uploaded" => "Ingen filer ble lastet opp",
"Missing a temporary folder" => "Mangler midlertidig mappe",
"Failed to write to disk" => "Klarte ikke å skrive til disk",
"Not enough storage available" => "Ikke nok lagringsplass",
"Error uploading contacts to storage." => "Klarte ikke å laste opp kontakter til lagringsplassen",
"Couldn't save temporary image: " => "Kunne ikke lagre midlertidig bilde:",
"Couldn't load temporary image: " => "Kunne ikke laste midlertidig bilde:",
"Contacts" => "Kontakter",
"Save" => "Lagre",
"Uploading..." => "Laster opp...",
"Importing..." => "Importerer...",
"Select photo" => "Velg bilde",
"Cancel" => "Avbryt",
"OK" => "OK",
"No files selected for upload." => "Ingen filer valgt for opplasting.",
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Filen du prøver å laste opp er for stor.",
"Add" => "Legg til",
"Result: " => "Resultat:",
" imported, " => "importert,",
" failed." => "feilet.",
"Error" => "Feil",
"Download" => "Last ned",
"Edit" => "Endre",
"Delete" => "Slett",
"Less..." => "Mindre...",
"There was an error deleting this addressbook." => "Det oppstod en feil under sletting av denne adresseboken",
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-filen er ikke riktig. Last inn siden på nytt.",
"{name}'s Birthday" => "{name}s bursdag",
"Contact" => "Kontakt",
"Other" => "Annet",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"Work" => "Arbeid",
"Home" => "Hjem",
"Mobile" => "Mobil",
"Text" => "Tekst",
"Voice" => "Svarer",
"Message" => "Melding",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Pager",
"Internet" => "Internett",
"Import" => "Importer",
"Groups" => "Grupper",
"Close" => "Lukk",
"Keyboard shortcuts" => "Tastatur snarveier",
"Navigation" => "Navigasjon",
"Next contact in list" => "Neste kontakt i listen",
"Previous contact in list" => "Forrige kontakt i listen",
"Expand/collapse current addressbook" => "Vis/skjul adresseboken",
"Add new contact" => "Legg til ny kontakt",
"Add new addressbook" => "Legg til ny adressebok",
"Delete current contact" => "Slett kontakten",
"Add contact" => "Ny kontakt",
"Delete current photo" => "Fjern nåværende bilde",
"Edit current photo" => "Rediger nåværende bilde",
"Upload new photo" => "Last opp nytt bilde",
"Select photo from ownCloud" => "Velg bilde fra ownCloud",
"Additional names" => "Ev. mellomnavn",
"Nickname" => "Kallenavn",
"Enter nickname" => "Skriv inn kallenavn",
"Title" => "Tittel",
"Organization" => "Organisasjon",
"Birthday" => "Bursdag",
"Phone" => "Telefon",
"Email" => "Epost",
"Address" => "Adresse",
"Note" => "Notat",
"Web site" => "Hjemmeside",
"Delete contact" => "Slett kontakt",
"Preferred" => "Foretrukket",
"Please specify a valid email address." => "Vennligst angi en gyldig e-postadresse.",
"Mail to address" => "Send e-post til adresse",
"Delete email address" => "Fjern e-postadresse",
"Enter phone number" => "Skriv inn telefonnummer",
"Delete phone number" => "Fjern telefonnummer",
"View on map" => "Se på kart",
"City" => "By",
"Country" => "Land",
"Share" => "Del",
"Export" => "Eksporter",
"The temporary image has been removed from cache." => "Det midlertidige bildet er fjernet fra cache.",
"CardDAV syncing addresses" => "Synkroniseringsadresse for CardDAV",
"more info" => "mer info",
"Primary address (Kontact et al)" => "Primær adresse (kontakt osv)",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "Adressebøker",
"New Address Book" => "Ny adressebok",
"Name" => "Navn",
"Description" => "Beskrivelse"
);