]> git.mxchange.org Git - friendica-addons.git/commitdiff
ijpost addon HU translation added THX Balázs Úr
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 17:54:41 +0000 (19:54 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 17:54:41 +0000 (19:54 +0200)
ijpost/lang/hu/messages.po [new file with mode: 0644]
ijpost/lang/hu/strings.php [new file with mode: 0644]

diff --git a/ijpost/lang/hu/messages.po b/ijpost/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..5a18b0f
--- /dev/null
@@ -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 (file)
index 0000000..d514ac2
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->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";