Merge pull request #7426 from owncloud/stable6-fixmailnotificationtranslation

[stable6] Backported incorrect translation texts for German
This commit is contained in:
Thomas Müller 2014-02-26 22:18:42 +01:00
commit d265d290c3
2 changed files with 4 additions and 4 deletions

View file

@ -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",
@ -96,7 +96,7 @@ $TRANSLATIONS = array(
"Email sent" => "E-Mail wurde verschickt",
"Warning" => "Warnung",
"The object type is not specified." => "Der Objekttyp ist nicht angegeben.",
"Enter new" => "Unbekannter Fehler, bitte prüfe Deine Systemeinstellungen oder kontaktiere Deinen Administrator",
"Enter new" => "Neuen eingeben",
"Delete" => "Löschen",
"Add" => "Hinzufügen",
"Edit tags" => "Schlagwörter bearbeiten",

View file

@ -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",
@ -96,7 +96,7 @@ $TRANSLATIONS = array(
"Email sent" => "Email gesendet",
"Warning" => "Warnung",
"The object type is not specified." => "Der Objekttyp ist nicht angegeben.",
"Enter new" => "c",
"Enter new" => "Neuen eingeben",
"Delete" => "Löschen",
"Add" => "Hinzufügen",
"Edit tags" => "Schlagwörter bearbeiten",