Blame view

sources/apps/files_trashbin/l10n/nl.php 479 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Couldn't delete %s permanently" => "Kon %s niet permanent verwijderen",
  "Couldn't restore %s" => "Kon %s niet herstellen",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Error" => "Fout",
  "restored" => "hersteld",
03e52840d   Kload   Init
7
  "Nothing in here. Your trash bin is empty!" => "Niets te vinden. Uw prullenbak is leeg!",
31b7f2792   Kload   Upgrade to ownclo...
8
  "Name" => "Naam",
03e52840d   Kload   Init
9
  "Restore" => "Herstellen",
31b7f2792   Kload   Upgrade to ownclo...
10
  "Deleted" => "Verwijderd",
03e52840d   Kload   Init
11
12
13
  "Delete" => "Verwijder",
  "Deleted Files" => "Verwijderde bestanden"
  );
31b7f2792   Kload   Upgrade to ownclo...
14
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";