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: 0feb1e8e721d41d08936c1f25f61bffd7ecb752b (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Sterge fisierele",
    "Restore" : "Restabilire",
    "Delete permanently" : "Șterge permanent",
    "Error" : "Eroare",
    "Name" : "Nume",
    "Delete" : "Șterge"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");