diff --git a/gnot/lang/hu/messages.po b/gnot/lang/hu/messages.po index 363cf9d3..5b63c601 100644 --- a/gnot/lang/hu/messages.po +++ b/gnot/lang/hu/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Balázs Úr, 2020 +# Balázs Úr, 2020-2021 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" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-02-27 01:20+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" @@ -19,29 +19,25 @@ msgstr "" "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 +#: gnot.php:71 msgid "Gnot Settings" msgstr "Gnot beállítások" -#: gnot.php:81 +#: gnot.php:72 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: gnot.php:73 +msgid "Enable this addon?" +msgstr "Engedélyezi ezt a bővítményt?" + +#: gnot.php:75 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 +#: gnot.php:84 #, 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 index ef501d2a..fda9ed85 100644 --- a/gnot/lang/hu/strings.php +++ b/gnot/lang/hu/strings.php @@ -6,9 +6,8 @@ function string_plural_select_hu($n){ return intval($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["Save Settings"] = "Beállítások mentése"; $a->strings["Enable this addon?"] = "Engedélyezi ezt a bővítményt?"; -$a->strings["Submit"] = "Elküldés"; +$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["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez";