2012-01-11 04:06:59 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-05-09 14:41:01 +04:00
|
|
|
"Error (de)activating addressbook." => "(Dez)activarea agendei a întâmpinat o eroare.",
|
|
|
|
"There was an error adding the contact." => "O eroare a împiedicat adăugarea contactului.",
|
|
|
|
"Cannot add empty property." => "Nu se poate adăuga un câmp gol.",
|
|
|
|
"At least one of the address fields has to be filled out." => "Cel puțin unul din câmpurile adresei trebuie completat.",
|
|
|
|
"Error adding contact property." => "Contactul nu a putut fi adăugat.",
|
|
|
|
"Error adding addressbook." => "Agenda nu a putut fi adăugată.",
|
|
|
|
"Error activating addressbook." => "Eroare la activarea agendei.",
|
|
|
|
"Information about vCard is incorrect. Please reload the page." => "Informațiile cărții de vizită sunt incorecte. Te rog reîncarcă pagina.",
|
|
|
|
"Error deleting contact property." => "Eroare la ștergerea proprietăților contactului.",
|
|
|
|
"Error updating contact property." => "Eroare la actualizarea proprietăților contactului.",
|
|
|
|
"Error updating addressbook." => "Eroare la actualizarea agendei.",
|
|
|
|
"Contacts" => "Contacte",
|
2012-01-11 04:06:59 +04:00
|
|
|
"This is not your addressbook." => "Nu se găsește în agendă.",
|
|
|
|
"Contact could not be found." => "Contactul nu a putut fi găsit.",
|
|
|
|
"Address" => "Adresă",
|
|
|
|
"Telephone" => "Telefon",
|
|
|
|
"Email" => "Email",
|
|
|
|
"Organization" => "Organizație",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Work" => "Servicu",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Home" => "Acasă",
|
|
|
|
"Mobile" => "Mobil",
|
|
|
|
"Text" => "Text",
|
|
|
|
"Voice" => "Voce",
|
|
|
|
"Fax" => "Fax",
|
|
|
|
"Video" => "Video",
|
|
|
|
"Pager" => "Pager",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Contact" => "Contact",
|
2012-01-11 04:06:59 +04:00
|
|
|
"Add Contact" => "Adaugă contact",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Addressbooks" => "Agende",
|
|
|
|
"New Address Book" => "Agendă nouă",
|
|
|
|
"CardDav Link" => "Legătură CardDev",
|
|
|
|
"Download" => "Descarcă",
|
|
|
|
"Edit" => "Editează",
|
|
|
|
"Delete" => "Șterge",
|
|
|
|
"Download contact" => "Descarcă acest contact",
|
|
|
|
"Delete contact" => "Șterge contact",
|
|
|
|
"Birthday" => "Zi de naștere",
|
|
|
|
"Preferred" => "Preferat",
|
|
|
|
"Phone" => "Telefon",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Type" => "Tip",
|
2012-01-11 04:06:59 +04:00
|
|
|
"PO Box" => "CP",
|
|
|
|
"Extended" => "Extins",
|
|
|
|
"Street" => "Stradă",
|
|
|
|
"City" => "Oraș",
|
|
|
|
"Region" => "Regiune",
|
|
|
|
"Zipcode" => "Cod poștal",
|
|
|
|
"Country" => "Țară",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Add" => "Adaugă",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Addressbook" => "Agendă",
|
|
|
|
"New Addressbook" => "Agendă nouă",
|
|
|
|
"Edit Addressbook" => "Modifică agenda",
|
|
|
|
"Displayname" => "Nume afișat",
|
2012-01-15 18:12:58 +04:00
|
|
|
"Active" => "Activ",
|
|
|
|
"Save" => "Salvează",
|
|
|
|
"Submit" => "Trimite",
|
2012-05-09 14:41:01 +04:00
|
|
|
"Cancel" => "Anulează"
|
2012-01-11 04:06:59 +04:00
|
|
|
);
|