From d754a5c0f9b27143e88251a76f9656a818168568 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 19:54:41 +0200 Subject: [PATCH] =?UTF-8?q?ijpost=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 --- ijpost/lang/hu/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ ijpost/lang/hu/strings.php | 15 ++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 ijpost/lang/hu/messages.po create mode 100644 ijpost/lang/hu/strings.php diff --git a/ijpost/lang/hu/messages.po b/ijpost/lang/hu/messages.po new file mode 100644 index 00000000..5a18b0fa --- /dev/null +++ b/ijpost/lang/hu/messages.po @@ -0,0 +1,48 @@ +# ADDON ijpost +# Copyright (C) +# This file is distributed under the same license as the Friendica ijpost 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:15+0100\n" +"PO-Revision-Date: 2021-03-12 23:48+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" + +#: ijpost.php:39 +msgid "Post to Insanejournal" +msgstr "Beküldés az InsaneJournalra" + +#: ijpost.php:71 ijpost.php:75 +msgid "InsaneJournal Export" +msgstr "InsaneJournal exportálás" + +#: ijpost.php:79 +msgid "Enable InsaneJournal Post Addon" +msgstr "Az InsaneJournal beküldési bővítmény engedélyezése" + +#: ijpost.php:84 +msgid "InsaneJournal username" +msgstr "InsaneJournal felhasználónév" + +#: ijpost.php:89 +msgid "InsaneJournal password" +msgstr "InsaneJournal jelszó" + +#: ijpost.php:94 +msgid "Post to InsaneJournal by default" +msgstr "Beküldés az InsaneJournalra alapértelmezetten" + +#: ijpost.php:99 +msgid "Save Settings" +msgstr "Beállítások mentése" diff --git a/ijpost/lang/hu/strings.php b/ijpost/lang/hu/strings.php new file mode 100644 index 00000000..d514ac29 --- /dev/null +++ b/ijpost/lang/hu/strings.php @@ -0,0 +1,15 @@ +strings["Post to Insanejournal"] = "Beküldés az InsaneJournalra"; +$a->strings["InsaneJournal Export"] = "InsaneJournal exportálás"; +$a->strings["Enable InsaneJournal Post Addon"] = "Az InsaneJournal beküldési bővítmény engedélyezése"; +$a->strings["InsaneJournal username"] = "InsaneJournal felhasználónév"; +$a->strings["InsaneJournal password"] = "InsaneJournal jelszó"; +$a->strings["Post to InsaneJournal by default"] = "Beküldés az InsaneJournalra alapértelmezetten"; +$a->strings["Save Settings"] = "Beállítások mentése";