From afdd29f7ef5b3bd9809dddd361097eeef38823d2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:04:32 +0100 Subject: [PATCH 01/21] =?UTF-8?q?added=20HU=20translation=20THX=20Bal?= =?UTF-8?q?=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gravatar/lang/hu/messages.po | 75 ++++++++++++++++++++++++++++++++++++ gravatar/lang/hu/strings.php | 21 ++++++++++ 2 files changed, 96 insertions(+) create mode 100644 gravatar/lang/hu/messages.po create mode 100644 gravatar/lang/hu/strings.php diff --git a/gravatar/lang/hu/messages.po b/gravatar/lang/hu/messages.po new file mode 100644 index 00000000..1ed4d8f8 --- /dev/null +++ b/gravatar/lang/hu/messages.po @@ -0,0 +1,75 @@ +# ADDON gravatar +# Copyright (C) +# This file is distributed under the same license as the Friendica gravatar 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 02:03+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" + +#: gravatar.php:71 +msgid "generic profile image" +msgstr "Általános profilkép" + +#: gravatar.php:72 +msgid "random geometric pattern" +msgstr "Véletlen geometriai minta" + +#: gravatar.php:73 +msgid "monster face" +msgstr "Szörnyarc" + +#: gravatar.php:74 +msgid "computer generated face" +msgstr "Számítógéppel előállított arc" + +#: gravatar.php:75 +msgid "retro arcade style face" +msgstr "Retró árkádstílusú arc" + +#: gravatar.php:89 +msgid "Information" +msgstr "Információ" + +#: gravatar.php:89 +msgid "" +"Libravatar addon is installed, too. Please disable Libravatar addon or this " +"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " +"nothing was found at Libravatar." +msgstr "A Libravatar bővítmény is telepítve van. Tiltsa le a Libravatar bővítményt vagy ezt a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál." + +#: gravatar.php:95 +msgid "Submit" +msgstr "Elküldés" + +#: gravatar.php:96 +msgid "Default avatar image" +msgstr "Alapértelmezett profilkép" + +#: gravatar.php:96 +msgid "Select default avatar image if none was found at Gravatar. See README" +msgstr "Az alapértelmezett profilkép kiválasztása, ha semmi sem található a Gravatarnál. Nézze meg a README információkat." + +#: gravatar.php:97 +msgid "Rating of images" +msgstr "Képek értékelése" + +#: gravatar.php:97 +msgid "Select the appropriate avatar rating for your site. See README" +msgstr "A megfelelő profilkép-értékelés kiválasztása az oldalához. Nézze meg a README információkat." + +#: gravatar.php:111 +msgid "Gravatar settings updated." +msgstr "A Gravatar beállításai frissítve." diff --git a/gravatar/lang/hu/strings.php b/gravatar/lang/hu/strings.php new file mode 100644 index 00000000..29d0bf79 --- /dev/null +++ b/gravatar/lang/hu/strings.php @@ -0,0 +1,21 @@ +strings["generic profile image"] = "Általános profilkép"; +$a->strings["random geometric pattern"] = "Véletlen geometriai minta"; +$a->strings["monster face"] = "Szörnyarc"; +$a->strings["computer generated face"] = "Számítógéppel előállított arc"; +$a->strings["retro arcade style face"] = "Retró árkádstílusú arc"; +$a->strings["Information"] = "Információ"; +$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "A Libravatar bővítmény is telepítve van. Tiltsa le a Libravatar bővítményt vagy ezt a Gravatar bővítményt.
A Libravatar bővítmény vissza fog állni a Gravatarra, ha semmi sem található a Libravatarnál."; +$a->strings["Submit"] = "Elküldés"; +$a->strings["Default avatar image"] = "Alapértelmezett profilkép"; +$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Az alapértelmezett profilkép kiválasztása, ha semmi sem található a Gravatarnál. Nézze meg a README információkat."; +$a->strings["Rating of images"] = "Képek értékelése"; +$a->strings["Select the appropriate avatar rating for your site. See README"] = "A megfelelő profilkép-értékelés kiválasztása az oldalához. Nézze meg a README információkat."; +$a->strings["Gravatar settings updated."] = "A Gravatar beállításai frissítve."; From 666a0248afa266bfe1aae05e0894e8b16ad263f6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:07:31 +0100 Subject: [PATCH 02/21] =?UTF-8?q?gnot=20addon=20added=20HU=20translation?= =?UTF-8?q?=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnot/lang/hu/messages.po | 47 ++++++++++++++++++++++++++++++++++++++++ gnot/lang/hu/strings.php | 14 ++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 gnot/lang/hu/messages.po create mode 100644 gnot/lang/hu/strings.php 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"; From 2eadb59c1ed668eac4170becad7960e7283a1180 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:18:52 +0100 Subject: [PATCH 03/21] twitter IT translation THX Sylke Vicious --- twitter/lang/it/messages.po | 65 ++++++++++++++++++------------------- twitter/lang/it/strings.php | 5 ++- 2 files changed, 33 insertions(+), 37 deletions(-) diff --git a/twitter/lang/it/messages.po b/twitter/lang/it/messages.po index 253f17d2..a199980c 100644 --- a/twitter/lang/it/messages.po +++ b/twitter/lang/it/messages.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-02 10:25+0700\n" -"PO-Revision-Date: 2020-09-17 11:44+0000\n" +"POT-Creation-Date: 2020-10-23 02:00-0400\n" +"PO-Revision-Date: 2020-11-20 16:52+0000\n" "Last-Translator: Sylke Vicious \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" @@ -20,31 +20,27 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: twitter.php:195 +#: twitter.php:189 msgid "Post to Twitter" msgstr "Invia a Twitter" -#: twitter.php:236 +#: twitter.php:234 msgid "" "You submitted an empty PIN, please Sign In with Twitter again to get a new " "one." msgstr "Hai inserito un PIN vuoto, autenticati con Twitter nuovamente per averne uno nuovo." -#: twitter.php:263 -msgid "Twitter settings updated." -msgstr "Impostazioni di Twitter aggiornate." - -#: twitter.php:293 twitter.php:297 +#: twitter.php:291 twitter.php:295 msgid "Twitter Import/Export/Mirror" msgstr "Importa/Esporta/Clona Twitter" -#: twitter.php:304 +#: twitter.php:302 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito." -#: twitter.php:316 +#: twitter.php:314 msgid "" "At this Friendica instance the Twitter addon was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " @@ -53,38 +49,42 @@ msgid "" " be posted to Twitter." msgstr "Il componente aggiuntivo Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi messaggi pubblici saranno inviati a Twitter." -#: twitter.php:317 +#: twitter.php:315 msgid "Log in with Twitter" msgstr "Accedi con Twitter" -#: twitter.php:319 +#: twitter.php:317 msgid "Copy the PIN from Twitter here" msgstr "Copia il PIN da Twitter qui" -#: twitter.php:324 twitter.php:366 twitter.php:636 +#: twitter.php:322 twitter.php:377 twitter.php:757 msgid "Save Settings" msgstr "Salva Impostazioni" -#: twitter.php:336 +#: twitter.php:324 twitter.php:379 +msgid "An error occured: " +msgstr "Si è verificato un errore:" + +#: twitter.php:341 msgid "Currently connected to: " msgstr "Al momento connesso con:" -#: twitter.php:337 +#: twitter.php:342 twitter.php:352 msgid "Disconnect" msgstr "Disconnetti" -#: twitter.php:347 +#: twitter.php:359 msgid "Allow posting to Twitter" msgstr "Permetti l'invio a Twitter" -#: twitter.php:347 +#: twitter.php:359 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio." -#: twitter.php:350 +#: twitter.php:362 msgid "" "Note: Due to your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -92,23 +92,23 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il collegamento potenzialmente incluso nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato." -#: twitter.php:353 +#: twitter.php:365 msgid "Send public postings to Twitter by default" msgstr "Invia sempre i messaggi pubblici a Twitter" -#: twitter.php:356 +#: twitter.php:368 msgid "Mirror all posts from twitter that are no replies" msgstr "Clona tutti i messaggi da Twitter che non sono risposte" -#: twitter.php:359 +#: twitter.php:371 msgid "Import the remote timeline" msgstr "Importa la timeline remota" -#: twitter.php:362 +#: twitter.php:374 msgid "Automatically create contacts" msgstr "Crea automaticamente i contatti" -#: twitter.php:362 +#: twitter.php:374 msgid "" "This will automatically create a contact in Friendica as soon as you receive" " a message from an existing contact via the Twitter network. If you do not " @@ -118,18 +118,15 @@ msgid "" "recreate this contact when they post again." msgstr "Questo creerà automaticamente un contatto in Friendica appena ricevi un messaggio da un tuo contatto sulla rete Twitter. Se non abiliti questa opzione, dovrai aggiungere a mano in Friendica i contatti Twitter da cui vuoi ricevere i messaggi. Se abilitato, però, non potrai semplicemente rimuovere un contatto Twitter dal tuo elenco contatti su Friendica, dato che questo sarà ricreato la prossima volta che invierà un messaggio." -#: twitter.php:614 -msgid "Twitter post failed. Queued for retry." -msgstr "Invio a Twitter fallito. In coda per riprovare." - -#: twitter.php:628 -msgid "Settings updated." -msgstr "Impostazioni aggiornate." - -#: twitter.php:638 +#: twitter.php:759 msgid "Consumer key" msgstr "Consumer key" -#: twitter.php:639 +#: twitter.php:760 msgid "Consumer secret" msgstr "Consumer secret" + +#: twitter.php:945 +#, php-format +msgid "%s on Twitter" +msgstr "%s su Twitter" diff --git a/twitter/lang/it/strings.php b/twitter/lang/it/strings.php index a0f3c67e..29a45b1f 100644 --- a/twitter/lang/it/strings.php +++ b/twitter/lang/it/strings.php @@ -8,13 +8,13 @@ function string_plural_select_it($n){ ; $a->strings["Post to Twitter"] = "Invia a Twitter"; $a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Hai inserito un PIN vuoto, autenticati con Twitter nuovamente per averne uno nuovo."; -$a->strings["Twitter settings updated."] = "Impostazioni di Twitter aggiornate."; $a->strings["Twitter Import/Export/Mirror"] = "Importa/Esporta/Clona Twitter"; $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito."; $a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Il componente aggiuntivo Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi messaggi pubblici saranno inviati a Twitter."; $a->strings["Log in with Twitter"] = "Accedi con Twitter"; $a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui"; $a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["An error occured: "] = "Si è verificato un errore:"; $a->strings["Currently connected to: "] = "Al momento connesso con:"; $a->strings["Disconnect"] = "Disconnetti"; $a->strings["Allow posting to Twitter"] = "Permetti l'invio a Twitter"; @@ -25,7 +25,6 @@ $a->strings["Mirror all posts from twitter that are no replies"] = "Clona tutti $a->strings["Import the remote timeline"] = "Importa la timeline remota"; $a->strings["Automatically create contacts"] = "Crea automaticamente i contatti"; $a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "Questo creerà automaticamente un contatto in Friendica appena ricevi un messaggio da un tuo contatto sulla rete Twitter. Se non abiliti questa opzione, dovrai aggiungere a mano in Friendica i contatti Twitter da cui vuoi ricevere i messaggi. Se abilitato, però, non potrai semplicemente rimuovere un contatto Twitter dal tuo elenco contatti su Friendica, dato che questo sarà ricreato la prossima volta che invierà un messaggio."; -$a->strings["Twitter post failed. Queued for retry."] = "Invio a Twitter fallito. In coda per riprovare."; -$a->strings["Settings updated."] = "Impostazioni aggiornate."; $a->strings["Consumer key"] = "Consumer key"; $a->strings["Consumer secret"] = "Consumer secret"; +$a->strings["%s on Twitter"] = "%s su Twitter"; From d0894c185107156eaf39bc845f473903e1055e24 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:22:25 +0100 Subject: [PATCH 04/21] =?UTF-8?q?geonames=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geonames/lang/hu/messages.po | 36 ++++++++++++++++++++++++++++++++++++ geonames/lang/hu/strings.php | 12 ++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 geonames/lang/hu/messages.po create mode 100644 geonames/lang/hu/strings.php diff --git a/geonames/lang/hu/messages.po b/geonames/lang/hu/messages.po new file mode 100644 index 00000000..34cfe112 --- /dev/null +++ b/geonames/lang/hu/messages.po @@ -0,0 +1,36 @@ +# ADDON geonames +# Copyright (C) +# This file is distributed under the same license as the Friendica geonames 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:51+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" + +#: geonames.php:143 +msgid "Geonames settings updated." +msgstr "A földrajzi nevek beállításai frissítve." + +#: geonames.php:179 +msgid "Geonames Settings" +msgstr "Földrajzi nevek beállításai" + +#: geonames.php:181 +msgid "Enable Geonames Addon" +msgstr "A földrajzi nevek bővítmény engedélyezése" + +#: geonames.php:187 +msgid "Submit" +msgstr "Elküldés" diff --git a/geonames/lang/hu/strings.php b/geonames/lang/hu/strings.php new file mode 100644 index 00000000..b8c4e53b --- /dev/null +++ b/geonames/lang/hu/strings.php @@ -0,0 +1,12 @@ +strings["Geonames settings updated."] = "A földrajzi nevek beállításai frissítve."; +$a->strings["Geonames Settings"] = "Földrajzi nevek beállításai"; +$a->strings["Enable Geonames Addon"] = "A földrajzi nevek bővítmény engedélyezése"; +$a->strings["Submit"] = "Elküldés"; From 4d23fefdd4b7da53f2498127921023970a278e42 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:23:53 +0100 Subject: [PATCH 05/21] =?UTF-8?q?fromapp=20addon=20added=20HU=20traslation?= =?UTF-8?q?=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fromapp/lang/hu/messages.po | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 fromapp/lang/hu/messages.po diff --git a/fromapp/lang/hu/messages.po b/fromapp/lang/hu/messages.po new file mode 100644 index 00000000..cafe3674 --- /dev/null +++ b/fromapp/lang/hu/messages.po @@ -0,0 +1,43 @@ +# ADDON fromapp +# Copyright (C) +# This file is distributed under the same license as the Friendica fromapp addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-02-19 16:42+0100\n" +"PO-Revision-Date: 2020-12-23 01:47+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" + +#: fromapp.php:40 +msgid "Fromapp settings updated." +msgstr "A FromApp beállításai frissítve." + +#: fromapp.php:65 fromapp.php:69 +msgid "FromApp Settings" +msgstr "FromApp-beállítások" + +#: fromapp.php:72 +msgid "" +"The application name you would like to show your posts originating from. " +"Separate different app names with a comma. A random one will then be " +"selected for every posting." +msgstr "Az alkalmazás neve, amelyet meg szeretne jeleníteni a bejegyzései származási helyeként. A különböző alkalmazásnevek vesszővel választhatók el. Ezután véletlenszerűen lesz kiválasztva az egyikük minden egyes beküldésnél." + +#: fromapp.php:76 +msgid "Use this application name even if another application was used." +msgstr "Ezen alkalmazásnév használata akkor is, ha egy másik alkalmazás lett használva." + +#: fromapp.php:83 +msgid "Save Settings" +msgstr "Beállítások mentése" From 81879b740e9a9015b4ab936db49b358276434112 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:25:41 +0100 Subject: [PATCH 06/21] =?UTF-8?q?forumdirectory=20addon=20added=20HU=20tra?= =?UTF-8?q?nslation=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forumdirectory/lang/hu/messages.po | 80 ++++++++++++++++++++++++++++++ forumdirectory/lang/hu/strings.php | 23 +++++++++ 2 files changed, 103 insertions(+) create mode 100644 forumdirectory/lang/hu/messages.po create mode 100644 forumdirectory/lang/hu/strings.php diff --git a/forumdirectory/lang/hu/messages.po b/forumdirectory/lang/hu/messages.po new file mode 100644 index 00000000..81125006 --- /dev/null +++ b/forumdirectory/lang/hu/messages.po @@ -0,0 +1,80 @@ +# ADDON forumdirectory +# Copyright (C) +# This file is distributed under the same license as the Friendica forumdirectory 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:41+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" + +#: forumdirectory.php:22 +msgid "Forum Directory" +msgstr "Fórumkönyvtár" + +#: forumdirectory.php:53 +msgid "Public access denied." +msgstr "Nyilvános hozzáférés megtagadva." + +#: forumdirectory.php:71 +msgid "Global Directory" +msgstr "Globális könyvtár" + +#: forumdirectory.php:79 +msgid "Find on this site" +msgstr "Keresés ezen az oldalon" + +#: forumdirectory.php:81 +msgid "Finding: " +msgstr "Találat: " + +#: forumdirectory.php:82 +msgid "Site Directory" +msgstr "Oldal könyvtára" + +#: forumdirectory.php:83 +msgid "Find" +msgstr "Keresés" + +#: forumdirectory.php:133 +msgid "Age: " +msgstr "Életkor: " + +#: forumdirectory.php:136 +msgid "Gender: " +msgstr "Nem: " + +#: forumdirectory.php:156 +msgid "Location:" +msgstr "Hely:" + +#: forumdirectory.php:158 +msgid "Gender:" +msgstr "Nem:" + +#: forumdirectory.php:160 +msgid "Status:" +msgstr "Állapot:" + +#: forumdirectory.php:162 +msgid "Homepage:" +msgstr "Honlap:" + +#: forumdirectory.php:164 +msgid "About:" +msgstr "Névjegy:" + +#: forumdirectory.php:201 +msgid "No entries (some entries may be hidden)." +msgstr "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet)." diff --git a/forumdirectory/lang/hu/strings.php b/forumdirectory/lang/hu/strings.php new file mode 100644 index 00000000..d9e03adc --- /dev/null +++ b/forumdirectory/lang/hu/strings.php @@ -0,0 +1,23 @@ +strings["Forum Directory"] = "Fórumkönyvtár"; +$a->strings["Public access denied."] = "Nyilvános hozzáférés megtagadva."; +$a->strings["Global Directory"] = "Globális könyvtár"; +$a->strings["Find on this site"] = "Keresés ezen az oldalon"; +$a->strings["Finding: "] = "Találat: "; +$a->strings["Site Directory"] = "Oldal könyvtára"; +$a->strings["Find"] = "Keresés"; +$a->strings["Age: "] = "Életkor: "; +$a->strings["Gender: "] = "Nem: "; +$a->strings["Location:"] = "Hely:"; +$a->strings["Gender:"] = "Nem:"; +$a->strings["Status:"] = "Állapot:"; +$a->strings["Homepage:"] = "Honlap:"; +$a->strings["About:"] = "Névjegy:"; +$a->strings["No entries (some entries may be hidden)."] = "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet)."; From bcb4dd80127b220f90a81843afd8f1a8746f5836 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:27:18 +0100 Subject: [PATCH 07/21] =?UTF-8?q?dwpost=20addon=20added=20HU=20translation?= =?UTF-8?q?=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwpost/lang/hu/messages.po | 48 ++++++++++++++++++++++++++++++++++++++ dwpost/lang/hu/strings.php | 15 ++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 dwpost/lang/hu/messages.po create mode 100644 dwpost/lang/hu/strings.php diff --git a/dwpost/lang/hu/messages.po b/dwpost/lang/hu/messages.po new file mode 100644 index 00000000..bbd44bbb --- /dev/null +++ b/dwpost/lang/hu/messages.po @@ -0,0 +1,48 @@ +# ADDON dwpost +# Copyright (C) +# This file is distributed under the same license as the Friendica dwpost 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:39+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" + +#: dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "Beküldés a Dreamwidth-re" + +#: dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "Dreamwidth-beküldés beállításai" + +#: dwpost.php:72 +msgid "Enable dreamwidth Post Addon" +msgstr "A Dreamwidth-beküldő bővítmény engedélyezése" + +#: dwpost.php:77 +msgid "dreamwidth username" +msgstr "Dreamwidth felhasználónév" + +#: dwpost.php:82 +msgid "dreamwidth password" +msgstr "Dreamwidth jelszó" + +#: dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "Beküldés a Dreamwidth-re alapértelmezetten" + +#: dwpost.php:93 +msgid "Submit" +msgstr "Elküldés" diff --git a/dwpost/lang/hu/strings.php b/dwpost/lang/hu/strings.php new file mode 100644 index 00000000..1e901957 --- /dev/null +++ b/dwpost/lang/hu/strings.php @@ -0,0 +1,15 @@ +strings["Post to Dreamwidth"] = "Beküldés a Dreamwidth-re"; +$a->strings["Dreamwidth Post Settings"] = "Dreamwidth-beküldés beállításai"; +$a->strings["Enable dreamwidth Post Addon"] = "A Dreamwidth-beküldő bővítmény engedélyezése"; +$a->strings["dreamwidth username"] = "Dreamwidth felhasználónév"; +$a->strings["dreamwidth password"] = "Dreamwidth jelszó"; +$a->strings["Post to dreamwidth by default"] = "Beküldés a Dreamwidth-re alapértelmezetten"; +$a->strings["Submit"] = "Elküldés"; From 54436370f22d200c7dc4eee2e745738a7dd2eec1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:30:38 +0100 Subject: [PATCH 08/21] =?UTF-8?q?diaspora=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diaspora/lang/hu/messages.po | 114 +++++++++++++++++++++++++++++++++++ diaspora/lang/hu/strings.php | 28 +++++++++ 2 files changed, 142 insertions(+) create mode 100644 diaspora/lang/hu/messages.po create mode 100644 diaspora/lang/hu/strings.php diff --git a/diaspora/lang/hu/messages.po b/diaspora/lang/hu/messages.po new file mode 100644 index 00000000..66cd72d8 --- /dev/null +++ b/diaspora/lang/hu/messages.po @@ -0,0 +1,114 @@ +# ADDON diaspora +# Copyright (C) +# This file is distributed under the same license as the Friendica diaspora addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-07 00:15-0400\n" +"PO-Revision-Date: 2020-12-23 01:35+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" + +#: diaspora.php:53 +msgid "Post to Diaspora" +msgstr "Beküldés a Diasporára" + +#: diaspora.php:78 +#, php-format +msgid "" +"Please remember: You can always be reached from Diaspora with your Friendica" +" handle %s. " +msgstr "Ne feledje: Ön mindig elérhető a Diasporáról a(z) %s Friendica kezelőjével. " + +#: diaspora.php:79 +msgid "" +"This connector is only meant if you still want to use your old Diaspora " +"account for some time. " +msgstr "Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. " + +#: diaspora.php:80 +#, php-format +msgid "" +"However, it is preferred that you tell your Diaspora contacts the new handle" +" %s instead." +msgstr "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új %s kezelőt." + +#: diaspora.php:90 +msgid "All aspects" +msgstr "Minden szempont" + +#: diaspora.php:91 +msgid "Public" +msgstr "Nyilvános" + +#: diaspora.php:97 +msgid "Post to aspect:" +msgstr "Beküldés a szempontba:" + +#: diaspora.php:98 +#, php-format +msgid "Connected with your Diaspora account %s" +msgstr "Kapcsolódva a(z) %s Diaspora-fiókjával" + +#: diaspora.php:101 +msgid "" +"Can't login to your Diaspora account. Please check handle (in the format " +"user@domain.tld) and password." +msgstr "Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót." + +#: diaspora.php:109 +msgid "Diaspora Export" +msgstr "Diaspora exportálás" + +#: diaspora.php:110 +msgid "Information" +msgstr "Információ" + +#: diaspora.php:111 +msgid "Error" +msgstr "Hiba" + +#: diaspora.php:112 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: diaspora.php:116 +msgid "Enable Diaspora Post Addon" +msgstr "A Diaspora-beküldő bővítmény engedélyezése" + +#: diaspora.php:117 +msgid "Diaspora handle" +msgstr "Diaspora kezelő" + +#: diaspora.php:118 +msgid "Diaspora password" +msgstr "Diaspora jelszó" + +#: diaspora.php:118 +msgid "" +"Privacy notice: Your Diaspora password will be stored unencrypted to " +"authenticate you with your Diaspora pod. This means your Friendica node " +"administrator can have access to it." +msgstr "Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet." + +#: diaspora.php:120 +msgid "Post to Diaspora by default" +msgstr "Beküldés a Diasporára alapértelmezetten" + +#: diaspora.php:138 +msgid "Diaspora settings updated." +msgstr "A Diaspora beállításai frissítve." + +#: diaspora.php:141 +msgid "Diaspora connector disabled." +msgstr "A Diaspora összekötő letiltva." diff --git a/diaspora/lang/hu/strings.php b/diaspora/lang/hu/strings.php new file mode 100644 index 00000000..280686a5 --- /dev/null +++ b/diaspora/lang/hu/strings.php @@ -0,0 +1,28 @@ +strings["Post to Diaspora"] = "Beküldés a Diasporára"; +$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = "Ne feledje: Ön mindig elérhető a Diasporáról a(z) %s Friendica kezelőjével. "; +$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. "; +$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle %s instead."] = "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új %s kezelőt."; +$a->strings["All aspects"] = "Minden szempont"; +$a->strings["Public"] = "Nyilvános"; +$a->strings["Post to aspect:"] = "Beküldés a szempontba:"; +$a->strings["Connected with your Diaspora account %s"] = "Kapcsolódva a(z) %s Diaspora-fiókjával"; +$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót."; +$a->strings["Diaspora Export"] = "Diaspora exportálás"; +$a->strings["Information"] = "Információ"; +$a->strings["Error"] = "Hiba"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Enable Diaspora Post Addon"] = "A Diaspora-beküldő bővítmény engedélyezése"; +$a->strings["Diaspora handle"] = "Diaspora kezelő"; +$a->strings["Diaspora password"] = "Diaspora jelszó"; +$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet."; +$a->strings["Post to Diaspora by default"] = "Beküldés a Diasporára alapértelmezetten"; +$a->strings["Diaspora settings updated."] = "A Diaspora beállításai frissítve."; +$a->strings["Diaspora connector disabled."] = "A Diaspora összekötő letiltva."; From d278a4cb2c6b7dc29638b89a55d1ac4df0b09178 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:35:18 +0100 Subject: [PATCH 09/21] =?UTF-8?q?curweather=20addon=20added=20HU=20transla?= =?UTF-8?q?tion=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curweather/lang/hu/messages.po | 132 +++++++++++++++++++++++++++++++++ curweather/lang/hu/strings.php | 35 +++++++++ 2 files changed, 167 insertions(+) create mode 100644 curweather/lang/hu/messages.po create mode 100644 curweather/lang/hu/strings.php diff --git a/curweather/lang/hu/messages.po b/curweather/lang/hu/messages.po new file mode 100644 index 00000000..d3c26e1c --- /dev/null +++ b/curweather/lang/hu/messages.po @@ -0,0 +1,132 @@ +# ADDON curweather +# Copyright (C) +# This file is distributed under the same license as the Friendica curweather addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-25 17:17+0200\n" +"PO-Revision-Date: 2020-12-23 01:22+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" + +#: curweather.php:31 +msgid "Error fetching weather data.\\nError was: " +msgstr "Hiba az időjárási adatok lekérésekor.\\nA hiba ez volt: " + +#: curweather.php:111 curweather.php:172 +msgid "Current Weather" +msgstr "Jelenlegi időjárás" + +#: curweather.php:118 +msgid "Relative Humidity" +msgstr "Relatív páratartalom" + +#: curweather.php:119 +msgid "Pressure" +msgstr "Légnyomás" + +#: curweather.php:120 +msgid "Wind" +msgstr "Szél" + +#: curweather.php:121 +msgid "Last Updated" +msgstr "Utoljára frissítve" + +#: curweather.php:122 +msgid "Data by" +msgstr "Adatszolgáltató" + +#: curweather.php:123 +msgid "Show on map" +msgstr "Megjelenítés térképen" + +#: curweather.php:128 +msgid "There was a problem accessing the weather data. But have a look" +msgstr "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:" + +#: curweather.php:130 +msgid "at OpenWeatherMap" +msgstr "OpenWeatherMap" + +#: curweather.php:146 +msgid "Current Weather settings updated." +msgstr "A jelenlegi időjárás beállításai frissítve." + +#: curweather.php:161 +msgid "No APPID found, please contact your admin to obtain one." +msgstr "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet." + +#: curweather.php:171 curweather.php:200 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: curweather.php:172 +msgid "Settings" +msgstr "Beállítások" + +#: curweather.php:174 +msgid "Enter either the name of your location or the zip code." +msgstr "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát." + +#: curweather.php:175 +msgid "Your Location" +msgstr "Az Ön tartózkodási helye" + +#: curweather.php:175 +msgid "" +"Identifier of your location (name or zip code), e.g. Berlin,DE or " +"14476,DE." +msgstr "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például Budapest,HU vagy 1234,HU." + +#: curweather.php:176 +msgid "Units" +msgstr "Mértékegységek" + +#: curweather.php:176 +msgid "select if the temperature should be displayed in °C or °F" +msgstr "Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni." + +#: curweather.php:177 +msgid "Show weather data" +msgstr "Időjárási adatok megjelenítése" + +#: curweather.php:190 +msgid "Curweather settings saved." +msgstr "A jelenlegi időjárás beállításai elmentve." + +#: curweather.php:201 +msgid "Caching Interval" +msgstr "Gyorsítótárazási időköz" + +#: curweather.php:201 +msgid "" +"For how long should the weather data be cached? Choose according your " +"OpenWeatherMap account type." +msgstr "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint." + +#: curweather.php:201 +msgid "no cache" +msgstr "nincs gyorsítótár" + +#: curweather.php:201 +msgid "minutes" +msgstr "perc" + +#: curweather.php:202 +msgid "Your APPID" +msgstr "Az alkalmazásazonosítója" + +#: curweather.php:202 +msgid "Your API key provided by OpenWeatherMap" +msgstr "Az OpenWeatherMap által biztosított API-kulcsa" diff --git a/curweather/lang/hu/strings.php b/curweather/lang/hu/strings.php new file mode 100644 index 00000000..f24c5562 --- /dev/null +++ b/curweather/lang/hu/strings.php @@ -0,0 +1,35 @@ +strings["Error fetching weather data.\\nError was: "] = "Hiba az időjárási adatok lekérésekor.\\nA hiba ez volt: "; +$a->strings["Current Weather"] = "Jelenlegi időjárás"; +$a->strings["Relative Humidity"] = "Relatív páratartalom"; +$a->strings["Pressure"] = "Légnyomás"; +$a->strings["Wind"] = "Szél"; +$a->strings["Last Updated"] = "Utoljára frissítve"; +$a->strings["Data by"] = "Adatszolgáltató"; +$a->strings["Show on map"] = "Megjelenítés térképen"; +$a->strings["There was a problem accessing the weather data. But have a look"] = "Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:"; +$a->strings["at OpenWeatherMap"] = "OpenWeatherMap"; +$a->strings["Current Weather settings updated."] = "A jelenlegi időjárás beállításai frissítve."; +$a->strings["No APPID found, please contact your admin to obtain one."] = "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet."; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Settings"] = "Beállítások"; +$a->strings["Enter either the name of your location or the zip code."] = "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát."; +$a->strings["Your Location"] = "Az Ön tartózkodási helye"; +$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például Budapest,HU vagy 1234,HU."; +$a->strings["Units"] = "Mértékegységek"; +$a->strings["select if the temperature should be displayed in °C or °F"] = "Annak kiválasztása, hogy a hőmérsékletet °C vagy °F fokban kell megjeleníteni."; +$a->strings["Show weather data"] = "Időjárási adatok megjelenítése"; +$a->strings["Curweather settings saved."] = "A jelenlegi időjárás beállításai elmentve."; +$a->strings["Caching Interval"] = "Gyorsítótárazási időköz"; +$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint."; +$a->strings["no cache"] = "nincs gyorsítótár"; +$a->strings["minutes"] = "perc"; +$a->strings["Your APPID"] = "Az alkalmazásazonosítója"; +$a->strings["Your API key provided by OpenWeatherMap"] = "Az OpenWeatherMap által biztosított API-kulcsa"; From 7a73f2c0d7ec26e085452f4104f25404445f02b1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:38:03 +0100 Subject: [PATCH 10/21] =?UTF-8?q?cookienotice=20addon=20added=20HU=20trans?= =?UTF-8?q?lation=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cookienotice/lang/hu/messages.po | 82 ++++++++++++++++++++++++++++++++ cookienotice/lang/hu/strings.php | 19 ++++++++ 2 files changed, 101 insertions(+) create mode 100644 cookienotice/lang/hu/messages.po create mode 100644 cookienotice/lang/hu/strings.php diff --git a/cookienotice/lang/hu/messages.po b/cookienotice/lang/hu/messages.po new file mode 100644 index 00000000..17bd2078 --- /dev/null +++ b/cookienotice/lang/hu/messages.po @@ -0,0 +1,82 @@ +# ADDON cookienotice +# Copyright (C) +# This file is distributed under the same license as the Friendica cookienotice addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-30 10:48+0100\n" +"PO-Revision-Date: 2019-01-23 16:01+0000\n" +"Last-Translator: Balázs Úr, 2020\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" + +#: cookienotice.php:63 +msgid "" +"This website uses cookies. If you continue browsing this website, you agree " +"to the usage of cookies." +msgstr "" +"Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor" +" elfogadja a sütik használatát." + +#: cookienotice.php:64 cookienotice.php:133 +msgid "OK" +msgstr "Rendben" + +#: cookienotice.php:68 +msgid "\"cookienotice\" Settings" +msgstr "A sütifigyelmeztetés beállításai" + +#: cookienotice.php:69 +msgid "" +"Configure your cookie usage notice. It should just be a notice, " +"saying that the website uses cookies. It is shown as long as a user didnt " +"confirm clicking the OK button." +msgstr "" +"Állítsa be a sütihasználati figyelmeztetést. Ennek csak egy " +"figyelmeztetésnek kell lennie, amely arra hívja fel a figyelmet, hogy a " +"weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a " +"felhasználó nem fogadja el a Rendben gombra kattintva." + +#: cookienotice.php:70 +msgid "Cookie Usage Notice" +msgstr "Sütihasználati figyelmeztetés" + +#: cookienotice.php:70 +msgid "The cookie usage notice" +msgstr "A sütihasználati figyelmeztetés" + +#: cookienotice.php:71 +msgid "OK Button Text" +msgstr "Rendben gomb szövege" + +#: cookienotice.php:71 +msgid "The OK Button text" +msgstr "A „Rendben” gomb szövege" + +#: cookienotice.php:72 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: cookienotice.php:97 +msgid "cookienotice Settings saved." +msgstr "A sütifigyelmeztetés beállításai elmentve." + +#: cookienotice.php:132 +msgid "" +"This website uses cookies to recognize revisiting and logged in users. You " +"accept the usage of these cookies by continue browsing this website." +msgstr "" +"Ez a weboldal sütiket használ az újralátogatás felismeréséhez és a " +"bejelentkezett felhasználókhoz. A weboldalon történő böngészés folytatásával" +" Ön elfogadja ezen sütik használatát." diff --git a/cookienotice/lang/hu/strings.php b/cookienotice/lang/hu/strings.php new file mode 100644 index 00000000..ddb749c3 --- /dev/null +++ b/cookienotice/lang/hu/strings.php @@ -0,0 +1,19 @@ +strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor elfogadja a sütik használatát."; +$a->strings["OK"] = "Rendben"; +$a->strings["\"cookienotice\" Settings"] = "A sütifigyelmeztetés beállításai"; +$a->strings["Configure your cookie usage notice. It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "Állítsa be a sütihasználati figyelmeztetést. Ennek csak egy figyelmeztetésnek kell lennie, amely arra hívja fel a figyelmet, hogy a weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a felhasználó nem fogadja el a Rendben gombra kattintva."; +$a->strings["Cookie Usage Notice"] = "Sütihasználati figyelmeztetés"; +$a->strings["The cookie usage notice"] = "A sütihasználati figyelmeztetés"; +$a->strings["OK Button Text"] = "Rendben gomb szövege"; +$a->strings["The OK Button text"] = "A „Rendben” gomb szövege"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["cookienotice Settings saved."] = "A sütifigyelmeztetés beállításai elmentve."; +$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "Ez a weboldal sütiket használ az újralátogatás felismeréséhez és a bejelentkezett felhasználókhoz. A weboldalon történő böngészés folytatásával Ön elfogadja ezen sütik használatát."; From f58f380289ac328c7afa8566b1e2f7fb425e100a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:39:28 +0100 Subject: [PATCH 11/21] =?UTF-8?q?catavatar=20addon=20added=20HU=20translat?= =?UTF-8?q?ion=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catavatar/lang/hu/messages.po | 54 +++++++++++++++++++++++++++++++++++ catavatar/lang/hu/strings.php | 16 +++++++++++ 2 files changed, 70 insertions(+) create mode 100644 catavatar/lang/hu/messages.po create mode 100644 catavatar/lang/hu/strings.php diff --git a/catavatar/lang/hu/messages.po b/catavatar/lang/hu/messages.po new file mode 100644 index 00000000..7489be5a --- /dev/null +++ b/catavatar/lang/hu/messages.po @@ -0,0 +1,54 @@ +# ADDON catavatar +# Copyright (C) +# This file is distributed under the same license as the Friendica catavatar addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-13 09:35+0000\n" +"PO-Revision-Date: 2018-04-07 05:23+0000\n" +"Last-Translator: Balázs Úr, 2020\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" + +#: catavatar.php:60 +msgid "Use Cat as Avatar" +msgstr "Macska használata profilképként" + +#: catavatar.php:61 +msgid "More Random Cat!" +msgstr "Több véletlen macskát!" + +#: catavatar.php:62 +msgid "Reset to email Cat" +msgstr "Visszaállítás e-mail macskára" + +#: catavatar.php:64 +msgid "Cat Avatar Settings" +msgstr "Macskaprofilkép-beállítások" + +#: catavatar.php:100 +msgid "The cat hadn't found itself." +msgstr "A macska nem találta meg önmagát." + +#: catavatar.php:109 +msgid "There was an error, the cat ran away." +msgstr "Hiba történt, a macska elfutott." + +#: catavatar.php:115 +msgid "Profile Photos" +msgstr "Profilfényképek" + +#: catavatar.php:130 +msgid "Meow!" +msgstr "Miáú!" diff --git a/catavatar/lang/hu/strings.php b/catavatar/lang/hu/strings.php new file mode 100644 index 00000000..c3d1564f --- /dev/null +++ b/catavatar/lang/hu/strings.php @@ -0,0 +1,16 @@ +strings["Use Cat as Avatar"] = "Macska használata profilképként"; +$a->strings["More Random Cat!"] = "Több véletlen macskát!"; +$a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára"; +$a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások"; +$a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát."; +$a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott."; +$a->strings["Profile Photos"] = "Profilfényképek"; +$a->strings["Meow!"] = "Miáú!"; From 207e82c7fe773fc39cf6ff55e58102674b82c1f7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:42:44 +0100 Subject: [PATCH 12/21] =?UTF-8?q?buglink=20addon=20added=20HU=20translatio?= =?UTF-8?q?n=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglink/lang/hu/messages.po | 24 ++++++++++++++++++++++++ buglink/lang/hu/strings.php | 9 +++++++++ 2 files changed, 33 insertions(+) create mode 100644 buglink/lang/hu/messages.po create mode 100644 buglink/lang/hu/strings.php diff --git a/buglink/lang/hu/messages.po b/buglink/lang/hu/messages.po new file mode 100644 index 00000000..0ac16882 --- /dev/null +++ b/buglink/lang/hu/messages.po @@ -0,0 +1,24 @@ +# ADDON buglink +# Copyright (C) +# This file is distributed under the same license as the Friendica buglink addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2020-12-23 00:53+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" + +#: buglink.php:15 +msgid "Report Bug" +msgstr "Hiba jelentése" diff --git a/buglink/lang/hu/strings.php b/buglink/lang/hu/strings.php new file mode 100644 index 00000000..16b9c06c --- /dev/null +++ b/buglink/lang/hu/strings.php @@ -0,0 +1,9 @@ +strings["Report Bug"] = "Hiba jelentése"; From 3927985b8fd1011453ed8c77bd0ab04f14966143 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:45:42 +0100 Subject: [PATCH 13/21] =?UTF-8?q?buffer=20addon=20added=20HU=20translation?= =?UTF-8?q?=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buffer/lang/hu/messages.po | 76 ++++++++++++++++++++++++++++++++++++++ buffer/lang/hu/strings.php | 22 +++++++++++ 2 files changed, 98 insertions(+) create mode 100644 buffer/lang/hu/messages.po create mode 100644 buffer/lang/hu/strings.php diff --git a/buffer/lang/hu/messages.po b/buffer/lang/hu/messages.po new file mode 100644 index 00000000..0d94532c --- /dev/null +++ b/buffer/lang/hu/messages.po @@ -0,0 +1,76 @@ +# ADDON buffer +# Copyright (C) +# This file is distributed under the same license as the Friendica buffer addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2020-12-23 00:50+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" + +#: buffer.php:31 +msgid "Permission denied." +msgstr "Hozzáférés megtagadva." + +#: buffer.php:57 buffer.php:185 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: buffer.php:59 +msgid "Client ID" +msgstr "Ügyfél-azonosító" + +#: buffer.php:60 +msgid "Client Secret" +msgstr "Ügyféltitok" + +#: buffer.php:67 +msgid "Error when registering buffer connection:" +msgstr "Hiba a Buffer-kapcsolat regisztrálásakor:" + +#: buffer.php:86 +msgid "You are now authenticated to buffer. " +msgstr "Most már hitelesítve van a Bufferhez." + +#: buffer.php:87 +msgid "return to the connector page" +msgstr "Visszatérés az összekötő oldalra" + +#: buffer.php:103 +msgid "Post to Buffer" +msgstr "Beküldés a Bufferre" + +#: buffer.php:128 buffer.php:132 +msgid "Buffer Export" +msgstr "Buffer exportálás" + +#: buffer.php:142 +msgid "Authenticate your Buffer connection" +msgstr "A Buffer-kapcsolatának hitelesítése" + +#: buffer.php:146 +msgid "Enable Buffer Post Addon" +msgstr "A Buffer-beküldő bővítmény engedélyezése" + +#: buffer.php:151 +msgid "Post to Buffer by default" +msgstr "Beküldés a Bufferre alapértelmezetten" + +#: buffer.php:156 +msgid "Check to delete this preset" +msgstr "Jelölje be az előbeállítás törléséhez" + +#: buffer.php:165 +msgid "Posts are going to all accounts that are enabled by default:" +msgstr "A bejegyzések az összes olyan fiókba mennek, amelyek alapértelmezetten engedélyezve vannak:" diff --git a/buffer/lang/hu/strings.php b/buffer/lang/hu/strings.php new file mode 100644 index 00000000..d08a4fd9 --- /dev/null +++ b/buffer/lang/hu/strings.php @@ -0,0 +1,22 @@ +strings["Permission denied."] = "Hozzáférés megtagadva."; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Client ID"] = "Ügyfél-azonosító"; +$a->strings["Client Secret"] = "Ügyféltitok"; +$a->strings["Error when registering buffer connection:"] = "Hiba a Buffer-kapcsolat regisztrálásakor:"; +$a->strings["You are now authenticated to buffer. "] = "Most már hitelesítve van a Bufferhez."; +$a->strings["return to the connector page"] = "Visszatérés az összekötő oldalra"; +$a->strings["Post to Buffer"] = "Beküldés a Bufferre"; +$a->strings["Buffer Export"] = "Buffer exportálás"; +$a->strings["Authenticate your Buffer connection"] = "A Buffer-kapcsolatának hitelesítése"; +$a->strings["Enable Buffer Post Addon"] = "A Buffer-beküldő bővítmény engedélyezése"; +$a->strings["Post to Buffer by default"] = "Beküldés a Bufferre alapértelmezetten"; +$a->strings["Check to delete this preset"] = "Jelölje be az előbeállítás törléséhez"; +$a->strings["Posts are going to all accounts that are enabled by default:"] = "A bejegyzések az összes olyan fiókba mennek, amelyek alapértelmezetten engedélyezve vannak:"; From 9e78426c591b5cde7c560dddcee9719bae99054f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:46:55 +0100 Subject: [PATCH 14/21] =?UTF-8?q?blogger=20addon=20added=20HU=20translatio?= =?UTF-8?q?n=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blogger/lang/hu/messages.po | 56 +++++++++++++++++++++++++++++++++++++ blogger/lang/hu/strings.php | 17 +++++++++++ 2 files changed, 73 insertions(+) create mode 100644 blogger/lang/hu/messages.po create mode 100644 blogger/lang/hu/strings.php diff --git a/blogger/lang/hu/messages.po b/blogger/lang/hu/messages.po new file mode 100644 index 00000000..d350be4f --- /dev/null +++ b/blogger/lang/hu/messages.po @@ -0,0 +1,56 @@ +# ADDON blogger +# Copyright (C) +# This file is distributed under the same license as the Friendica blogger addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2020-12-23 00:44+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" + +#: blogger.php:42 +msgid "Post to blogger" +msgstr "Beküldés a Bloggerre" + +#: blogger.php:74 blogger.php:78 +msgid "Blogger Export" +msgstr "Blogger exportálás" + +#: blogger.php:82 +msgid "Enable Blogger Post Addon" +msgstr "A Blogger-beküldő bővítmény engedélyezése" + +#: blogger.php:87 +msgid "Blogger username" +msgstr "Blogger felhasználónév" + +#: blogger.php:92 +msgid "Blogger password" +msgstr "Blogger jelszó" + +#: blogger.php:97 +msgid "Blogger API URL" +msgstr "Blogger API URL" + +#: blogger.php:102 +msgid "Post to Blogger by default" +msgstr "Beküldés a Bloggerre alapértelmezetten" + +#: blogger.php:108 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: blogger.php:178 +msgid "Post from Friendica" +msgstr "Bejegyzés a Friendicáról" diff --git a/blogger/lang/hu/strings.php b/blogger/lang/hu/strings.php new file mode 100644 index 00000000..433f504c --- /dev/null +++ b/blogger/lang/hu/strings.php @@ -0,0 +1,17 @@ +strings["Post to blogger"] = "Beküldés a Bloggerre"; +$a->strings["Blogger Export"] = "Blogger exportálás"; +$a->strings["Enable Blogger Post Addon"] = "A Blogger-beküldő bővítmény engedélyezése"; +$a->strings["Blogger username"] = "Blogger felhasználónév"; +$a->strings["Blogger password"] = "Blogger jelszó"; +$a->strings["Blogger API URL"] = "Blogger API URL"; +$a->strings["Post to Blogger by default"] = "Beküldés a Bloggerre alapértelmezetten"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról"; From 70617811eb3daa18b1f9df95e9efd4c1a6b65e11 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:48:08 +0100 Subject: [PATCH 15/21] =?UTF-8?q?blockem=20addon=20added=20HU=20translatio?= =?UTF-8?q?n=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blockem/lang/hu/messages.po | 59 +++++++++++++++++++++++++++++++++++++ blockem/lang/hu/strings.php | 17 +++++++++++ 2 files changed, 76 insertions(+) create mode 100644 blockem/lang/hu/messages.po create mode 100644 blockem/lang/hu/strings.php diff --git a/blockem/lang/hu/messages.po b/blockem/lang/hu/messages.po new file mode 100644 index 00000000..c1b748a4 --- /dev/null +++ b/blockem/lang/hu/messages.po @@ -0,0 +1,59 @@ +# ADDON blockem +# Copyright (C) +# This file is distributed under the same license as the Friendica blockem addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-08-17 10:23+0200\n" +"PO-Revision-Date: 2020-12-23 00:39+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" + +#: blockem.php:54 blockem.php:58 +msgid "Blockem" +msgstr "Blockem" + +#: blockem.php:62 +msgid "" +"Hides user's content by collapsing posts. Also replaces their avatar with " +"generic image." +msgstr "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre." + +#: blockem.php:63 +msgid "Comma separated profile URLS:" +msgstr "Profil URL-ek vesszővel elválasztva:" + +#: blockem.php:67 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: blockem.php:81 +msgid "BLOCKEM Settings saved." +msgstr "A Blockem beállításai elmentve." + +#: blockem.php:143 +#, php-format +msgid "Filtered user: %s" +msgstr "Kiszűrt felhasználó: %s" + +#: blockem.php:202 +msgid "Unblock Author" +msgstr "Szerző tiltásának feloldása" + +#: blockem.php:204 +msgid "Block Author" +msgstr "Szerző tiltása" + +#: blockem.php:244 +msgid "blockem settings updated" +msgstr "A Blockem beállításai frissítve." diff --git a/blockem/lang/hu/strings.php b/blockem/lang/hu/strings.php new file mode 100644 index 00000000..addba1fa --- /dev/null +++ b/blockem/lang/hu/strings.php @@ -0,0 +1,17 @@ +strings["Blockem"] = "Blockem"; +$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre."; +$a->strings["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve."; +$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s"; +$a->strings["Unblock Author"] = "Szerző tiltásának feloldása"; +$a->strings["Block Author"] = "Szerző tiltása"; +$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve."; From 92cf2ce0699c11e1c5f1c3e8a20adebcd4ebb27b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:49:19 +0100 Subject: [PATCH 16/21] =?UTF-8?q?blockbot=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blockbot/lang/hu/messages.po | 42 ++++++++++++++++++++++++++++++++++++ blockbot/lang/hu/strings.php | 13 +++++++++++ 2 files changed, 55 insertions(+) create mode 100644 blockbot/lang/hu/messages.po create mode 100644 blockbot/lang/hu/strings.php diff --git a/blockbot/lang/hu/messages.po b/blockbot/lang/hu/messages.po new file mode 100644 index 00000000..1139b3f2 --- /dev/null +++ b/blockbot/lang/hu/messages.po @@ -0,0 +1,42 @@ +# ADDON blockbot +# Copyright (C) +# This file is distributed under the same license as the Friendica blockbot addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-07 09:03+0200\n" +"PO-Revision-Date: 2019-08-07 07:43+0000\n" +"Last-Translator: Balázs Úr, 2020\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" + +#: blockbot.php:35 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: blockbot.php:36 +msgid "Allow \"good\" crawlers" +msgstr "A „jó” keresőrobotok engedélyezése" + +#: blockbot.php:37 +msgid "Block GabSocial" +msgstr "GabSocial tiltása" + +#: blockbot.php:38 +msgid "Training mode" +msgstr "Oktató mód" + +#: blockbot.php:46 +msgid "Settings updated." +msgstr "A beállítások frissítve." diff --git a/blockbot/lang/hu/strings.php b/blockbot/lang/hu/strings.php new file mode 100644 index 00000000..40a4564a --- /dev/null +++ b/blockbot/lang/hu/strings.php @@ -0,0 +1,13 @@ +strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Allow \"good\" crawlers"] = "A „jó” keresőrobotok engedélyezése"; +$a->strings["Block GabSocial"] = "GabSocial tiltása"; +$a->strings["Training mode"] = "Oktató mód"; +$a->strings["Settings updated."] = "A beállítások frissítve."; From 55fd1d4a217681c9be9e9b012157fab6d44712f4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:50:58 +0100 Subject: [PATCH 17/21] =?UTF-8?q?blackout=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blackout/lang/hu/messages.po | 66 ++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 blackout/lang/hu/messages.po diff --git a/blackout/lang/hu/messages.po b/blackout/lang/hu/messages.po new file mode 100644 index 00000000..13ad1c68 --- /dev/null +++ b/blackout/lang/hu/messages.po @@ -0,0 +1,66 @@ +# ADDON blackout +# Copyright (C) +# This file is distributed under the same license as the Friendica blackout addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-03-12 09:26+0100\n" +"PO-Revision-Date: 2020-12-23 00:26+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" + +#: blackout.php:101 +msgid "" +"The end-date is prior to the start-date of the blackout, you should fix this" +msgstr "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell." + +#: blackout.php:103 +#, php-format +msgid "" +"Please double check that the current settings for the blackout. Begin will " +"be %s and it will end %s." +msgstr "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete %s és a vége %s lesz." + +#: blackout.php:106 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: blackout.php:107 +msgid "Redirect URL" +msgstr "Átirányítási URL" + +#: blackout.php:107 +msgid "all your visitors from the web will be redirected to this URL" +msgstr "A webről érkező összes látogatója át lesz irányítva erre az URL-re." + +#: blackout.php:108 +msgid "Begin of the Blackout" +msgstr "Az áramszünet kezdete" + +#: blackout.php:108 +msgid "" +"Format is YYYY-MM-DD hh:mm; YYYY year, MM month, " +"DD day, hh hour and mm minute." +msgstr "A formátum ÉÉÉÉ-HH-NN óó:pp, ahol ÉÉÉÉ az év, HH a hónap, NN a nap, óó az óra és pp a perc." + +#: blackout.php:109 +msgid "End of the Blackout" +msgstr "Az áramszünet vége" + +#: blackout.php:111 +msgid "" +"Note: The redirect will be active from the moment you press" +" the submit button. Users currently logged in will not be " +"thrown out but can't login again after logging out should the blackout is " +"still in place." +msgstr "Megjegyzés: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók nem lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van." From 46e05158b8d0d38692a5a81e237ffbd23623cb46 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:51:22 +0100 Subject: [PATCH 18/21] =?UTF-8?q?blackout=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blackout/lang/hu/strings.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 blackout/lang/hu/strings.php diff --git a/blackout/lang/hu/strings.php b/blackout/lang/hu/strings.php new file mode 100644 index 00000000..f0a29771 --- /dev/null +++ b/blackout/lang/hu/strings.php @@ -0,0 +1,17 @@ +strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell."; +$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete %s és a vége %s lesz."; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Redirect URL"] = "Átirányítási URL"; +$a->strings["all your visitors from the web will be redirected to this URL"] = "A webről érkező összes látogatója át lesz irányítva erre az URL-re."; +$a->strings["Begin of the Blackout"] = "Az áramszünet kezdete"; +$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "A formátum ÉÉÉÉ-HH-NN óó:pp, ahol ÉÉÉÉ az év, HH a hónap, NN a nap, óó az óra és pp a perc."; +$a->strings["End of the Blackout"] = "Az áramszünet vége"; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Megjegyzés: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók nem lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van."; From e2676eb618e16e46ddadc0f70f892f99a5909332 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:52:46 +0100 Subject: [PATCH 19/21] =?UTF-8?q?advancedcontentfilter=20addon=20added=20H?= =?UTF-8?q?U=20translation=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- advancedcontentfilter/lang/hu/messages.po | 176 ++++++++++++++++++++++ advancedcontentfilter/lang/hu/strings.php | 41 +++++ 2 files changed, 217 insertions(+) create mode 100644 advancedcontentfilter/lang/hu/messages.po create mode 100644 advancedcontentfilter/lang/hu/strings.php diff --git a/advancedcontentfilter/lang/hu/messages.po b/advancedcontentfilter/lang/hu/messages.po new file mode 100644 index 00000000..9bb20c24 --- /dev/null +++ b/advancedcontentfilter/lang/hu/messages.po @@ -0,0 +1,176 @@ +# ADDON advancedcontentfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica advancedcontentfilter addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-17 04:04+0200\n" +"PO-Revision-Date: 2018-05-24 06:41+0000\n" +"Last-Translator: Balázs Úr, 2020\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" + +#: advancedcontentfilter.php:134 +#, php-format +msgid "Filtered by rule: %s" +msgstr "Szűrve a szabály alapján: %s" + +#: advancedcontentfilter.php:147 advancedcontentfilter.php:204 +msgid "Advanced Content Filter" +msgstr "Speciális tartalomszűrő" + +#: advancedcontentfilter.php:203 +msgid "Back to Addon Settings" +msgstr "Vissza a bővítménybeállításokhoz" + +#: advancedcontentfilter.php:205 +msgid "Add a Rule" +msgstr "Szabály hozzáadása" + +#: advancedcontentfilter.php:206 +msgid "Help" +msgstr "Súgó" + +#: advancedcontentfilter.php:207 +msgid "" +"Add and manage your personal content filter rules in this screen. Rules have" +" a name and an arbitrary expression that will be matched against post data. " +"For a complete reference of the available operations and variables, check " +"the help page." +msgstr "" +"Személyes tartalomszűrő szabályok hozzáadása és kezelése ezen a képernyőn. A" +" szabályoknak van nevük és egy tetszőleges kifejezésük, amely illesztve lesz" +" a bejegyzés adatára. Az elérhető műveletek és változók teljes " +"hivatkozásáért nézze meg a súgóoldalt." + +#: advancedcontentfilter.php:208 +msgid "Your rules" +msgstr "Az Ön szabályai" + +#: advancedcontentfilter.php:209 +msgid "" +"You have no rules yet! Start adding one by clicking on the button above next" +" to the title." +msgstr "" +"Még nincsenek szabályai! Kezdje meg egy szabály hozzáadását a cím mellett " +"lévő fenti gombra kattintva." + +#: advancedcontentfilter.php:210 +msgid "Disabled" +msgstr "Letiltva" + +#: advancedcontentfilter.php:211 +msgid "Enabled" +msgstr "Engedélyezve" + +#: advancedcontentfilter.php:212 +msgid "Disable this rule" +msgstr "A szabály letiltása" + +#: advancedcontentfilter.php:213 +msgid "Enable this rule" +msgstr "A szabály engedélyezése" + +#: advancedcontentfilter.php:214 +msgid "Edit this rule" +msgstr "A szabály szerkesztése" + +#: advancedcontentfilter.php:215 +msgid "Edit the rule" +msgstr "A szabály szerkesztése" + +#: advancedcontentfilter.php:216 +msgid "Save this rule" +msgstr "A szabály mentése" + +#: advancedcontentfilter.php:217 +msgid "Delete this rule" +msgstr "A szabály törlése" + +#: advancedcontentfilter.php:218 +msgid "Rule" +msgstr "Szabály" + +#: advancedcontentfilter.php:219 +msgid "Close" +msgstr "Bezárás" + +#: advancedcontentfilter.php:220 +msgid "Add new rule" +msgstr "Új szabály hozzáadása" + +#: advancedcontentfilter.php:221 +msgid "Rule Name" +msgstr "Szabály neve" + +#: advancedcontentfilter.php:222 +msgid "Rule Expression" +msgstr "Szabály kifejezése" + +#: advancedcontentfilter.php:223 +msgid "" +"

