diff options
Diffstat (limited to 'apps/files_trashbin/l10n/sq.js')
-rw-r--r-- | apps/files_trashbin/l10n/sq.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/sq.js b/apps/files_trashbin/l10n/sq.js index e32063e9a25..5e60c4ddf38 100644 --- a/apps/files_trashbin/l10n/sq.js +++ b/apps/files_trashbin/l10n/sq.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "%s s'u fshi dot përgjithmonë", - "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", "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", "restored" : "u rikthye", @@ -16,6 +13,9 @@ OC.L10N.register( "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" + "Deleted" : "U fshi", + "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);"); |