nextcloud/apps/contacts/l10n/ro.php

47 lines
1.4 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.",
"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",
"Add Contact" => "Adaugă contact",
"Name" => "Nume",
"Type" => "Tip",
"PO Box" => "CP",
"Extended" => "Extins",
"Street" => "Stradă",
"City" => "Oraș",
"Region" => "Regiune",
"Zipcode" => "Cod poștal",
"Country" => "Țară",
"Create Contact" => "Crează contact",
"Choose active Address Books" => "Alegeți una din agendele active",
"New Address Book" => "Agendă nouă",
"CardDav Link" => "Link CardDev",
"Download" => "Descarcă",
"Edit" => "Editează",
"Delete" => "Șterge",
"Delete contact" => "Șterge contact",
"Add" => "Adaugă",
"Displayname" => "Numele afișat",
"Active" => "Activ",
"Save" => "Salvează",
"Submit" => "Trimite",
"Cancel" => "Anulează",
"Birthday" => "Zi de naștere",
"Preferred" => "Preferat",
"Phone" => "Telefon",
"Update" => "Update"
);