summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sq.js
blob: 3a1d0fed3bb126b5bfbd40a1264a547e4af9da53 (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",
    {
    "Couldn't delete %s permanently" : "S’u fshi dot përgjithmonë %s",
    "Couldn't restore %s" : "S’u rikthye dot %s",
    "Deleted files" : "Kartela të fshira",
    "Restore" : "Riktheje",
    "Delete" : "Fshije",
    "Delete permanently" : "Fshije përgjithmonë",
    "Error" : "Gabim",
    "restored" : "u rikthye",
    "No deleted files" : "Pa kartela të fshira",
    "You will be able to recover deleted files from here" : "Që këtu do të jeni në gjendje të rimerrni kartela të fshira",
    "No entries found in this folder" : "Në këtë dosje s’u gjetën zëra",
    "Select all" : "Përzgjidhi krejt",
    "Name" : "Emër",
    "Deleted" : "U fshi"
},
"nplurals=2; plural=(n != 1);");