diff options
Diffstat (limited to 'apps/files_trashbin/l10n/sq.php')
-rw-r--r-- | apps/files_trashbin/l10n/sq.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/sq.php b/apps/files_trashbin/l10n/sq.php index a9596403c08..ce3ed947ccd 100644 --- a/apps/files_trashbin/l10n/sq.php +++ b/apps/files_trashbin/l10n/sq.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Nuk munda ta eliminoj përfundimisht %s", +"Couldn't restore %s" => "Nuk munda ta rivendos %s", +"perform restore operation" => "ekzekuto operacionin e rivendosjes", "Error" => "Veprim i gabuar", +"delete file permanently" => "eliminoje përfundimisht skedarin", "Delete permanently" => "Elimino përfundimisht", "Name" => "Emri", "Deleted" => "Eliminuar", @@ -7,6 +11,8 @@ "{count} folders" => "{count} dosje", "1 file" => "1 skedar", "{count} files" => "{count} skedarë", +"Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!", +"Restore" => "Rivendos", "Delete" => "Elimino", "Deleted Files" => "Skedarë të eliminuar" ); |