From 6519956b5fc63589ef83695354c415bca7b0f726 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 22:24:25 +0200 Subject: [PATCH] =?UTF-8?q?wppost=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 --- wppost/lang/hu/messages.po | 74 ++++++++++++++++++++++++++++++++++++++ wppost/lang/hu/strings.php | 21 +++++++++++ 2 files changed, 95 insertions(+) create mode 100644 wppost/lang/hu/messages.po create mode 100644 wppost/lang/hu/strings.php diff --git a/wppost/lang/hu/messages.po b/wppost/lang/hu/messages.po new file mode 100644 index 00000000..5565c0db --- /dev/null +++ b/wppost/lang/hu/messages.po @@ -0,0 +1,74 @@ +# ADDON wppost +# Copyright (C) +# This file is distributed under the same license as the Friendica wppost 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-28 00:53+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" + +#: wppost.php:39 +msgid "Post to Wordpress" +msgstr "Beküldés a WordPressre" + +#: wppost.php:80 wppost.php:84 +msgid "Wordpress Export" +msgstr "WordPress exportálás" + +#: wppost.php:87 +msgid "Enable WordPress Post Addon" +msgstr "A WordPress-beküldő bővítmény engedélyezése" + +#: wppost.php:93 +msgid "WordPress username" +msgstr "WordPress felhasználónév" + +#: wppost.php:98 +msgid "WordPress password" +msgstr "WordPress jelszó" + +#: wppost.php:103 +msgid "WordPress API URL" +msgstr "WordPress API URL" + +#: wppost.php:108 +msgid "Post to WordPress by default" +msgstr "Beküldés a WordPressre alapértelmezetten" + +#: wppost.php:114 +msgid "Provide a backlink to the Friendica post" +msgstr "Visszafelé mutató hivatkozás biztosítása a Friendica bejegyzésre" + +#: wppost.php:119 +msgid "" +"Text for the backlink, e.g. Read the original post and comment stream on " +"Friendica." +msgstr "A visszafelé mutató hivatkozás szövege, például „Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán”." + +#: wppost.php:124 +msgid "Don't post messages that are too short" +msgstr "Ne küldjön be olyan üzeneteket, amelyek túl rövidek" + +#: wppost.php:131 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: wppost.php:231 +msgid "Read the orig­i­nal post and com­ment stream on Friendica" +msgstr "Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán" + +#: wppost.php:289 +msgid "Post from Friendica" +msgstr "Bejegyzés a Friendicáról" diff --git a/wppost/lang/hu/strings.php b/wppost/lang/hu/strings.php new file mode 100644 index 00000000..1675b00b --- /dev/null +++ b/wppost/lang/hu/strings.php @@ -0,0 +1,21 @@ +strings["Post to Wordpress"] = "Beküldés a WordPressre"; +$a->strings["Wordpress Export"] = "WordPress exportálás"; +$a->strings["Enable WordPress Post Addon"] = "A WordPress-beküldő bővítmény engedélyezése"; +$a->strings["WordPress username"] = "WordPress felhasználónév"; +$a->strings["WordPress password"] = "WordPress jelszó"; +$a->strings["WordPress API URL"] = "WordPress API URL"; +$a->strings["Post to WordPress by default"] = "Beküldés a WordPressre alapértelmezetten"; +$a->strings["Provide a backlink to the Friendica post"] = "Visszafelé mutató hivatkozás biztosítása a Friendica bejegyzésre"; +$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "A visszafelé mutató hivatkozás szövege, például „Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán”."; +$a->strings["Don't post messages that are too short"] = "Ne küldjön be olyan üzeneteket, amelyek túl rövidek"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán"; +$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról";