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: 3d6041b44b558ec8f8c52033542993087214d43a (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
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "polls",
    {
    "Circle" : "Cerc",
    "Contact" : "Contact",
    "Public link" : "Link public",
    "Group" : "Grup",
    "User" : "Utilizator",
    "Delete" : "Șterge",
    "Conflict" : "Conflict",
    "New comment …" : "Comentariu nou...",
    "Delete comment" : "Șterge comentariu",
    "Title" : "Titlu",
    "Cancel" : "Anulează",
    "Apply" : "Aplică",
    "From" : "De la",
    "To" : "Către",
    "No" : "Nu",
    "OK" : "OK",
    "Week" : "Săptămâna",
    "Add" : "Adaugă",
    "Close" : "Închide",
    "never" : "niciodată",
    "Login" : "Autentificare",
    "Access" : "Acces",
    "Owner" : "Proprietar",
    "Preview" : "Previzualizare",
    "Shares" : "Partajări",
    "Description" : "Descriere",
    "Yes" : "a",
    "Administration" : "Administrare",
    "Details" : "Detalii",
    "Configuration" : "Configurație",
    "Sharing" : "Partajare",
    "Comments" : "Comentarii",
    "Activity" : "Activitate",
    "Day" : "Zi",
    "Month" : "Luna",
    "Year" : "An",
    "Archive" : "Arhivă"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");