aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-02-26 15:49:44 +0100
committerVincent Petry <pvince81@owncloud.com>2014-02-26 15:49:44 +0100
commitc1cc4df26e1ea065fe738f6ca8a86e212304fd0b (patch)
tree7a16dc6aa78d6070b13df9838f281d1e9316be28
parentc30377392b0ab0b6fdb2068bcbfe0fe0dea4c3de (diff)
downloadnextcloud-server-c1cc4df26e1ea065fe738f6ca8a86e212304fd0b.tar.gz
nextcloud-server-c1cc4df26e1ea065fe738f6ca8a86e212304fd0b.zip
Fixed German shared notification message
-rw-r--r--core/l10n/de.php2
-rw-r--r--core/l10n/de_DE.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php
index 7f1716bac63..12850beee0d 100644
--- a/core/l10n/de.php
+++ b/core/l10n/de.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"%s shared »%s« with you" => "%s teilte »%s« mit Ihnen",
+"%s shared »%s« with you" => "%s teilte »%s« mit Dir",
"Couldn't send mail to following users: %s " => "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
"Turned on maintenance mode" => "Wartungsmodus eingeschaltet",
"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index 4375512acd4..f480d07f8f7 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"%s shared »%s« with you" => "%s geteilt »%s« mit Ihnen",
+"%s shared »%s« with you" => "%s hat »%s« mit Ihnen geteilt",
"Couldn't send mail to following users: %s " => "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
"Turned on maintenance mode" => "Wartungsmodus eingeschaltet ",
"Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",