From e6d19c37f3fb5494a24fd95b325748db41f5a71a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 21:56:01 +0200 Subject: [PATCH] =?UTF-8?q?ljpost=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 --- ljpost/lang/hu/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ ljpost/lang/hu/strings.php | 15 ++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 ljpost/lang/hu/messages.po create mode 100644 ljpost/lang/hu/strings.php diff --git a/ljpost/lang/hu/messages.po b/ljpost/lang/hu/messages.po new file mode 100644 index 00000000..0a64f68d --- /dev/null +++ b/ljpost/lang/hu/messages.po @@ -0,0 +1,48 @@ +# ADDON ljpost +# Copyright (C) +# This file is distributed under the same license as the Friendica ljpost 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-24 00: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" + +#: ljpost.php:39 +msgid "Post to LiveJournal" +msgstr "Beküldés a LiveJournalra" + +#: ljpost.php:73 +msgid "LiveJournal Post Settings" +msgstr "LiveJournal-beküldés beállításai" + +#: ljpost.php:75 +msgid "Enable LiveJournal Post Addon" +msgstr "A LiveJournal-beküldő bővítmény engedélyezése" + +#: ljpost.php:80 +msgid "LiveJournal username" +msgstr "LiveJournal felhasználónév" + +#: ljpost.php:85 +msgid "LiveJournal password" +msgstr "LiveJournal jelszó" + +#: ljpost.php:90 +msgid "Post to LiveJournal by default" +msgstr "Beküldés a LiveJournalra alapértelmezetten" + +#: ljpost.php:96 +msgid "Save Settings" +msgstr "Beállítások mentése" diff --git a/ljpost/lang/hu/strings.php b/ljpost/lang/hu/strings.php new file mode 100644 index 00000000..562b50f5 --- /dev/null +++ b/ljpost/lang/hu/strings.php @@ -0,0 +1,15 @@ +strings["Post to LiveJournal"] = "Beküldés a LiveJournalra"; +$a->strings["LiveJournal Post Settings"] = "LiveJournal-beküldés beállításai"; +$a->strings["Enable LiveJournal Post Addon"] = "A LiveJournal-beküldő bővítmény engedélyezése"; +$a->strings["LiveJournal username"] = "LiveJournal felhasználónév"; +$a->strings["LiveJournal password"] = "LiveJournal jelszó"; +$a->strings["Post to LiveJournal by default"] = "Beküldés a LiveJournalra alapértelmezetten"; +$a->strings["Save Settings"] = "Beállítások mentése";