summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/de.php
blob: 4778e159e1d9cae73a9143d7fdc41efb9bf7538b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Konnte %s nicht dauerhaft löschen",
"Couldn't restore %s" => "Konnte %s nicht wiederherstellen",
"Deleted files" => "Gelöschte Dateien",
"Error" => "Fehler",
"Deleted Files" => "Gelöschte Dateien",
"restored" => "Wiederhergestellt",
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer!",
"Name" => "Name",
"Restore" => "Wiederherstellen",
"Deleted" => "gelöscht",
"Delete" => "Löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";