2012-01-11 04:06:59 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-05-09 14:41:01 +04:00
|
|
|
"Error (de)activating addressbook." => "Fel när (av)aktivera adressbok",
|
|
|
|
"There was an error adding the contact." => "Det uppstod ett fel när kontakt skulle läggas till",
|
|
|
|
"Cannot add empty property." => "Kan inte lägga till en tom egenskap",
|
|
|
|
"At least one of the address fields has to be filled out." => "Minst ett fält måste fyllas i",
|
|
|
|
"Error adding contact property." => "Fel när kontaktegenskap skulle läggas till",
|
|
|
|
"Error adding addressbook." => "Fel när adressbok skulle läggas till",
|
|
|
|
"Error activating addressbook." => "Fel uppstod när adressbok skulle aktiveras",
|
|
|
|
"Information about vCard is incorrect. Please reload the page." => "Information om vCard är felaktigt. Vänligen ladda om sidan.",
|
|
|
|
"Error deleting contact property." => "Fel uppstod när kontaktegenskap skulle tas bort",
|
|
|
|
"Error updating contact property." => "Fel uppstod när kontaktegenskap skulle uppdateras",
|
|
|
|
"Error updating addressbook." => "Fel uppstod när adressbok skulle uppdateras",
|
|
|
|
"Contacts" => "Kontakter",
|
2012-01-11 04:06:59 +04:00
|
|
|
"This is not your addressbook." => "Det här är inte din adressbok.",
|
|
|
|
"Contact could not be found." => "Kontakt kunde inte hittas.",
|
|
|
|
"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",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Contact" => "Kontakt",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Add Contact" => "Lägg till kontakt",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Addressbooks" => "Adressböcker",
|
|
|
|
"New Address Book" => "Ny adressbok",
|
|
|
|
"CardDav Link" => "CardDAV länk",
|
|
|
|
"Download" => "Nedladdning",
|
|
|
|
"Edit" => "Redigera",
|
|
|
|
"Delete" => "Radera",
|
|
|
|
"Download contact" => "Ladda ner kontakt",
|
|
|
|
"Delete contact" => "Radera kontakt",
|
|
|
|
"Birthday" => "Födelsedag",
|
|
|
|
"Preferred" => "Föredragen",
|
|
|
|
"Phone" => "Telefon",
|
|
|
|
"Type" => "Typ",
|
2012-01-11 04:06:59 +04:00
|
|
|
"PO Box" => "Postbox",
|
|
|
|
"Extended" => "Utökad",
|
|
|
|
"Street" => "Gata",
|
|
|
|
"City" => "Stad",
|
|
|
|
"Region" => "Län",
|
|
|
|
"Zipcode" => "Postnummer",
|
|
|
|
"Country" => "Land",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Add" => "Ny",
|
|
|
|
"Addressbook" => "Adressbok",
|
|
|
|
"New Addressbook" => "Ny adressbok",
|
|
|
|
"Edit Addressbook" => "Redigera adressbok",
|
|
|
|
"Displayname" => "Visningsnamn",
|
|
|
|
"Active" => "Aktiv",
|
|
|
|
"Save" => "Spara",
|
|
|
|
"Submit" => "Skicka in",
|
|
|
|
"Cancel" => "Avbryt"
|
2012-01-11 04:06:59 +04:00
|
|
|
);
|