Blame view

sources/apps/files_sharing/l10n/nb_NO.php 476 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.",
03e52840d   Kload   Init
4
  "Password" => "Passord",
03e52840d   Kload   Init
5
6
7
  "%s shared the folder %s with you" => "%s delte mappen %s med deg",
  "%s shared the file %s with you" => "%s delte filen %s med deg",
  "Download" => "Last ned",
31b7f2792   Kload   Upgrade to ownclo...
8
9
10
  "Upload" => "Last opp",
  "Cancel upload" => "Avbryt opplasting",
  "No preview available for" => "Forhåndsvisning ikke tilgjengelig for"
03e52840d   Kload   Init
11
  );
31b7f2792   Kload   Upgrade to ownclo...
12
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";