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 265B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "Plaça",
  4. "URL" => "URL",
  5. "Username" => "Non d'usancièr",
  6. "Password" => "Senhal",
  7. "Share" => "Parteja",
  8. "Groups" => "Grops",
  9. "Users" => "Usancièrs",
  10. "Delete" => "Escafa"
  11. );
  12. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";