Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ro.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 861bd42961b3bc83d35b72971c6a376017543147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php $TRANSLATIONS = array(
"Authentication error" => "Eroare autentificare",
"OpenID Changed" => "OpenID schimbat",
"Invalid request" => "Cerere eronată",
"Language changed" => "Limba a fost schimbată",
"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",
"Language" => "Limba",
"Help translating" => "Ajută 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ă",
"Delete" => "Șterge"
);