From c5890731ad20e266dd7c554cacb34e5183109c66 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 21:52:59 +0200 Subject: [PATCH] =?UTF-8?q?tumblr=20addon=20HU=20translation=20added=20THX?= =?UTF-8?q?=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tumblr/lang/hu/messages.po | 72 ++++++++++++++++++++++++++++++++++++++ tumblr/lang/hu/strings.php | 21 +++++++++++ 2 files changed, 93 insertions(+) create mode 100644 tumblr/lang/hu/messages.po create mode 100644 tumblr/lang/hu/strings.php diff --git a/tumblr/lang/hu/messages.po b/tumblr/lang/hu/messages.po new file mode 100644 index 00000000..7ae103db --- /dev/null +++ b/tumblr/lang/hu/messages.po @@ -0,0 +1,72 @@ +# ADDON tumblr +# Copyright (C) +# This file is distributed under the same license as the Friendica tumblr addon package. +# +# +# Translators: +# Balázs Úr, 2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:16+0100\n" +"PO-Revision-Date: 2021-03-27 00:38+0000\n" +"Last-Translator: Balázs Úr\n" +"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tumblr.php:39 +msgid "Permission denied." +msgstr "Engedély megtagadva." + +#: tumblr.php:69 tumblr.php:283 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: tumblr.php:71 +msgid "Consumer Key" +msgstr "Felhasználói kulcs" + +#: tumblr.php:72 +msgid "Consumer Secret" +msgstr "Felhasználói titok" + +#: tumblr.php:177 +msgid "You are now authenticated to tumblr." +msgstr "Most már hitelesítve van a Tumblr-hez." + +#: tumblr.php:178 +msgid "return to the connector page" +msgstr "visszatérés a csatlakozó oldalára" + +#: tumblr.php:194 +msgid "Post to Tumblr" +msgstr "Beküldése a Tumblr-re" + +#: tumblr.php:224 tumblr.php:228 +msgid "Tumblr Export" +msgstr "Tumblr exportálás" + +#: tumblr.php:232 +msgid "(Re-)Authenticate your tumblr page" +msgstr "A Tumblr-oldal (újra)hitelesítése" + +#: tumblr.php:236 +msgid "Enable Tumblr Post Addon" +msgstr "A Tumblr-beküldő bővítmény engedélyezése" + +#: tumblr.php:242 +msgid "Post to Tumblr by default" +msgstr "Beküldés a Tumblr-re alapértelmezetten" + +#: tumblr.php:263 +msgid "Post to page:" +msgstr "Beküldés az oldalra:" + +#: tumblr.php:277 +msgid "You are not authenticated to tumblr" +msgstr "Nincs hitelesítve van a Tumblr-hez" diff --git a/tumblr/lang/hu/strings.php b/tumblr/lang/hu/strings.php new file mode 100644 index 00000000..81f91e6b --- /dev/null +++ b/tumblr/lang/hu/strings.php @@ -0,0 +1,21 @@ +strings["Permission denied."] = "Engedély megtagadva."; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Consumer Key"] = "Felhasználói kulcs"; +$a->strings["Consumer Secret"] = "Felhasználói titok"; +$a->strings["You are now authenticated to tumblr."] = "Most már hitelesítve van a Tumblr-hez."; +$a->strings["return to the connector page"] = "visszatérés a csatlakozó oldalára"; +$a->strings["Post to Tumblr"] = "Beküldése a Tumblr-re"; +$a->strings["Tumblr Export"] = "Tumblr exportálás"; +$a->strings["(Re-)Authenticate your tumblr page"] = "A Tumblr-oldal (újra)hitelesítése"; +$a->strings["Enable Tumblr Post Addon"] = "A Tumblr-beküldő bővítmény engedélyezése"; +$a->strings["Post to Tumblr by default"] = "Beküldés a Tumblr-re alapértelmezetten"; +$a->strings["Post to page:"] = "Beküldés az oldalra:"; +$a->strings["You are not authenticated to tumblr"] = "Nincs hitelesítve van a Tumblr-hez";