nextcloud/apps/files_trashbin/l10n/sq.js

17 lines
583 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Nuk munda ta eliminoj përfundimisht %s",
"Couldn't restore %s" : "Nuk munda ta rivendos %s",
"Deleted files" : "Skedarë të fshirë ",
"Restore" : "Rivendos",
"Delete permanently" : "Fshi përfundimisht",
"Error" : "Veprim i gabuar",
"restored" : "rivendosur",
"Nothing in here. Your trash bin is empty!" : "Këtu nuk ka asgjë. Koshi juaj është bosh!",
"Name" : "Emri",
"Deleted" : "Eliminuar",
"Delete" : "Elimino"
},
"nplurals=2; plural=(n != 1);");