Blame view

sources/lib/l10n/nb_NO.php 1.6 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
  "Help" => "Hjelp",
  "Personal" => "Personlig",
  "Settings" => "Innstillinger",
  "Users" => "Brukere",
03e52840d   Kload   Init
7
  "Admin" => "Admin",
31b7f2792   Kload   Upgrade to ownclo...
8
  "web services under your control" => "web tjenester du kontrollerer",
03e52840d   Kload   Init
9
10
11
12
13
  "ZIP download is turned off." => "ZIP-nedlasting av avslått",
  "Files need to be downloaded one by one." => "Filene må lastes ned en om gangen",
  "Back to Files" => "Tilbake til filer",
  "Selected files too large to generate zip file." => "De valgte filene er for store til å kunne generere ZIP-fil",
  "Application is not enabled" => "Applikasjon er ikke påslått",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Authentication error" => "Autentikasjonsfeil",
03e52840d   Kload   Init
15
16
17
18
  "Token expired. Please reload page." => "Symbol utløpt. Vennligst last inn siden på nytt.",
  "Files" => "Filer",
  "Text" => "Tekst",
  "Images" => "Bilder",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din nettservev er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke funkere.",
  "Please double check the <a href='%s'>installation guides</a>." => "Vennligst dobbelsjekk <a href='%s'>installasjonsguiden</a>.",
  "Could not find category \"%s\"" => "Kunne ikke finne kategori \"%s\"",
03e52840d   Kload   Init
22
  "seconds ago" => "sekunder siden",
31b7f2792   Kload   Upgrade to ownclo...
23
24
  "_%n minute ago_::_%n minutes ago_" => array("",""),
  "_%n hour ago_::_%n hours ago_" => array("",""),
03e52840d   Kload   Init
25
26
  "today" => "i dag",
  "yesterday" => "i går",
31b7f2792   Kload   Upgrade to ownclo...
27
  "_%n day go_::_%n days ago_" => array("",""),
03e52840d   Kload   Init
28
  "last month" => "forrige måned",
31b7f2792   Kload   Upgrade to ownclo...
29
30
31
  "_%n month ago_::_%n months ago_" => array("",""),
  "last year" => "forrige år",
  "years ago" => "år siden"
03e52840d   Kload   Init
32
  );
31b7f2792   Kload   Upgrade to ownclo...
33
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";