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.

lb.php 387B

1234567891011121314
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "Konnt net läschen",
  4. "Error" => "Fehler",
  5. "_%s group found_::_%s groups found_" => array("",""),
  6. "_%s user found_::_%s users found_" => array("",""),
  7. "Save" => "Späicheren",
  8. "Help" => "Hëllef",
  9. "Host" => "Host",
  10. "Password" => "Passwuert",
  11. "Back" => "Zeréck",
  12. "Continue" => "Weider"
  13. );
  14. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";