diff options
author | Max Kostikov <max@kostikov.co> | 2019-07-01 23:44:51 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-07-01 23:44:51 +0200 |
commit | 019afe2a1abc72c092afda2023c0d83f9630bafb (patch) | |
tree | b7428128dcc39d11166f5146d3e1fb70ab30c356 /view/de-de/hstrings.php | |
parent | 42526fc2dc3a25ab3bb3741bb55733370f630f49 (diff) | |
parent | 37ebcd3b4f4033682734aa714a9f97cccef007a4 (diff) | |
download | volse-hubzilla-019afe2a1abc72c092afda2023c0d83f9630bafb.tar.gz volse-hubzilla-019afe2a1abc72c092afda2023c0d83f9630bafb.tar.bz2 volse-hubzilla-019afe2a1abc72c092afda2023c0d83f9630bafb.zip |
Merge branch 'dev' into 'dev'
Fix missprint in German translation
See merge request hubzilla/core!1688
Diffstat (limited to 'view/de-de/hstrings.php')
-rw-r--r-- | view/de-de/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/de-de/hstrings.php b/view/de-de/hstrings.php index 21aa4e373..5e16040e2 100644 --- a/view/de-de/hstrings.php +++ b/view/de-de/hstrings.php @@ -2659,7 +2659,7 @@ App::$strings["To stop receiving these messages, please adjust your Notification App::$strings["To stop receiving these messages, please adjust your %s."] = "Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine %s an."; App::$strings["%s <!item_type!>"] = "%s <!item_type!>"; App::$strings["[\$Projectname:Notify] New mail received at %s"] = "[\$Projectname:Benachrichtigung] Neue Mail empfangen auf %s"; -App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$shat dir auf %2\$seine private Nachricht geschickt."; +App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$shat dir auf %2\$s eine private Nachricht geschickt."; App::$strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt."; App::$strings["a private message"] = "eine private Nachricht"; App::$strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; |