mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
52 lines
1.9 KiB
PHP
52 lines
1.9 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Error (de)activating addressbook." => "Ein feil oppstod ved (de)aktivering av adressebok.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
|
|
"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",
|
|
"Contacts" => "Kotaktar",
|
|
"Error" => "Feil",
|
|
"Download" => "Last ned",
|
|
"Edit" => "Endra",
|
|
"Delete" => "Slett",
|
|
"Cancel" => "Kanseller",
|
|
"Work" => "Arbeid",
|
|
"Home" => "Heime",
|
|
"Other" => "Anna",
|
|
"Mobile" => "Mobil",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Tale",
|
|
"Fax" => "Faks",
|
|
"Video" => "Video",
|
|
"Pager" => "Personsøkjar",
|
|
"Contact" => "Kontakt",
|
|
"Settings" => "Innstillingar",
|
|
"Import" => "Importer",
|
|
"Groups" => "Grupper",
|
|
"Close" => "Lukk",
|
|
"Organization" => "Organisasjon",
|
|
"Birthday" => "Bursdag",
|
|
"Phone" => "Telefonnummer",
|
|
"Email" => "Epost",
|
|
"Address" => "Adresse",
|
|
"Preferred" => "Føretrekt",
|
|
"Add Contact" => "Legg til kontakt",
|
|
"Download contact" => "Last ned kontakt",
|
|
"Delete contact" => "Slett kontakt",
|
|
"Type" => "Skriv",
|
|
"PO Box" => "Postboks",
|
|
"Extended" => "Utvida",
|
|
"City" => "Stad",
|
|
"Region" => "Region/fylke",
|
|
"Zipcode" => "Postnummer",
|
|
"Country" => "Land",
|
|
"Addressbook" => "Adressebok",
|
|
"Addressbooks" => "Adressebøker",
|
|
"New Address Book" => "Ny adressebok",
|
|
"Name" => "Namn",
|
|
"Save" => "Lagre"
|
|
);
|