36 lines
1.4 KiB
PHP
36 lines
1.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"email Changed" => "email schimbat",
|
|
"Invalid request" => "Cerere eronată",
|
|
"OpenID Changed" => "OpenID schimbat",
|
|
"Language changed" => "Limba a fost schimbată",
|
|
"Log level" => "Nivel log-uri",
|
|
"Add your application" => "Adaugă propria ta aplicație",
|
|
"Select an App" => "Selectează o aplicație",
|
|
"-licensed" => "-autorizat",
|
|
"by" => "de",
|
|
"Ask a question" => "Întreabă",
|
|
"Problems connecting to help database." => "Sunt probleme cu conectarea la baza de date",
|
|
"Go there manually." => "Manual",
|
|
"Answer" => "Răspuns",
|
|
"You use" => "Folosești",
|
|
"of the available" => "din",
|
|
"Your password got changed" => "Parola a fost schimbată",
|
|
"Unable to change your password" => "Imposibil de schimbat parola",
|
|
"Current password" => "Parola curentă",
|
|
"New password" => "Noua parolă",
|
|
"show" => "arată",
|
|
"Change password" => "Schimbă parola",
|
|
"Email" => "Email",
|
|
"Your email address" => "Adresa ta de email",
|
|
"Fill in an email address to enable password recovery" => "Completați adresa de mail pentru a vă putea recupera parola",
|
|
"Language" => "Limba",
|
|
"Help translate" => "Ajutați la traducere",
|
|
"use this address to connect to your ownCloud in your file manager" => "folosește această adresă pentru a te conecta la managerul tău de fișiere din ownCloud",
|
|
"Name" => "Nume",
|
|
"Password" => "Parola",
|
|
"Groups" => "Grupuri",
|
|
"Create" => "Crează",
|
|
"Quota" => "Quota",
|
|
"Delete" => "Șterge"
|
|
);
|