nextcloud/apps/files_trashbin/l10n/sq.php

16 lines
546 B
PHP

<?php
$TRANSLATIONS = array(
"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ë ",
"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",
"Restore" => "Rivendos",
"Deleted" => "Eliminuar",
"Delete" => "Elimino",
"Deleted Files" => "Skedarë të eliminuar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";