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

ro.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 763d66a32c4397ee6aa57dc8c515e11332ebb053 (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
31
32
OC.L10N.register(
    "polls",
    {
    "Confirmed" : "Confirmat",
    "Cancel" : "Anulează",
    "OK" : "OK",
    "Week" : "Săptămâna",
    "Back" : "Înapoi",
    "Group" : "Grup",
    "Unknown user" : "Utilizator necunoscut",
    "Conflict" : "Conflict",
    "New comment …" : "Comentariu nou...",
    "Delete comment" : "Șterge comentariu",
    "Title" : "Titlu",
    "Apply" : "Aplică",
    "Settings" : "Setări",
    "Access" : "Acces",
    "Owner" : "Proprietar",
    "never" : "niciodată",
    "Details" : "Detalii",
    "Configuration" : "Configurație",
    "Shares" : "Partajări",
    "Comments" : "Comentarii",
    "Description" : "Descriere",
    "Expiration date" : "Data expirării",
    "No" : "Nu",
    "Yes" : "a",
    "Deleted" : "Șters",
    "Day" : "Zi",
    "Month" : "Luna"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");