From bcb4dd80127b220f90a81843afd8f1a8746f5836 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:27:18 +0100 Subject: [PATCH] =?UTF-8?q?dwpost=20addon=20added=20HU=20translation=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 --- dwpost/lang/hu/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ dwpost/lang/hu/strings.php | 15 ++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 dwpost/lang/hu/messages.po create mode 100644 dwpost/lang/hu/strings.php diff --git a/dwpost/lang/hu/messages.po b/dwpost/lang/hu/messages.po new file mode 100644 index 00000000..bbd44bbb --- /dev/null +++ b/dwpost/lang/hu/messages.po @@ -0,0 +1,48 @@ +# ADDON dwpost +# Copyright (C) +# This file is distributed under the same license as the Friendica dwpost addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2020-12-23 01:39+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" + +#: dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "Beküldés a Dreamwidth-re" + +#: dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "Dreamwidth-beküldés beállításai" + +#: dwpost.php:72 +msgid "Enable dreamwidth Post Addon" +msgstr "A Dreamwidth-beküldő bővítmény engedélyezése" + +#: dwpost.php:77 +msgid "dreamwidth username" +msgstr "Dreamwidth felhasználónév" + +#: dwpost.php:82 +msgid "dreamwidth password" +msgstr "Dreamwidth jelszó" + +#: dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "Beküldés a Dreamwidth-re alapértelmezetten" + +#: dwpost.php:93 +msgid "Submit" +msgstr "Elküldés" diff --git a/dwpost/lang/hu/strings.php b/dwpost/lang/hu/strings.php new file mode 100644 index 00000000..1e901957 --- /dev/null +++ b/dwpost/lang/hu/strings.php @@ -0,0 +1,15 @@ +strings["Post to Dreamwidth"] = "Beküldés a Dreamwidth-re"; +$a->strings["Dreamwidth Post Settings"] = "Dreamwidth-beküldés beállításai"; +$a->strings["Enable dreamwidth Post Addon"] = "A Dreamwidth-beküldő bővítmény engedélyezése"; +$a->strings["dreamwidth username"] = "Dreamwidth felhasználónév"; +$a->strings["dreamwidth password"] = "Dreamwidth jelszó"; +$a->strings["Post to dreamwidth by default"] = "Beküldés a Dreamwidth-re alapértelmezetten"; +$a->strings["Submit"] = "Elküldés";