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

sq.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59a8218268d6746735b6f02116eab5c21a3cbf22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Kartela të fshira",
    "restored" : "u rikthye",
    "Restore" : "Riktheje",
    "Delete permanently" : "Fshije përgjithmonë",
    "This operation is forbidden" : "Ky veprim është i ndaluar",
    "This directory is unavailable, please check the logs or contact the administrator" : "Kjo drejtori nuk kapet, ju lutemi, kontrolloni regjistrat ose lidhuni me përgjegjësin",
    "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",
    "Delete" : "Fshije",
    "Couldn't delete %s permanently" : "%s s'u fshi dot përgjithmonë",
    "Couldn't restore %s" : "S’u rikthye dot %s",
    "Error" : "Gabim"
},
"nplurals=2; plural=(n != 1);");