nextcloud/apps/files_trashbin/l10n/de.php

12 lines
392 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"perform restore operation" => "Wiederherstellung ausführen",
"Name" => "Name",
"Deleted" => "gelöscht",
"1 folder" => "1 Ordner",
"{count} folders" => "{count} Ordner",
"1 file" => "1 Datei",
"{count} files" => "{count} Dateien",
2013-02-02 03:08:15 +04:00
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer!",
2013-02-01 03:19:28 +04:00
"Restore" => "Wiederherstellen"
);