Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/de_DE.php')
-rw-r--r--apps/files_trashbin/l10n/de_DE.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/de_DE.php b/apps/files_trashbin/l10n/de_DE.php
deleted file mode 100644
index be54e57d3f3..00000000000
--- a/apps/files_trashbin/l10n/de_DE.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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",
-"Restore" => "Wiederherstellen",
-"Error" => "Fehler",
-"restored" => "Wiederhergestellt",
-"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!",
-"Name" => "Name",
-"Deleted" => "Gelöscht",
-"Delete" => "Löschen"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";