You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sq.php 546B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Nuk munda ta eliminoj përfundimisht %s",
  4. "Couldn't restore %s" => "Nuk munda ta rivendos %s",
  5. "Deleted files" => "Skedarë të fshirë ",
  6. "Error" => "Veprim i gabuar",
  7. "Deleted Files" => "Skedarë të eliminuar",
  8. "restored" => "rivendosur",
  9. "Nothing in here. Your trash bin is empty!" => "Këtu nuk ka asgjë. Koshi juaj është bosh!",
  10. "Name" => "Emri",
  11. "Restore" => "Rivendos",
  12. "Deleted" => "Eliminuar",
  13. "Delete" => "Elimino"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";