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

ro.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6512092b8a8e86756e254847b935c949e9d2f937 (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
OC.L10N.register(
    "backup",
    {
    "Backup" : "Backup",
    "seconds" : "secunde",
    "minutes" : "minute",
    "hours" : "ore",
    "days" : "zile",
    "Error" : "Eroare",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Actions" : "Acțiuni",
    "Delete" : "Șterge",
    "Cancel" : "Anulare",
    "Settings saved" : "Setările au fost salvate",
    "Unable to save the settings" : "Nu se pot salva setările",
    "Pending" : "În așteptare",
    "Completed" : "Terminat",
    "Status" : "Stare",
    "Date" : "Date",
    "ID" : "ID",
    "Local" : "Local"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");