mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 19:49:38 -04:00
Fixed German shared notification message
This commit is contained in:
parent
c30377392b
commit
c1cc4df26e
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue