oc.php 317 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "Fracàs d'escafatge",
  4. "Error" => "Error",
  5. "_%s group found_::_%s groups found_" => array("",""),
  6. "_%s user found_::_%s users found_" => array("",""),
  7. "Save" => "Enregistra",
  8. "Help" => "Ajuda",
  9. "Password" => "Senhal"
  10. );
  11. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";