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.

ca.php 505B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "No s'ha pogut esborrar permanentment %s",
  4. "Couldn't restore %s" => "No s'ha pogut restaurar %s",
  5. "Deleted files" => "Fitxers esborrats",
  6. "Error" => "Error",
  7. "Deleted Files" => "Fitxers eliminats",
  8. "restored" => "restaurat",
  9. "Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
  10. "Name" => "Nom",
  11. "Restore" => "Recupera",
  12. "Deleted" => "Eliminat",
  13. "Delete" => "Esborra"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";