37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Det här är inte din adressbok.",
|
|
"Contact could not be found." => "Kontakt kunde inte hittas.",
|
|
"vCard could not be read." => "vCard kunde inte läsas in.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Information om vCard är felaktigt. Vänligen ladda om sidan.",
|
|
"Address" => "Adress",
|
|
"Telephone" => "Telefon",
|
|
"Email" => "E-post",
|
|
"Organization" => "Organisation",
|
|
"Work" => "Arbete",
|
|
"Home" => "Hem",
|
|
"Mobile" => "Mobil",
|
|
"Text" => "Text",
|
|
"Voice" => "Röst",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Personsökare",
|
|
"This is not your contact." => "Det här är inte din kontakt.",
|
|
"This card is not RFC compatible." => "Detta kort är inte RFC-kompatibelt.",
|
|
"This card does not contain a photo." => "Detta kort innehåller inte något foto.",
|
|
"Add Contact" => "Lägg till kontakt",
|
|
"Group" => "Grupp",
|
|
"Name" => "Namn",
|
|
"PO Box" => "Postbox",
|
|
"Extended" => "Utökad",
|
|
"Street" => "Gata",
|
|
"City" => "Stad",
|
|
"Region" => "Län",
|
|
"Zipcode" => "Postnummer",
|
|
"Country" => "Land",
|
|
"Create Contact" => "Skapa kontakt",
|
|
"Edit" => "Redigera",
|
|
"Delete" => "Radera",
|
|
"Birthday" => "Födelsedag",
|
|
"Phone" => "Telefon"
|
|
);
|