blob: 6bd93807abd6dfa96dd5bab2d9cef139c87126bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php $TRANSLATIONS = array(
"perform restore operation" => "Führe die Wiederherstellung aus",
"perform undelete operation" => "Führe die Wiederherstellung aus",
"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!" => "Dein Papierkorb ist leer!",
"Restore" => "Wiederherstellen"
);
|