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

diff --git a/notifyall/lang/hu/messages.po b/notifyall/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..808d22e
--- /dev/null
@@ -0,0 +1,60 @@
+# ADDON notifyall
+# Copyright (C)
+# This file is distributed under the same license as the Friendica notifyall addon package.
+# 
+# 
+# Translators:
+# Balázs Úr, 2021
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2016-08-14 19:29+0000\n"
+"Last-Translator: Balázs Úr, 2021\n"
+"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/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"
+
+#: NotifyAllEmail.php:40
+#, php-format
+msgid "%s Administrator"
+msgstr "A(z) %s adminisztrátora"
+
+#: NotifyAllEmail.php:42
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, a(z) %2$s adminisztrátora"
+
+#: notifyall.php:22
+msgid "Send email to all members"
+msgstr "E-mail küldése az összes tagnak"
+
+#: notifyall.php:49
+msgid "No recipients found."
+msgstr "Nem találhatók címzettek."
+
+#: notifyall.php:59
+msgid "Emails sent"
+msgstr "E-mailek elküldve"
+
+#: notifyall.php:69
+msgid "Send email to all members of this Friendica instance."
+msgstr "E-mail küldése ezen Friendica példány összes tagjának."
+
+#: notifyall.php:74
+msgid "Message subject"
+msgstr "Üzenet tárgya"
+
+#: notifyall.php:75
+msgid "Test mode (only send to administrator)"
+msgstr "Tesztmód (küldés csak az adminisztrátornak)"
+
+#: notifyall.php:76
+msgid "Submit"
+msgstr "Elküldés"
diff --git a/notifyall/lang/hu/strings.php b/notifyall/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..91f9bfc
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["%s Administrator"] = "A(z) %s adminisztrátora";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, a(z) %2\$s adminisztrátora";
+$a->strings["Send email to all members"] = "E-mail küldése az összes tagnak";
+$a->strings["No recipients found."] = "Nem találhatók címzettek.";
+$a->strings["Emails sent"] = "E-mailek elküldve";
+$a->strings["Send email to all members of this Friendica instance."] = "E-mail küldése ezen Friendica példány összes tagjának.";
+$a->strings["Message subject"] = "Üzenet tárgya";
+$a->strings["Test mode (only send to administrator)"] = "Tesztmód (küldés csak az adminisztrátornak)";
+$a->strings["Submit"] = "Elküldés";