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

12345678910111213141516
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared by {owner}" => "Delt av {owner}",
  4. "Shared by" => "Delt av",
  5. "The password is wrong. Try again." => "Passordet er gale. Prøv igjen.",
  6. "Password" => "Passord",
  7. "Name" => "Namn",
  8. "Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.",
  9. "Reasons might be:" => "Moglege grunnar:",
  10. "the item was removed" => "fila/mappa er fjerna",
  11. "the link expired" => "lenkja har gått ut på dato",
  12. "sharing is disabled" => "deling er slått av",
  13. "For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.",
  14. "Download" => "Last ned"
  15. );
  16. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";