]> git.mxchange.org Git - friendica-addons.git/commitdiff
dwpost addon added HU translation THX Balázs Úr
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 23 Dec 2020 20:27:18 +0000 (21:27 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 23 Dec 2020 20:27:18 +0000 (21:27 +0100)
dwpost/lang/hu/messages.po [new file with mode: 0644]
dwpost/lang/hu/strings.php [new file with mode: 0644]

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