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.

oc.php 317B

1234567891011
  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);";