Blame view

sources/apps/files_trashbin/l10n/nb_NO.php 443 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Couldn't delete %s permanently" => "Kunne ikke slette %s fullstendig",
  "Couldn't restore %s" => "Kunne ikke gjenopprette %s",
31b7f2792   Kload   Upgrade to ownclo...
5
  "Error" => "Feil",
03e52840d   Kload   Init
6
  "Nothing in here. Your trash bin is empty!" => "Ingenting her. Søppelkassen din er tom!",
31b7f2792   Kload   Upgrade to ownclo...
7
  "Name" => "Navn",
03e52840d   Kload   Init
8
  "Restore" => "Gjenopprett",
31b7f2792   Kload   Upgrade to ownclo...
9
10
11
  "Deleted" => "Slettet",
  "Delete" => "Slett",
  "Deleted Files" => "Slettet filer"
03e52840d   Kload   Init
12
  );
31b7f2792   Kload   Upgrade to ownclo...
13
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";