diff --git a/gnot/lang/hu/messages.po b/gnot/lang/hu/messages.po new file mode 100644 index 00000000..363cf9d3 --- /dev/null +++ b/gnot/lang/hu/messages.po @@ -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 index 00000000..905aa9f5 --- /dev/null +++ b/gnot/lang/hu/strings.php @@ -0,0 +1,14 @@ +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";