From 7614ace843c1b11dea0d58933086880aec27b7c3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 13 Jun 2022 09:31:43 +0200 Subject: [PATCH] =?UTF-8?q?added=20HU=20translation=20THX=20Bal=C3=A1zs=20?= =?UTF-8?q?=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/lang/hu/messages.po | 6 +++--- view/lang/hu/strings.php | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/view/lang/hu/messages.po b/view/lang/hu/messages.po index 84dbda24a..6280e7086 100644 --- a/view/lang/hu/messages.po +++ b/view/lang/hu/messages.po @@ -9071,7 +9071,7 @@ msgstr "Valaki kedvelte az Ön tartalmát" #: src/Module/Settings/Account.php:622 src/Module/Settings/Account.php:623 msgid "Can only be enabled, when the direct comment notification is enabled." -msgstr "" +msgstr "Csak akkor engedélyezhető, ha a közvetlen hozzászólási értesítés engedélyezve van." #: src/Module/Settings/Account.php:623 msgid "Someone shared your content" @@ -9079,7 +9079,7 @@ msgstr "Valaki megosztotta az Ön tartalmát" #: src/Module/Settings/Account.php:624 msgid "Someone commented in your thread" -msgstr "" +msgstr "Valaki hozzászólt az Ön szálában" #: src/Module/Settings/Account.php:625 msgid "Someone commented in a thread where you commented" @@ -9087,7 +9087,7 @@ msgstr "Valaki hozzászólt egy olyan szálban, ahol Ön hozzászólt" #: src/Module/Settings/Account.php:626 msgid "Someone commented in a thread where you interacted" -msgstr "" +msgstr "Valaki hozzászólt egy olyan szálban, ahol Ön interakcióba került" #: src/Module/Settings/Account.php:628 msgid "Activate desktop notifications" diff --git a/view/lang/hu/strings.php b/view/lang/hu/strings.php index 02b1c2c49..969205723 100644 --- a/view/lang/hu/strings.php +++ b/view/lang/hu/strings.php @@ -2263,8 +2263,11 @@ $a->strings['Create a desktop notification when:'] = 'Asztali értesítés létr $a->strings['Someone tagged you'] = 'Valaki megjelölte Önt'; $a->strings['Someone directly commented on your post'] = 'Valaki közvetlenül hozzászólt a bejegyzéséhez'; $a->strings['Someone liked your content'] = 'Valaki kedvelte az Ön tartalmát'; +$a->strings['Can only be enabled, when the direct comment notification is enabled.'] = 'Csak akkor engedélyezhető, ha a közvetlen hozzászólási értesítés engedélyezve van.'; $a->strings['Someone shared your content'] = 'Valaki megosztotta az Ön tartalmát'; +$a->strings['Someone commented in your thread'] = 'Valaki hozzászólt az Ön szálában'; $a->strings['Someone commented in a thread where you commented'] = 'Valaki hozzászólt egy olyan szálban, ahol Ön hozzászólt'; +$a->strings['Someone commented in a thread where you interacted'] = 'Valaki hozzászólt egy olyan szálban, ahol Ön interakcióba került'; $a->strings['Activate desktop notifications'] = 'Asztali értesítések bekapcsolása'; $a->strings['Show desktop popup on new notifications'] = 'Felugró üzenet megjelenítése az asztalon új értesítések esetén.'; $a->strings['Text-only notification emails'] = 'Csak szöveges értesítési e-mailek';