summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/de.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php
index b9a50387aa0..c2fec215451 100644
--- a/apps/files_sharing/l10n/de.php
+++ b/apps/files_sharing/l10n/de.php
@@ -1,9 +1,9 @@
<?php $TRANSLATIONS = array(
"Password" => "Passwort",
"Submit" => "Absenden",
-"%s shared the folder %s with you" => "%s hat mit Ihnen den Ordner %s geteilt",
-"%s shared the file %s with you" => "%s hat mit Ihnen die Datei %s geteilt",
+"%s shared the folder %s with you" => "%s hat den Ordner %s für dich freigegeben",
+"%s shared the file %s with you" => "%s hat die Datei %s für dich freigegeben",
"Download" => "Download",
"No preview available for" => "Es ist keine Vorschau verfügbar für",
-"web services under your control" => "Web-Services unter Ihrer Kontrolle"
+"web services under your control" => "Web-Services unter Deiner Kontrolle"
);