37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"This is not your addressbook." => "Nu se găsește în agendă.",
|
||
|
"Contact could not be found." => "Contactul nu a putut fi găsit.",
|
||
|
"vCard could not be read." => "vCard nu poate fi citit.",
|
||
|
"Information about vCard is incorrect. Please reload the page." => "Informațiile despre vCard sunt incorecte. Reîncărcați pagina.",
|
||
|
"Address" => "Adresă",
|
||
|
"Telephone" => "Telefon",
|
||
|
"Email" => "Email",
|
||
|
"Organization" => "Organizație",
|
||
|
"Work" => "Servici",
|
||
|
"Home" => "Acasă",
|
||
|
"Mobile" => "Mobil",
|
||
|
"Text" => "Text",
|
||
|
"Voice" => "Voce",
|
||
|
"Fax" => "Fax",
|
||
|
"Video" => "Video",
|
||
|
"Pager" => "Pager",
|
||
|
"This is not your contact." => "Nu este contactul tău",
|
||
|
"This card is not RFC compatible." => "Nu este compatibil RFC",
|
||
|
"This card does not contain a photo." => "Nu conține o fotografie",
|
||
|
"Add Contact" => "Adaugă contact",
|
||
|
"Group" => "Grup",
|
||
|
"Name" => "Nume",
|
||
|
"PO Box" => "CP",
|
||
|
"Extended" => "Extins",
|
||
|
"Street" => "Stradă",
|
||
|
"City" => "Oraș",
|
||
|
"Region" => "Regiune",
|
||
|
"Zipcode" => "Cod poștal",
|
||
|
"Country" => "Țară",
|
||
|
"Create Contact" => "Crează contact",
|
||
|
"Edit" => "Editează",
|
||
|
"Delete" => "Șterge",
|
||
|
"Birthday" => "Zi de naștere",
|
||
|
"Phone" => "Telefon"
|
||
|
);
|