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

ro.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1da730e082d4fea8086dd434af0391dd24fbe2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "groupfolders",
    {
    "Deny" : "Refuzați",
    "Allow" : "Permiteți",
    "Read" : "Citeşte",
    "Create" : "Creează",
    "Delete" : "Șterge",
    "Share" : "Partajează",
    "Group" : "Grup",
    "Folder name" : "Denumire director",
    "Groups" : "Grupuri",
    "Quota" : "Procent"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");