Examples:

  • author_link == "
    +"'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
" +msgstr "" +"

Példák:

  • author_link == "
    +"'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
" + +#: advancedcontentfilter.php:224 +msgid "Cancel" +msgstr "Mégse" + +#: advancedcontentfilter.php:290 advancedcontentfilter.php:301 +#: advancedcontentfilter.php:312 advancedcontentfilter.php:346 +#: advancedcontentfilter.php:375 advancedcontentfilter.php:396 +msgid "You must be logged in to use this method" +msgstr "Bejelentkezve kell lennie a módszer használatához" + +#: advancedcontentfilter.php:316 advancedcontentfilter.php:350 +#: advancedcontentfilter.php:379 +msgid "Invalid form security token, please refresh the page." +msgstr "Érvénytelen űrlap biztonsági token. Frissítse az oldalt." + +#: advancedcontentfilter.php:328 +msgid "The rule name and expression are required." +msgstr "A szabály neve és kifejezése kötelező." + +#: advancedcontentfilter.php:340 +msgid "Rule successfully added" +msgstr "A szabály sikeresen hozzáadva" + +#: advancedcontentfilter.php:354 advancedcontentfilter.php:383 +msgid "Rule doesn't exist or doesn't belong to you." +msgstr "A szabály nem létezik vagy nem Önhöz tatozik." + +#: advancedcontentfilter.php:369 +msgid "Rule successfully updated" +msgstr "A szabály sikeresen frissítve" + +#: advancedcontentfilter.php:390 +msgid "Rule successfully deleted" +msgstr "A szabály sikeresen törölve" + +#: advancedcontentfilter.php:400 +msgid "Missing argument: guid." +msgstr "Hiányzó argumentum: guid." + +#: advancedcontentfilter.php:406 +#, php-format +msgid "Unknown post with guid: %s" +msgstr "Ismeretlen bejegyzés a következő guid azonosítóval: %s" + +#: src/middlewares.php:28 +msgid "Method not found" +msgstr "A módszer nem található" diff --git a/advancedcontentfilter/lang/hu/strings.php b/advancedcontentfilter/lang/hu/strings.php new file mode 100644 index 00000000..8c59617a --- /dev/null +++ b/advancedcontentfilter/lang/hu/strings.php @@ -0,0 +1,41 @@ +strings["Filtered by rule: %s"] = "Szűrve a szabály alapján: %s"; +$a->strings["Advanced Content Filter"] = "Speciális tartalomszűrő"; +$a->strings["Back to Addon Settings"] = "Vissza a bővítménybeállításokhoz"; +$a->strings["Add a Rule"] = "Szabály hozzáadása"; +$a->strings["Help"] = "Súgó"; +$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page."] = "Személyes tartalomszűrő szabályok hozzáadása és kezelése ezen a képernyőn. A szabályoknak van nevük és egy tetszőleges kifejezésük, amely illesztve lesz a bejegyzés adatára. Az elérhető műveletek és változók teljes hivatkozásáért nézze meg a súgóoldalt."; +$a->strings["Your rules"] = "Az Ön szabályai"; +$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Még nincsenek szabályai! Kezdje meg egy szabály hozzáadását a cím mellett lévő fenti gombra kattintva."; +$a->strings["Disabled"] = "Letiltva"; +$a->strings["Enabled"] = "Engedélyezve"; +$a->strings["Disable this rule"] = "A szabály letiltása"; +$a->strings["Enable this rule"] = "A szabály engedélyezése"; +$a->strings["Edit this rule"] = "A szabály szerkesztése"; +$a->strings["Edit the rule"] = "A szabály szerkesztése"; +$a->strings["Save this rule"] = "A szabály mentése"; +$a->strings["Delete this rule"] = "A szabály törlése"; +$a->strings["Rule"] = "Szabály"; +$a->strings["Close"] = "Bezárás"; +$a->strings["Add new rule"] = "Új szabály hozzáadása"; +$a->strings["Rule Name"] = "Szabály neve"; +$a->strings["Rule Expression"] = "Szabály kifejezése"; +$a->strings["

