--- /dev/null
+# 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"
--- /dev/null
+<?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";