is.php 385 B

1234567891011121314
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Keep settings?" => "Geyma stillingar ?",
  4. "Error" => "Villa",
  5. "_%s group found_::_%s groups found_" => array("",""),
  6. "_%s user found_::_%s users found_" => array("",""),
  7. "Save" => "Vista",
  8. "Test Configuration" => "Prúfa uppsetningu",
  9. "Help" => "Hjálp",
  10. "Host" => "Netþjónn",
  11. "Password" => "Lykilorð"
  12. );
  13. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";