nn_NO.php 899 B

12345678910111213141516171819
  1. <?php
  2. $TRANSLATIONS = array(
  3. "The password is wrong. Try again." => "Passordet er gale. Prøv igjen.",
  4. "Password" => "Passord",
  5. "Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.",
  6. "Reasons might be:" => "Moglege grunnar:",
  7. "the item was removed" => "fila/mappa er fjerna",
  8. "the link expired" => "lenkja har gått ut på dato",
  9. "sharing is disabled" => "deling er slått av",
  10. "For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.",
  11. "%s shared the folder %s with you" => "%s delte mappa %s med deg",
  12. "%s shared the file %s with you" => "%s delte fila %s med deg",
  13. "Download" => "Last ned",
  14. "Upload" => "Last opp",
  15. "Cancel upload" => "Avbryt opplasting",
  16. "No preview available for" => "Inga førehandsvising tilgjengeleg for"
  17. );
  18. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";