ca.php 413 B

1234567891011
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not revert: %s" => "No s'ha pogut revertir: %s",
  4. "Versions" => "Versions",
  5. "Failed to revert {file} to revision {timestamp}." => "Ha fallat en retornar {file} a la revisió {timestamp}",
  6. "More versions..." => "Més versions...",
  7. "No other versions available" => "No hi ha altres versions disponibles",
  8. "Restore" => "Recupera"
  9. );
  10. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";