libertree addon HU translation added THX Balázs Úr
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 19:58:34 +0000 (21:58 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 19:58:34 +0000 (21:58 +0200)
libertree/lang/hu/messages.po [new file with mode: 0644]
libertree/lang/hu/strings.php [new file with mode: 0644]

diff --git a/libertree/lang/hu/messages.po b/libertree/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..d061ac0
--- /dev/null
@@ -0,0 +1,48 @@
+# ADDON libertree
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libertree 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:26+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"
+
+#: libertree.php:37
+msgid "Post to libertree"
+msgstr "Beküldés a Libertree-re"
+
+#: libertree.php:71 libertree.php:75
+msgid "libertree Export"
+msgstr "Libertree exportálás"
+
+#: libertree.php:79
+msgid "Enable Libertree Post Addon"
+msgstr "A Libertree-beküldő bővítmény engedélyezése"
+
+#: libertree.php:84
+msgid "Libertree API token"
+msgstr "Libertree API token"
+
+#: libertree.php:89
+msgid "Libertree site URL"
+msgstr "Libertree oldal URL"
+
+#: libertree.php:94
+msgid "Post to Libertree by default"
+msgstr "Beküldés a Libertree-re alapértelmezetten"
+
+#: libertree.php:100
+msgid "Save Settings"
+msgstr "Beállítások mentése"
diff --git a/libertree/lang/hu/strings.php b/libertree/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..743ff25
--- /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 libertree"] = "Beküldés a Libertree-re";
+$a->strings["libertree Export"] = "Libertree exportálás";
+$a->strings["Enable Libertree Post Addon"] = "A Libertree-beküldő bővítmény engedélyezése";
+$a->strings["Libertree API token"] = "Libertree API token";
+$a->strings["Libertree site URL"] = "Libertree oldal URL";
+$a->strings["Post to Libertree by default"] = "Beküldés a Libertree-re alapértelmezetten";
+$a->strings["Save Settings"] = "Beállítások mentése";