Blame view

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