aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ro.js
blob: 7be2ab193740567a5f5b901bbb0525e83a903532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_trashbin",
    {
    "restored" : "restaurat",
    "Deleted files" : "Fișiere șterse",
    "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Fișierele și folderele șterse din coșul de gunoi (pot expira în timpul exportului dacă spațiul de stocare e limitat)",
    "Restore" : "Restaurare",
    "Unknown" : "Necunoscut",
    "All files" : "Toate fișierele",
    "You" : "Tu",
    "Deleted" : "A fost șters.",
    "List of files that have been deleted." : "Lista fișierelor șterse.",
    "No deleted files" : "Nu sunt fișiere șterse",
    "Files and folders you have deleted will show up here" : "Fișierele și dosarele șterse vor fi afișate aici",
    "This application enables users to restore files that were deleted from the system." : "Această aplicație permite utilizatorilor să restaureze fișierele șterse.",
    "You will be able to recover deleted files from here" : "Vei putea restaura fișiere șterse de aici",
    "No entries found in this folder" : "Niciun element găsit în acest director",
    "Select all" : "Selectează tot",
    "Name" : "Nume",
    "Actions" : "Acțiuni"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");