37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Dette er ikkje di adressebok.",
|
|
"Contact could not be found." => "Fann ikkje kontakten.",
|
|
"vCard could not be read." => "Klarte ikkje å lesa vCard-et.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
|
|
"Address" => "Adresse",
|
|
"Telephone" => "Telefonnummer",
|
|
"Email" => "Epost",
|
|
"Organization" => "Organisasjon",
|
|
"Work" => "Arbeid",
|
|
"Home" => "Heime",
|
|
"Mobile" => "Mobil",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Tale",
|
|
"Fax" => "Faks",
|
|
"Video" => "Video",
|
|
"Pager" => "Personsøkjar",
|
|
"This is not your contact." => "Dette er ikkje din kontakt.",
|
|
"This card is not RFC compatible." => "Dette kortet er ikkje RFC-kompatibelt",
|
|
"This card does not contain a photo." => "Dette kortet har ingen bilete.",
|
|
"Add Contact" => "Legg til kontakt",
|
|
"Group" => "Gruppe",
|
|
"Name" => "Namn",
|
|
"PO Box" => "Postboks",
|
|
"Extended" => "Utvida",
|
|
"Street" => "Gate",
|
|
"City" => "Stad",
|
|
"Region" => "Region/fylke",
|
|
"Zipcode" => "Postnummer",
|
|
"Country" => "Land",
|
|
"Create Contact" => "Opprett kontakt",
|
|
"Edit" => "Endra",
|
|
"Delete" => "Slett",
|
|
"Birthday" => "Bursdag",
|
|
"Phone" => "Telefonnummer"
|
|
);
|