Blame view

sources/apps/files_trashbin/l10n/de_DE.php 696 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Konnte %s nicht dauerhaft löschen",
  "Couldn't restore %s" => "Konnte %s nicht wiederherstellen",
  "perform restore operation" => "Wiederherstellung ausführen",
  "delete file permanently" => "Datei dauerhaft löschen",
  "Delete permanently" => "Endgültig löschen",
  "Name" => "Name",
  "Deleted" => "Gelöscht",
  "1 folder" => "1 Ordner",
  "{count} folders" => "{count} Ordner",
  "1 file" => "1 Datei",
  "{count} files" => "{count} Dateien",
  "Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!",
  "Restore" => "Wiederherstellen",
  "Delete" => "Löschen",
  "Deleted Files" => "gelöschte Dateien"
  );