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

ro.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c786f26b35592f37f771b614adb468a3f555b95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Fișiere șterse",
    "restored" : "restaurat",
    "Restore" : "Restaurare",
    "Delete permanently" : "Șterge permanent",
    "This operation is forbidden" : "Operațiunea este interzisă",
    "This directory is unavailable, please check the logs or contact the administrator" : "Acest director nu este disponibil, te rugăm verifică logurile sau contactează un administrator",
    "No deleted files" : "Nu sunt fișiere ș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",
    "Deleted" : "A fost șters.",
    "Delete" : "Șterge"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");