[Pkg-owncloud-commits] [owncloud] 12/44: Fixed German shared notification message

David Prévot taffit at moszumanska.debian.org
Fri Mar 7 13:27:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c1cc4df26e1ea065fe738f6ca8a86e212304fd0b
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Wed Feb 26 15:49:44 2014 +0100

    Fixed German shared notification message
---
 core/l10n/de.php    | 2 +-
 core/l10n/de_DE.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/l10n/de.php b/core/l10n/de.php
index 7f1716b..12850be 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 4375512..f480d07 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",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list