HU addon translation update THX Balázs Úr
This commit is contained in:
parent
631b456755
commit
484482a4ce
91 changed files with 956 additions and 898 deletions
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+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"
|
||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: cookienotice.php:63
|
||||
#: cookienotice.php:42
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
|
@ -29,15 +29,11 @@ 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
|
||||
#: cookienotice.php:43 cookienotice.php:108
|
||||
msgid "OK"
|
||||
msgstr "Rendben"
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "A sütifigyelmeztetés beállításai"
|
||||
|
||||
#: cookienotice.php:69
|
||||
#: cookienotice.php:47
|
||||
msgid ""
|
||||
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
|
||||
"saying that the website uses cookies. It is shown as long as a user didnt "
|
||||
|
@ -48,31 +44,19 @@ msgstr ""
|
|||
"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
|
||||
#: cookienotice.php:48
|
||||
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
|
||||
#: cookienotice.php:49
|
||||
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
|
||||
#: cookienotice.php:50
|
||||
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
|
||||
#: cookienotice.php:107
|
||||
msgid ""
|
||||
"This website uses cookies to recognize revisiting and logged in users. You "
|
||||
"accept the usage of these cookies by continue browsing this website."
|
||||
|
|
|
@ -7,12 +7,8 @@ function string_plural_select_hu($n){
|
|||
}}
|
||||
$a->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['<b>Configure your cookie usage notice.</b> 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.'] = '<b>Állítsa be a sütihasználati figyelmeztetést.</b> 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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue