diff options
Diffstat (limited to 'apps/files_sharing/l10n/de_DE.php')
-rw-r--r-- | apps/files_sharing/l10n/de_DE.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php new file mode 100644 index 00000000000..b92d6d478c9 --- /dev/null +++ b/apps/files_sharing/l10n/de_DE.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "Passwort", +"Submit" => "Absenden", +"%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt", +"%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt", +"Download" => "Download", +"No preview available for" => "Es ist keine Vorschau verfügbar für", +"web services under your control" => "Web-Services unter Ihrer Kontrolle" +); |