Examples:

  • author_link == 'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
"] = "

Példák:

  • author_link == 'https://friendica.mrpetovan.com/profile/hypolite'
  • tags
"; +$a->strings["Cancel"] = "Mégse"; +$a->strings["You must be logged in to use this method"] = "Bejelentkezve kell lennie a módszer használatához"; +$a->strings["Invalid form security token, please refresh the page."] = "Érvénytelen űrlap biztonsági token. Frissítse az oldalt."; +$a->strings["The rule name and expression are required."] = "A szabály neve és kifejezése kötelező."; +$a->strings["Rule successfully added"] = "A szabály sikeresen hozzáadva"; +$a->strings["Rule doesn't exist or doesn't belong to you."] = "A szabály nem létezik vagy nem Önhöz tatozik."; +$a->strings["Rule successfully updated"] = "A szabály sikeresen frissítve"; +$a->strings["Rule successfully deleted"] = "A szabály sikeresen törölve"; +$a->strings["Missing argument: guid."] = "Hiányzó argumentum: guid."; +$a->strings["Unknown post with guid: %s"] = "Ismeretlen bejegyzés a következő guid azonosítóval: %s"; +$a->strings["Method not found"] = "A módszer nem található"; From 2bae1cca612cfe32bdf6a76281758fc2c3fd6853 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:54:26 +0100 Subject: [PATCH 20/21] =?UTF-8?q?viewsrc=20addon=20added=20HU=20translatio?= =?UTF-8?q?n=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- viewsrc/lang/hu/messages.po | 26 ++++++++++++++++++++++++++ viewsrc/lang/hu/strings.php | 9 +++++++++ 2 files changed, 35 insertions(+) create mode 100644 viewsrc/lang/hu/messages.po create mode 100644 viewsrc/lang/hu/strings.php diff --git a/viewsrc/lang/hu/messages.po b/viewsrc/lang/hu/messages.po new file mode 100644 index 00000000..6d97d46f --- /dev/null +++ b/viewsrc/lang/hu/messages.po @@ -0,0 +1,26 @@ +# ADDON viewsrc +# Copyright (C) +# This file is distributed under the same license as the Friendica viewsrc addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-03-20 07:26+0000\n" +"Last-Translator: Balázs Úr, 2020\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" + +#: viewsrc.php:39 +msgid "View Source" +msgstr "Forrás megtekintése" diff --git a/viewsrc/lang/hu/strings.php b/viewsrc/lang/hu/strings.php new file mode 100644 index 00000000..171dfeee --- /dev/null +++ b/viewsrc/lang/hu/strings.php @@ -0,0 +1,9 @@ +strings["View Source"] = "Forrás megtekintése"; From 25af6e0c117dc7d15a7482dd1a4a1aec35361845 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:55:51 +0100 Subject: [PATCH 21/21] =?UTF-8?q?windowsphonepush=20addon=20added=20HU=20t?= =?UTF-8?q?ranslation=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windowsphonepush/lang/hu/messages.po | 40 ++++++++++++++++++++++++++++ windowsphonepush/lang/hu/strings.php | 13 +++++++++ 2 files changed, 53 insertions(+) create mode 100644 windowsphonepush/lang/hu/messages.po create mode 100644 windowsphonepush/lang/hu/strings.php diff --git a/windowsphonepush/lang/hu/messages.po b/windowsphonepush/lang/hu/messages.po new file mode 100644 index 00000000..e8d1b03b --- /dev/null +++ b/windowsphonepush/lang/hu/messages.po @@ -0,0 +1,40 @@ +# ADDON windowsphonepush +# Copyright (C) +# This file is distributed under the same license as the Friendica windowsphonepush addon package. +# +# +# Translators: +# Balázs Úr, 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-10-26 15:02+0100\n" +"PO-Revision-Date: 2020-12-13 02:04+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" + +#: windowsphonepush.php:85 +msgid "WindowsPhonePush settings updated." +msgstr "A WindowsPhonePush beállításai frissítve." + +#: windowsphonepush.php:114 +msgid "WindowsPhonePush Settings" +msgstr "WindowsPhonePush beállításai" + +#: windowsphonepush.php:117 +msgid "Enable WindowsPhonePush Addon" +msgstr "A WindowsPhonePush kiegészítő engedélyezése" + +#: windowsphonepush.php:122 +msgid "Push text of new item" +msgstr "Új elem szövegének felküldése" + +#: windowsphonepush.php:127 +msgid "Save Settings" +msgstr "Beállítások mentése" diff --git a/windowsphonepush/lang/hu/strings.php b/windowsphonepush/lang/hu/strings.php new file mode 100644 index 00000000..6fff2879 --- /dev/null +++ b/windowsphonepush/lang/hu/strings.php @@ -0,0 +1,13 @@ +strings["WindowsPhonePush settings updated."] = "A WindowsPhonePush beállításai frissítve."; +$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush beállításai"; +$a->strings["Enable WindowsPhonePush Addon"] = "A WindowsPhonePush kiegészítő engedélyezése"; +$a->strings["Push text of new item"] = "Új elem szövegének felküldése"; +$a->strings["Save Settings"] = "Beállítások mentése";