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.

en_GB.php 497B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Couldn't delete %s permanently",
  4. "Couldn't restore %s" => "Couldn't restore %s",
  5. "Deleted files" => "Deleted files",
  6. "Error" => "Error",
  7. "Deleted Files" => "Deleted Files",
  8. "restored" => "restored",
  9. "Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
  10. "Name" => "Name",
  11. "Restore" => "Restore",
  12. "Deleted" => "Deleted",
  13. "Delete" => "Delete"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";