mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
57 lines
2.0 KiB
PHP
57 lines
2.0 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "Kotaktar",
|
|
"Save" => "Lagra",
|
|
"Uploading..." => "Lastar opp …",
|
|
"Cancel" => "Avbryt",
|
|
"OK" => "Greitt",
|
|
"Add" => "Legg til",
|
|
"Import" => "Importer",
|
|
"Close" => "Lukk",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
|
|
"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",
|
|
"Contact" => "Kontakt",
|
|
"Other" => "Anna",
|
|
"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",
|
|
"Email" => "E-post",
|
|
"Phone" => "Telefonnummer",
|
|
"Address" => "Adresse",
|
|
"Group" => "Gruppe",
|
|
"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",
|
|
"more info" => "meir info",
|
|
"Primary address (Kontact et al)" => "Hovudadresse (Kontact osb.)",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Addressbooks" => "Adressebøker",
|
|
"New Address Book" => "Ny adressebok",
|
|
"Description" => "Skildring"
|
|
);
|