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: c8f4a75304caff12fe76aec01b8d93b34ac57735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
},
"nplurals=2; plural=(n != 1);");