From 8c8b86f8e7273be98ed7134e5649387c29881ddc Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 5 Oct 2021 11:47:12 +0200 Subject: [PATCH 1/2] HU translation added nitter addon THX urbalazs --- nitter/lang/hu/messages.po | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/nitter/lang/hu/messages.po b/nitter/lang/hu/messages.po index 6177bf39..b57d78ca 100644 --- a/nitter/lang/hu/messages.po +++ b/nitter/lang/hu/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-08 07:44+0100\n" +"POT-Creation-Date: 2021-10-01 16:10+0200\n" "PO-Revision-Date: 2021-05-21 12:58+0000\n" "Last-Translator: Balázs Úr, 2021\n" "Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n" @@ -21,7 +21,7 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: nitter.php:51 +#: nitter.php:52 #, php-format msgid "" "Which nitter server shall be used for the replacements in the post bodies? " @@ -32,19 +32,20 @@ msgstr "" "cserékhez? Az URL-t kiszolgálónévvel és protokollal használja. Az elérhető " "nyilvános Nitter-kiszolgálók listájáért nézze meg a %s oldalt." -#: nitter.php:52 +#: nitter.php:53 msgid "Nitter server" msgstr "Nitter-kiszolgáló" -#: nitter.php:53 +#: nitter.php:54 msgid "Save Settings" msgstr "Beállítások mentése" -#: nitter.php:65 +#: nitter.php:99 #, php-format msgid "" -"Links to Twitter in this posting were replaced by links to the Nitter " -"instance at %s" +"In an attempt to protect your privacy, links to Twitter in this posting were" +" replaced by links to the Nitter instance at %s" msgstr "" -"Ebben a bejegyzésben a Twitterre mutató hivatkozások ki lettek cserélve a %s" -" címen elérhető Nitter-példányra mutató hivatkozásokkal." +"A magánélet védelme érdekében az ebben a bejegyzésben lévő Twitterre mutató " +"hivatkozások a %s címen elérhető Nitter-példányára mutató hivatkozásokkal " +"lettek helyettesítve." -- 2.43.5 From 3b018f171a1aefcd1d1d0bb109677e27e128976b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 5 Oct 2021 13:50:08 +0200 Subject: [PATCH 2/2] hopefully corrected string.php files for DE and HU translation --- nitter/lang/de/strings.php | 1 + nitter/lang/hu/strings.php | 1 + 2 files changed, 2 insertions(+) diff --git a/nitter/lang/de/strings.php b/nitter/lang/de/strings.php index 75ba72f9..26f95301 100644 --- a/nitter/lang/de/strings.php +++ b/nitter/lang/de/strings.php @@ -8,3 +8,4 @@ function string_plural_select_de($n){ ; $a->strings["Nitter server"] = "Nitter Server"; $a->strings["Save Settings"] = "Einstellungen Speichern"; +$a->strings["In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "Um deine Privatsphäre zu schützen, wurden in diesem Beitrag Links nach "; diff --git a/nitter/lang/hu/strings.php b/nitter/lang/hu/strings.php index 30f103d7..4066333d 100644 --- a/nitter/lang/hu/strings.php +++ b/nitter/lang/hu/strings.php @@ -8,3 +8,4 @@ function string_plural_select_hu($n){ ; $a->strings["Nitter server"] = "Nitter-kiszolgáló"; $a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "A magánélet védelme érdekében az ebben a bejegyzésben lévő Twitterre mutató "; -- 2.43.5