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.

eu.php 545B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Ezin izan da %s betirako ezabatu",
  4. "Couldn't restore %s" => "Ezin izan da %s berreskuratu",
  5. "Deleted files" => "Ezabatutako fitxategiak",
  6. "Error" => "Errorea",
  7. "Deleted Files" => "Ezabatutako Fitxategiak",
  8. "restored" => "Berrezarrita",
  9. "Nothing in here. Your trash bin is empty!" => "Ez dago ezer ez. Zure zakarrontzia hutsik dago!",
  10. "Name" => "Izena",
  11. "Restore" => "Berrezarri",
  12. "Deleted" => "Ezabatuta",
  13. "Delete" => "Ezabatu"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";