1<?php 2/** 3 * i18n/hu_HU/main.php 4 * 5 * Copyright © 2006 Stephane Gully <stephane.gully@gmail.com> 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the 19 * Free Software Foundation, 51 Franklin St, Fifth Floor, 20 * Boston, MA 02110-1301 USA 21 */ 22 23/** 24 * Hungarian translation of the messages (utf8 encoded!) 25 * 26 * @author Stephane Gully <stephane.gully@gmail.com> 27 * @translated by Keratomi <keratomi@freemail.hu> 28 * @translated by GaLa <gala@primposta.com> 29 */ 30 31// line 45 in phpfreechatconfig.class.php 32$GLOBALS["i18n"]["My Chat"] = "Az én csetem"; 33 34// line 201 in phpfreechatconfig.class.php 35$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s nem található, %s könyvtár nem található."; 36 37// line 355 in phpfreechat.class.php 38$GLOBALS["i18n"]["Please enter your nickname"] = "Kérlek írd be a beceneved"; 39 40// line 565 in phpfreechat.class.php 41$GLOBALS["i18n"]["Text cannot be empty"] = "Üzenetet is írj!"; 42 43// line 392 in phpfreechat.class.php 44$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s megváltoztatta a becenevét erre: %s"; 45 46// line 398 in phpfreechat.class.php 47$GLOBALS["i18n"]["%s is connected"] = "%s bekapcsolódott a beszélgetésbe"; 48 49// line 452 in phpfreechat.class.php 50$GLOBALS["i18n"]["%s quit"] = "%s kilépett a beszélgetésből"; 51 52// line 468 in phpfreechat.class.php 53$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s szétkapcsolva (időtúllépés)"; 54 55// line 262 in phpfreechat.class.php 56$GLOBALS["i18n"]["Unknown command [%s]"] = "Ismeretlen parancs [%s]"; 57 58// line 149 in phpfreechatconfig.class.php 59$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s nem létezik: %s"; 60 61// line 180 in phpfreechatconfig.class.php 62$GLOBALS["i18n"]["You need %s"] = "Szükséges verzió: %s"; 63 64// line 241 in phpfreechatconfig.class.php 65$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s nem létezik, %s könyvtár nem található"; 66 67// line 280 in phpfreechatconfig.class.php 68$GLOBALS["i18n"]["%s doesn't exist"] = "%s nem létezik"; 69 70// line 433 in phpfreechatconfig.class.php 71$GLOBALS["i18n"]["%s directory must be specified"] = "%s mappát kell megadni"; 72 73// line 439 in phpfreechatconfig.class.php 74$GLOBALS["i18n"]["%s must be a directory"] = "%s mappát kell megadni"; 75 76// line 446 in phpfreechatconfig.class.php 77$GLOBALS["i18n"]["%s can't be created"] = "%s nem hozható létre"; 78 79// line 451 in phpfreechatconfig.class.php 80$GLOBALS["i18n"]["%s is not writeable"] = "%s nem írható"; 81 82// line 496 in phpfreechatconfig.class.php 83$GLOBALS["i18n"]["%s is not readable"] = "%s nem olvasható"; 84 85// line 469 in phpfreechatconfig.class.php 86$GLOBALS["i18n"]["%s is not a file"] = "%s nem egy fájl"; 87 88// line 491 in phpfreechatconfig.class.php 89$GLOBALS["i18n"]["%s is not a directory"] = "%s nem egy mappa"; 90 91// line 23 in chat.html.tpl.php 92$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [powered by phpFreeChat-%s]"; 93 94// line 296 in javascript1.js.tpl.php 95$GLOBALS["i18n"]["Hide nickname marker"] = "Becenév színének elrejtése"; 96 97// line 304 in javascript1.js.tpl.php 98$GLOBALS["i18n"]["Show nickname marker"] = "Becenév színének mutatása"; 99 100// line 389 in javascript1.js.tpl.php 101$GLOBALS["i18n"]["Disconnect"] = "Szétkapcsolás"; 102 103// line 395 in javascript1.js.tpl.php 104$GLOBALS["i18n"]["Connect"] = "Kapcsolódás"; 105 106// line 427 in javascript1.js.tpl.php 107$GLOBALS["i18n"]["Magnify"] = "Nagy méret"; 108 109// line 434 in javascript1.js.tpl.php 110$GLOBALS["i18n"]["Cut down"] = "Kis méret"; 111 112// line 345 in javascript1.js.tpl.php 113$GLOBALS["i18n"]["Hide dates and hours"] = "Dátum és idő elrejtése"; 114 115// line 353 in javascript1.js.tpl.php 116$GLOBALS["i18n"]["Show dates and hours"] = "Dátum és idő mutatása"; 117 118// line 21 in chat.html.tpl.php 119$GLOBALS["i18n"]["Enter your message here"] = "Ide írd az üzeneted"; 120 121// line 24 in chat.html.tpl.php 122$GLOBALS["i18n"]["Enter your nickname here"] = "Ide írd a beceneved"; 123 124// line 93 in phpfreechatconfig.class.php 125$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Hiba: meghatározatlan vagy elavult paraméter '%s', kérlek, javítsd vagy távolítsd el"; 126 127// line 86 in pfcclient.js.tpl.php 128$GLOBALS["i18n"]["Hide smiley box"] = "Hangulatjelek elrejtése"; 129 130// line 87 in pfcclient.js.tpl.php 131$GLOBALS["i18n"]["Show smiley box"] = "Hangulatjelek mutatása"; 132 133// line 88 in pfcclient.js.tpl.php 134$GLOBALS["i18n"]["Hide online users box"] = "Belépett felhasználók elrejtése"; 135 136// line 89 in pfcclient.js.tpl.php 137$GLOBALS["i18n"]["Show online users box"] = "Belépett felhasználók mutatása"; 138 139// line 33 in chat.html.tpl.php 140$GLOBALS["i18n"]["Bold"] = "Félkövér"; 141 142// line 34 in chat.html.tpl.php 143$GLOBALS["i18n"]["Italics"] = "Dőlt"; 144 145// line 35 in chat.html.tpl.php 146$GLOBALS["i18n"]["Underline"] = "Aláhúzott"; 147 148// line 36 in chat.html.tpl.php 149$GLOBALS["i18n"]["Delete"] = "Törlés"; 150 151// line 37 in chat.html.tpl.php 152$GLOBALS["i18n"]["Pre"] = "Formázott"; 153 154// line 38 in chat.html.tpl.php 155$GLOBALS["i18n"]["Mail"] = "E-mail"; 156 157// line 39 in chat.html.tpl.php 158$GLOBALS["i18n"]["Color"] = "Szín"; 159 160// line 48 in phpfreechattemplate.class.php 161$GLOBALS["i18n"]["%s template could not be found"] = "%s sablon nem található"; 162 163// line 512 in phpfreechatconfig.class.php 164$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Hiba: '%s' nem található, kérlek ellenőrizd a témák mappa elérési útját '%s' és, hogy a kiválasztott téma létezik-e: '%s'"; 165 166// line 75 in pfccommand.class.php 167$GLOBALS["i18n"]["%s must be implemented"] = "Parancsvégrehajtás: %s"; 168 169 170// line 343 in phpfreechatconfig.class.php 171$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' paraméter kötelező értéke: '%s'"; 172 173// line 378 in phpfreechatconfig.class.php 174$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "'%s' csak pozitív szám lehet"; 175 176// line 386 in phpfreechatconfig.class.php 177$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "'%s' nem érvényes paraméter. Lehetséges értékei: '%s'"; 178 179// line 185 in pfcglobalconfig.class.php 180$GLOBALS["i18n"]["My room"] = "Az én szobám"; 181 182// line 109 in pfcclient.js.tpl.php 183$GLOBALS["i18n"]["Private message"] = "Privát üzenet"; 184 185// line 110 in pfcclient.js.tpl.php 186$GLOBALS["i18n"]["Close this tab"] = "Lap bezárása"; 187 188// line 225 in pfcgui.js.tpl.php 189$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Valóban el szeretnéd hagyni ezt a szobát ?"; 190 191// line 19 in unban.class.php 192$GLOBALS["i18n"]["Missing parameter"] = "Hiányzó paraméter"; 193 194// line 38 in ban.class.php 195$GLOBALS["i18n"]["banished from %s by %s"] = "%s kitiltott innen: %s"; 196 197// line 23 in banlist.class.php 198$GLOBALS["i18n"]["The banished user's id list is:"] = "A kitiltott felhasználók azonosító listája:"; 199 200// line 32 in banlist.class.php 201$GLOBALS["i18n"]["Empty"] = "Üres"; 202 203// line 34 in banlist.class.php 204$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' visszaengedi az {id} azonosítójú felhasználót"; 205 206// line 35 in banlist.class.php 207$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unban all' visszaengedi az összes felhasználót ezen a csatornán"; 208 209// line 24 in update.class.php 210$GLOBALS["i18n"]["%s quit (timeout)"] = "%s kilépett (időtúllépés)"; 211 212// line 46 in join.class.php 213$GLOBALS["i18n"]["%s joins %s"] = "%s csatlakozott ide: %s"; 214 215// line 31 in kick.class.php 216$GLOBALS["i18n"]["kicked from %s by %s"] = "%s kirúgott innen: %s"; 217 218// line 38 in send.class.php 219$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Nem küldhetsz üzenetet, %s nincs itt"; 220 221// line 27 in unban.class.php 222$GLOBALS["i18n"]["Nobody has been unbanished"] = "Senki nincs visszaengedve"; 223 224// line 42 in unban.class.php 225$GLOBALS["i18n"]["%s has been unbanished"] = "%s visszaengedve"; 226 227// line 49 in unban.class.php 228$GLOBALS["i18n"]["%s users have been unbanished"] = "%s felhasználó visszaengedve"; 229 230// line 47 in auth.class.php 231$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "'%s' parancs futtatása nincs engedélyezve"; 232 233// line 67 in auth.class.php 234$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Nem csatlakozhatsz a(z) %s szobához, mert ki vagy tiltva"; 235 236// line 79 in auth.class.php 237$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Nincs engedélyed a becenév cseréjére"; 238 239// line 76 in auth.class.php 240$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Nem lehet csatlakozni a(z) %s szobához, mert a csatornák listája korlátozott"; 241 242// line 56 in noflood.class.php 243$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Kérlek, ne küldj ilyen gyakran üzenetet, a flood-olást nem tűrjük"; 244 245// line 169 in pfcglobalconfig.class.php 246$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Hiba: '%s' egy privát paraméter, nem vagy jogosult a módosítására"; 247 248// line 253 in pfcglobalconfig.class.php 249$GLOBALS["i18n"]["'%s' parameter must be an array"] = "'%s' paraméternek egy tömbnek kell lenni"; 250 251// line 265 in pfcglobalconfig.class.php 252$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "'%s' paraméternek boolean-nek kell lenni"; 253 254// line 271 in pfcglobalconfig.class.php 255$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "'%s' paraméternek szövegnek kell lenni"; 256 257// line 395 in pfcglobalconfig.class.php 258$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' írható kell, hogy legyen"; 259 260// line 425 in pfcglobalconfig.class.php 261$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "'%s' mappa nem, létezik"; 262 263// line 544 in pfcglobalconfig.class.php 264$GLOBALS["i18n"]["Please correct these errors"] = "Kérlek, javítsd ki ezeket a hibákat"; 265 266// line 21 in pfcinfo.class.php 267$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Hiba: a tárolt config fájl nem létezik"; 268 269// line 190 in phpfreechat.class.php 270$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "Hiba: a csetet nem lehet betölteni! Két eset lehetséges: a böngésződ nem támogatja a javascript-et vagy nem állítottad be megfelelően a szerver mappáinak jogait - ne gondolkozz, kérj segítséget a fórumon"; 271 272// line 31 in help.class.php 273$GLOBALS["i18n"]["Here is the command list:"] = "A parancs lista:"; 274 275// line 63 in identify.class.php 276$GLOBALS["i18n"]["Succesfully identified"] = "Sikeres azonosítás"; 277 278// line 68 in identify.class.php 279$GLOBALS["i18n"]["Identification failure"] = "Azonosítás sikertelen"; 280 281// line 25 in send.class.php 282$GLOBALS["i18n"]["Your must be connected to send a message"] = "Üzenet küldéshez kapcsolódnod kell"; 283 284// line 87 in chat.js.tpl.php 285$GLOBALS["i18n"]["Click here to send your message"] = "Kattints ide az üzeneted elküldéséhez"; 286 287// line 80 in chat.js.tpl.php 288$GLOBALS["i18n"]["Enter the text to format"] = "A formázáshoz írd be a szöveget"; 289 290// line 81 in chat.js.tpl.php 291$GLOBALS["i18n"]["Configuration has been rehashed"] = "A beállítások újra hash-elése kész"; 292 293// line 82 in chat.js.tpl.php 294$GLOBALS["i18n"]["A problem occurs during rehash"] = "Probléma akadt az újra hash-elés közben"; 295 296// line 83 in chat.js.tpl.php 297$GLOBALS["i18n"]["Chosen nickname is already used"] = "A választott becenevet már valaki használja"; 298 299// line 84 in chat.js.tpl.php 300$GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat aktuális verziója: %s"; 301 302// line 85 in chat.js.tpl.php 303$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "Kapcsolati csatornák száma elérte a maximumot"; 304 305// line 86 in chat.js.tpl.php 306$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "A privát csetek száma elérte a maximumot"; 307 308// line 88 in chat.js.tpl.php 309$GLOBALS["i18n"]["Send"] = "Küldés"; 310 311// line 86 in mysql.class.php 312$GLOBALS["i18n"]["Mysql container: connect error"] = "Mysql tároló: kapcsolódási hiba"; 313 314// line 101 in mysql.class.php 315$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql tároló: adatbázis létrehozási hiba - '%s'"; 316 317// line 112 in mysql.class.php 318$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql tároló: tábla létrehozási hiba - '%s'"; 319 320// line 80 in chat.js.tpl.php 321$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Nem beszélgethetsz saját magaddal :-)"; 322 323// line 82 in chat.js.tpl.php 324$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "A választott becenév nem engedélyezett"; 325 326// line 83 in chat.js.tpl.php 327$GLOBALS["i18n"]["Enable sound notifications"] = "Hang értesítés engedélyezése"; 328 329// line 84 in chat.js.tpl.php 330$GLOBALS["i18n"]["Disable sound notifications"] = "Hang értesítés tiltása"; 331 332// line 23 in kick.class.php 333$GLOBALS["i18n"]["no reason"] = "nincs ok"; 334 335// line 24 in banlist.class.php 336$GLOBALS["i18n"]["The banished user list is:"] = "A kitiltott felhasználók listája:"; 337 338// line 39 in banlist.class.php 339$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {becenév}' vissza engedésre kerül a {becenév}-vel azonosított felhasználó"; 340 341// line 43 in kick.class.php 342$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "%s szobából kirúgva, kirúgta, %s - oka: %s"; 343 344// line 20 in quit.class.php 345$GLOBALS["i18n"]["%s quit (%s)"] = "%s kilép (%s)"; 346 347// line 124 in chat.js.tpl.php 348$GLOBALS["i18n"]["Chat loading ..."] = "A Chat töltődik ..."; 349 350// line 124 in chat.js.tpl.php 351$GLOBALS["i18n"]["Please wait"] = "Kérlek várj!"; 352 353// line 139 in chat.js.tpl.php 354$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s nem működik, mert vagy le van tiltva vagy a böngésző nem támogatja."; 355 356// line 139 in chat.js.tpl.php 357$GLOBALS["i18n"]["This web application requires %s to work properly."] = "A(z) %s szükséges ahhoz, hogy ez a web alkalmazás megfelelően dolgozzon."; 358 359// line 135 in chat.js.tpl.php 360$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Engedélyezd a(z) %s -t a böngésző beállításainál, vagy használj olyan böngészőt, mely támogatja a(z) %s -t, majd próbáld újra."; 361 362// line 137 in chat.js.tpl.php 363$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = " %s támogatásához frissítsd a böngésződ, majd próbáld újra."; 364 365// line 139 in chat.js.tpl.php 366$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "Az Internet Explorer 7.0 előtti verzióiban az Ajax végrehajtáshoz az ActivX-et használja. Engedélyezd az ActivX-et a böngésződ biztonsági beállításainál, vagy használj olyan böngészőt, mely támogatja az Ajax technológiát, majd próbáld újra."; 367 368// line 359 in pfcglobalconfig.class.php 369$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s nem létezik, a data_public_path nem telepíthető"; 370 371// line 73 in invite.class.php 372$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Csatlakozni kell ide: %s, hogy felhasználót lehessen hívni ebbe a szobába"; 373 374// line 47 in chat.html.tpl.php 375$GLOBALS["i18n"]["Ping"] = "Ping"; 376 377// line 477 in phpfreechat.class.php 378$GLOBALS["i18n"]["Input Required"] = "Adat szükség"; 379 380// line 478 in phpfreechat.class.php 381$GLOBALS["i18n"]["OK"] = "OK"; 382 383// line 479 in phpfreechat.class.php 384$GLOBALS["i18n"]["Cancel"] = "Mégse"; 385 386// line 430 in pfcglobalconfig.class.php 387$GLOBALS["i18n"]["cannot create %s"] = "%s nem hozható létre"; 388 389// line 436 in pfcglobalconfig.class.php 390$GLOBALS["i18n"]["cannot copy %s in %s"] = "%s nem másolható ide: %s"; 391 392// line 667 in pfcglobalconfig.class.php 393$GLOBALS["i18n"]["Error: '%s' could not be found, please check your theme_path '%s' and your theme '%s' are correct"] = "Hiba: %s nem található, ellenőrizd a téma útvonalat: %s; és a(z) %s témát, hogy megfelelő-e"; 394 395// line 414 in phpfreechat.class.php 396$GLOBALS["i18n"]["Are you sure you want to close this tab ?"] = "Biztosan be akarod zárni ezt a fület ?"; 397 398// line 42 in ban.class.php 399$GLOBALS["i18n"]["%s banished from %s by %s"] = "%s kitiltva a(z) %s szobából, kitiltotta, %s"; 400 401// line 461 in phpfreechat.class.php 402$GLOBALS["i18n"]["You are trying to speak to a unknown (or not connected) user"] = "Megpróbáltál beszélgetni egy olyan felhasználóval, aki nem ismert (vagy nem csatlakozott)."; 403 404// line 89 in invite.class.php 405$GLOBALS["i18n"]["%s was invited by %s"] = "%s meghívva %s által"; 406 407 408// line 450 in phpfreechat.class.php 409$GLOBALS["i18n"]["Chosen nickname is already used"] = "A választott becenevet már valaki használja"; 410 411// line 458 in phpfreechat.class.php 412$GLOBALS["i18n"]["Chosen nickname is not allowed"] = "A választott becenév nem engedélyezett"; 413 414?>