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.

nn_NO.php 413B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "Feil ved sletting",
  4. "Error" => "Feil",
  5. "Select groups" => "Vel grupper",
  6. "_%s group found_::_%s groups found_" => array("",""),
  7. "_%s user found_::_%s users found_" => array("",""),
  8. "Save" => "Lagra",
  9. "Help" => "Hjelp",
  10. "Host" => "Tenar",
  11. "Password" => "Passord",
  12. "Back" => "Tilbake",
  13. "Continue" => "Gå vidare"
  14. );
  15. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";