ca.php 465 B

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. "Restore" => "Recupera",
  7. "Error" => "Error",
  8. "restored" => "restaurat",
  9. "Nothing in here. Your trash bin is empty!" => "La paperera està buida!",
  10. "Name" => "Nom",
  11. "Deleted" => "Eliminat",
  12. "Delete" => "Esborra"
  13. );
  14. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";