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

diff --git a/gnot/lang/hu/messages.po b/gnot/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..363cf9d
--- /dev/null
@@ -0,0 +1,47 @@
+# ADDON gnot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gnot 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:55+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"
+
+#: gnot.php:48
+msgid "Gnot settings updated."
+msgstr "A Gnot beállításai frissítve."
+
+#: gnot.php:79
+msgid "Gnot Settings"
+msgstr "Gnot beállítások"
+
+#: gnot.php:81
+msgid ""
+"Allows threading of email comment notifications on Gmail and anonymising the"
+" subject line."
+msgstr "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát."
+
+#: gnot.php:82
+msgid "Enable this addon?"
+msgstr "Engedélyezi ezt a bővítményt?"
+
+#: gnot.php:88
+msgid "Submit"
+msgstr "Elküldés"
+
+#: gnot.php:97
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%d"
+msgstr "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez"
diff --git a/gnot/lang/hu/strings.php b/gnot/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..905aa9f
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Gnot settings updated."] = "A Gnot beállításai frissítve.";
+$a->strings["Gnot Settings"] = "Gnot beállítások";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.";
+$a->strings["Enable this addon?"] = "Engedélyezi ezt a bővítményt?";
+$a->strings["Submit"] = "Elküldés";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez";