home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / phpMyAdmin / lang / hungarian-utf-8.inc.php < prev    next >
Encoding:
PHP Script  |  2008-06-23  |  69.8 KB  |  1,049 lines

  1. <?php
  2.  
  3. // Peter Bakondy <bakondyp@freemail.hu>
  4. // Mih├íly M├⌐sz├íros <poizon at sth dot sze dot hu>
  5.  
  6. $charset = 'utf-8';
  7. $allow_recoding = TRUE;
  8. $text_dir = 'ltr'; // ('ltr': balr├│l jobbra, 'rtl': jobbr├│l balra)
  9. $number_thousands_separator = '┬á';
  10. $number_decimal_separator = '.';
  11. // Byte, Kilo, Mega, Giga, Tera, Peta, Exa r├╢vid├¡t├⌐sei
  12. $byteUnits = array('B├íjt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  13.  
  14. $day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
  15. $month = array('Jan', 'Feb', 'M├írc', '├üpr', 'M├íj', 'J├║n', 'J├║l', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
  16. // Le├¡r├ís a $datefmt v├íltoz├│ defini├íl├ís├íhoz:
  17. // http://www.php.net/manual/en/function.strftime.php
  18. $datefmt = '%Y. %B %d. %H:%M';
  19.  
  20. $timespanfmt = '%s nap, %s ├│ra, %s perc, %s m├ísodperc';
  21.  
  22. $strAbortedClients = 'Megszak├¡tva';
  23. $strAccessDeniedExplanation = 'A phpMyAdmin megpr├│b├ílt csatlakozni a MySQL szerverhez, de a szerver elutas├¡totta a kapcsolatot. Ellenőrizze a host, username ├⌐s jelsz├│ mezőket a config.inc.php f├íjlban, ├⌐s bizonyosodjon meg r├│la, hogy ezek megfelelnek a MySQL szerver adminisztr├ítor├ít├│l kapott inform├íci├│knak.';
  24. $strAccessDenied = 'Hozz├íf├⌐r├⌐s megtagadva';
  25. $strAction = 'Parancs';
  26. $strAddAutoIncrement = 'AUTO_INCREMENT ├⌐rt├⌐k hozz├íad├ísa';
  27. $strAddClause = '%s hozz├íad├ísa';
  28. $strAddConstraints = 'Megszor├¡t├ís hozz├íad├ísa';
  29. $strAddDeleteColumn = 'Mező oszlopokat hozz├íad/t├╢r├╢l';
  30. $strAddDeleteRow = 'Krit├⌐rium sort hozz├íad/t├╢r├╢l';
  31. $strAddFields = '%s mező hozz├íad├ísa';
  32. $strAddHeaderComment = 'Egyedi megjegyz├⌐s hozz├íad├ísa a fejl├⌐chez (\\n t├╢ri a sorokat)';
  33. $strAddIntoComments = 'Hozz├íad├ís a megjegyz├⌐shez';
  34. $strAddNewField = '├Üj mező hozz├íad├ísa';
  35. $strAddPrivilegesOnDb = 'Privil├⌐giumok hozz├íad├ísa a k├╢vetkező adatb├ízison';
  36. $strAddPrivilegesOnTbl = 'Privil├⌐giumok hozz├íad├ísa a k├╢vetkező t├íbl├ín:';
  37. $strAddSearchConditions = 'Keres├⌐si felt├⌐telek megad├ísa (WHERE felt├⌐telek):';
  38. $strAddToIndex = 'adj az indexhez %s oszlopot';
  39. $strAddUser = '├Üj felhaszn├íl├│ hozz├íad├ísa';
  40. $strAddUserMessage = 'Az ├║j felhaszn├íl├│t felvettem.';
  41. $strAdministration = 'Adminisztr├íci├│';
  42. $strAffectedRows = 'Keresett sorok:';
  43. $strAfterInsertBack = 'vissza az előző oldalra';
  44. $strAfterInsertNewInsert = '├║j sor besz├║r├ísa';
  45. $strAfterInsertNext = 'K├╢vetkező sor szerkeszt├⌐se';
  46. $strAfterInsertSame = 'Visszat├⌐r├⌐s az oldalra';
  47. $strAfter = '%s ut├ín';
  48. $strAll = 'Mind';
  49. $strAllowInterrupt = 'Enged├⌐lyezi az import megszak├¡t├ís├ít, ha a script ├⌐szleli, hogy k├╢zel van az időlimithez. J├│l j├╢het nagy f├íjlok importjakor, mivel meg tudja szak├¡tani a tranzakci├│t.';
  50. $strAllTableSameWidth = 'Minden t├íbla ezzel a sz├⌐less├⌐ggel jelenjen meg?';
  51. $strAlterOrderBy = 'T├íbla megv├íltoz├ísa rendezve e szerint:';
  52. $strAnalyzeTable = 'T├íbla vizsg├ílat';
  53. $strAnd = '├ës';
  54. $strAndThen = '├⌐s ut├ína';
  55. $strAnIndex = 'Indexet hozz├íadtam: %s';
  56. $strAny = 'B├írmely';
  57. $strAnyHost = 'B├írmely hoszt';
  58. $strAnyUser = 'B├írmely felhaszn├íl├│';
  59. $strApproximateCount = 'Becs├╝lt ├⌐rt├⌐k lehet. L├ísd: FAQ 3.11';
  60. $strAPrimaryKey = 'Elsődleges kulcsot hozz├íadtam: %s';
  61. $strArabic = 'Arab';
  62. $strArmenian = '├ûrm├⌐ny';
  63. $strAscending = 'N├╢vekvő';
  64. $strAtBeginningOfTable = 'A t├íbla elej├⌐n├⌐l';
  65. $strAtEndOfTable = 'A t├íbla v├⌐g├⌐n├⌐l';
  66. $strAttr = 'Tulajdons├ígok';
  67. $strAutomaticLayout = 'Automatikus elrendez├⌐s';
  68.  
  69. $strBack = 'Vissza';
  70. $strBaltic = 'Balti';
  71. $strBeginCut = 'Kiv├íg├ís Kezdete';
  72. $strBeginRaw = 'Feldolgozatlan Kezdete';
  73. $strBinary = 'Bin├íris';
  74. $strBinaryDoNotEdit = 'Bin├íris - nem szerkeszthető';
  75. $strBinaryLog = 'Bin├íris napl├│';
  76. $strBinLogEventType = 'Esem├⌐ny t├¡pusa';
  77. $strBinLogInfo = 'Inform├íci├│';
  78. $strBinLogName = 'Napl├│ neve';
  79. $strBinLogOriginalPosition = 'Eredeti poz├¡ci├│';
  80. $strBinLogPosition = 'Poz├¡ci├│';
  81. $strBinLogServerId = 'Szerver ID';
  82. $strBookmarkAllUsers = 'Az ├╢sszes felhaszn├íl├│nak enged├⌐lyezi a hozz├íf├⌐r├⌐st ehhez a k├╢nyvjelzőh├╢z';
  83. $strBookmarkCreated = '%s k├╢nyvjelző elk├⌐sz├╝lt';
  84. $strBookmarkDeleted = 'A k├╢nyvjelzőt t├╢r├╢ltem.';
  85. $strBookmarkLabel = 'Felirat';
  86. $strBookmarkQuery = 'Feljegyzett SQL-k├⌐r├⌐s';
  87. $strBookmarkReplace = 'Azonos nevű k├╢nyvjelző fel├╝l├¡r├ísa';
  88. $strBookmarkThis = 'Jegyezd fel az SQL-k├⌐r├⌐st';
  89. $strBookmarkView = 'Csak megn├⌐zhető';
  90. $strBrowseDistinctValues = 'K├╝l├╢nb├╢ző ├⌐rt├⌐kek b├╢ng├⌐sz├⌐se';
  91. $strBrowseForeignValues = 'Idegen kulcsok b├╢ng├⌐sz├⌐se';
  92. $strBrowse = 'Tartalom';
  93. $strBufferPoolActivity = 'Puffer tev├⌐kenys├⌐g';
  94. $strBufferPool = 'Puffer';
  95. $strBufferPoolUsage = 'Puffer kihaszn├ílts├íga';
  96. $strBufferReadMisses = 'Olvas├ísi hib├ík';
  97. $strBufferWriteWaits = '├ìr├ísi v├írakoz├ísok';
  98. $strBulgarian = 'Bolg├ír';
  99. $strBzError = 'A phpMyAdmin nem tudta bet├╢m├╢r├¡teni a dump-ot, mert nem megfelelő a Bz2 kiterjeszt├⌐s ebben a php verzi├│ban. Erősen aj├ínlott a <code>$cfg[\'BZipDump\']</code> param├⌐tert a phpMyAdmin konfigur├íci├│s f├íjlban <code>FALSE</code> ├⌐rt├⌐kre be├íll├¡tani. Ha a Bz2 t├╢m├╢r├¡t├⌐si elj├ír├íst haszn├ílni szeretn├⌐, friss├¡tse a php-t! Tekintse meg a %s php bug report-ot a r├⌐szletek├⌐rt.';
  100. $strBzip = '"bzip-pel t├╢m├╢r├¡tve"';
  101.  
  102. $strCalendar = 'Napt├ír';
  103. $strCancel = 'M├⌐gse';
  104. $strCannotLogin = 'A bel├⌐p├⌐s a MySQL szerverre sikertelen volt';
  105. $strCantLoad = 'nem tudtam bet├╢lteni a %s kiterjeszt├⌐st, ellenőrizd a PHP konfigur├íci├│t';
  106. $strCantLoadRecodeIconv = 'Nem tudom bet├╢lteni az iconv vagy recode kiterjeszt├⌐st a karakterk├⌐szlet-├ítalak├¡t├íshoz, ├íll├¡tsd be a php-t, hogy enged├⌐lyezze ezeket a kiterjeszt├⌐seket vagy tiltsd le a karakterk├⌐szlet-├ítalak├¡t├íst a phpMyAdmin-ban.';
  107. $strCantRenameIdxToPrimary = 'Nem tudom ├ítnevezni az indexet PRIMARY-v├í!';
  108. $strCantUseRecodeIconv = 'Nem tudom haszn├ílni az iconv, libiconv sem a recode_string funkci├│kat mialatt a kiterjeszt├⌐s-jelent├⌐seket be kell t├╢lteni. Ellenőrizd a php konfigur├íci├│t.';
  109. $strCardinality = 'Sz├ímoss├íg';
  110. $strCaseInsensitive = 'betűnagys├ígra nem ├⌐rz├⌐keny';
  111. $strCaseSensitive = 'betűnagys├íg-├⌐rz├⌐keny';
  112. $strCentralEuropean = 'K├╢z├⌐p-eur├│pai';
  113. $strChangeCopyModeCopy = '... a r├⌐gi megőrz├⌐se.';
  114. $strChangeCopyModeDeleteAndReload = ' ... a r├⌐gi t├╢rl├⌐se a felhaszn├íl├│i t├íbl├íkb├│l, ├⌐s ut├ína a privil├⌐giumok ├║jrat├╢lt├⌐se.';
  115. $strChangeCopyMode = '├Üj felhaszn├íl├│ hozz├íad├ísa ezekkel a privil├⌐giumokkal ...';
  116. $strChangeCopyModeJustDelete = ' ... a r├⌐gi t├╢rl├⌐se a felhaszn├íl├│i t├íbl├íkb├│l.';
  117. $strChangeCopyModeRevoke = ' ... az ├╢sszes akt├¡v privil├⌐gium vissza├íll├¡t├ísa a r├⌐giből, ├⌐s ut├ína t├╢rl├⌐s├╝k.';
  118. $strChangeCopyUser = 'Bel├⌐p├⌐si inform├íci├│ megv├íltoztat├ísa / Felhaszn├íl├│ m├ísol├ísa';
  119. $strChangeDisplay = 'V├ílassz mezőt a megjelen├¡t├⌐shez';
  120. $strChangePassword = 'Jelsz├│ megv├íltoztat├ísa';
  121. $strChange = 'V├íltoztat';
  122. $strCharset = 'Karakterk├⌐szlet';
  123. $strCharsetOfFile = 'A f├íjl karakterk├⌐szlete:';
  124. $strCharsetsAndCollations = 'Karakterk├⌐szletek ├⌐s egybevet├⌐sek';
  125. $strCharsets = 'Karakterk├⌐szlet';
  126. $strCheckAll = '├ûsszeset kijel├╢li';
  127. $strCheckOverhead = 'Ellenőrz├⌐s felf├╝ggeszt├⌐se';
  128. $strCheckPrivsLong = 'Privil├⌐giumok ellenőrz├⌐se "%s" adatb├ízison.';
  129. $strCheckPrivs = 'Privil├⌐giumok ellenőrz├⌐se';
  130. $strCheckTable = 'T├íbla ellenőrz├⌐s';
  131. $strChoosePage = 'V├ílassz oldalt a szerkeszt├⌐shez';
  132. $strColComFeat = 'Oszlop megjegyz├⌐sek megjelen├¡t├⌐se';
  133. $strCollation = 'Egybevet├⌐s';
  134. $strColumnNames = 'Oszlop nevek';
  135. $strColumnPrivileges = 'Oszlop-specifikus privil├⌐giumok';
  136. $strCommand = 'Parancs';
  137. $strCommentsForTable = 'T├íbla-megjegyz├⌐sek';
  138. $strComments = 'Megjegyz├⌐sek';
  139. $strCompatibleHashing = 'MySQL 4.0 kompatibilis';
  140. $strCompleteInserts = 'Mezőneveket is hozz├íadja';
  141. $strCompression = 'T├╢m├╢r├¡t├⌐s';
  142. $strConfigDefaultFileError = 'Nem lehet bet├╢lteni az alap konfigur├íci├│t innen: "%1$s"';
  143. $strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigur├íci├│s f├íjlt! Lehet, hogy a php szintaktikai hib├ít tal├ílt benne, vagy nem tal├ílja a f├íjlt. Haszn├íld az als├│ linket a konfigur├íci├│s f├íjl helyre├íll├¡t├ís├íhoz, olvasd el a kapott php hiba├╝zeneteket. T├╢bbnyire egy id├⌐zőjel vagy egy pontosvessző hi├ínyzik valahol. Ha ├╝res oldalt kapsz, minden rendben.';
  144. $strConfigureTableCoord = '├üll├¡tsd be a(z) $s t├íbla koordin├ít├íit';
  145. $strConnectionError = 'Nem siker├╝lt a csatlakoz├ís: ├⌐rv├⌐nytelen be├íll├¡t├ísok.';
  146. $strConnections = 'Kapcsolat';
  147. $strConstraintsForDumped = 'Kik├╢t├⌐sek a ki├¡rt t├íbl├íkhoz';
  148. $strConstraintsForTable = 'Kik├╢t├⌐sek a t├íbl├íhoz';
  149. $strCookiesRequired = 'A Cookie-kat most enged├⌐lyezned kell.';
  150. $strCopyDatabaseOK = '%s adatb├ízis ├ítm├ísolva ide: %s';
  151. $strCopy = 'M├ísol├ís';
  152. $strCopyTableOK = '%s t├íbl├ít ide m├ísoltam: %s.';
  153. $strCopyTableSameNames = 'Nem tudom a t├íbl├ít ugyanarra m├ísolni!';
  154. $strCopyTable = 'T├íbla m├ísol├ísa ide (adatb├ízis<b>.</b>t├íbla):';
  155. $strCouldNotKill = 'phpMyAdmin nem tudta megsz├╝ntetni ez a sz├ílat: %s. Meglehet, m├ír v├⌐get ├⌐rt.';
  156. $strCreateDatabaseBeforeCopying = 'CREATE DATABASE m├ísol├ís előtt';
  157. $strCreateIndex = 'K├⌐sz├¡ts egy indexet a(z) %s. oszlopon';
  158. $strCreateIndexTopic = '├Üj index l├⌐trehoz├ísa';
  159. $strCreate = 'L├⌐trehoz';
  160. $strCreateNewDatabase = '├Üj adatb├ízis l├⌐trehoz├ísa';
  161. $strCreateNewTable = '├Üj t├íbla l├⌐trehoz├ísa a(z) %s adatb├ízisban';
  162. $strCreatePage = '├Üj oldal k├⌐sz├¡t├⌐se';
  163. $strCreatePdfFeat = 'PDF k├⌐sz├¡t├⌐se';
  164. $strCreateTable  = 'T├íbla l├⌐trehoz├ísa';
  165. $strCreationDates = 'D├ítum K├⌐sz├¡t├⌐s/M├│dos├¡t├ís/Ellenőrz├⌐s';
  166. $strCriteria = 'Krit├⌐rium';
  167. $strCroatian = 'Horv├ít';
  168. $strCSV = 'CSV';
  169. $strCyrillic = 'Cirill';
  170. $strCzech = 'Cseh';
  171. $strCzechSlovak = 'Szlov├ík';
  172.  
  173. $strDanish = 'D├ín';
  174. $strData = 'Adat';
  175. $strDatabase = 'Adatb├ízis';
  176. $strDatabaseEmpty = 'Az adatb├ízis n├⌐z mező ├╝res!';
  177. $strDatabaseExportOptions = 'Adatb├ízis export be├íll├¡t├ísok';
  178. $strDatabaseHasBeenDropped = '%s adatb├ízist eldobtam.';
  179. $strDatabases = 'Adatb├ízisok';
  180. $strDatabasesDropped = '%s adatb├ízist sikeresen t├╢r├╢ltem.';
  181. $strDatabasesStats = 'Adatb├ízis statisztika';
  182. $strDatabasesStatsDisable = 'Statisztika tilt├ísa';
  183. $strDatabasesStatsEnable = 'Statisztika enged├⌐lyez├⌐se';
  184. $strDatabasesStatsHeavyTraffic = 'Megjegyz├⌐s: az adatb├ízis statisztika enged├⌐lyez├⌐se nagy adatforgalomhoz vezethet a webszerver ├⌐s a MySQL k├╢z├╢tt.';
  185. $strDataDict = 'Adatk├╢nyvt├ír';
  186. $strDataOnly = 'Csak adatok';
  187. $strDataPages = 'Adatokat tartalmaz├│ lapok';
  188. $strDBComment = 'Adatb├ízis megjegyz├⌐s: ';
  189. $strDBCopy = 'Adatb├ízis m├ísol├ísa ide';
  190. $strDbPrivileges = 'Adatb├ízis-specifikus privil├⌐giumok';
  191. $strDBRename = 'Adatb├ízis ├ítnevez├⌐se';
  192. $strDbSpecific = 'adatb├ízis-specifikus';
  193. $strDefault = 'Alap├⌐rtelmezett';
  194. $strDefaultEngine = '%s az alap├⌐rtelmezett t├írol├│motor ezen a MySQL szerveren.';
  195. $strDefaultValueHelp = 'Az alap├⌐rtelmezett ├⌐rt├⌐kekhez ├¡rjon be egy egyszerű ├⌐rt├⌐ket, escape karakter ├⌐s id├⌐zőjelek n├⌐lk├╝l, ezt a form├ítumot k├╢vetve: a';
  196. $strDefragment = 'T├íbla t├╢redezetts├⌐gmentes├¡t├⌐se';
  197. $strDelayedInserts = 'Időz├¡tett besz├║r├ís haszn├ílata';
  198. $strDeleteAndFlushDescr = 'Ez a legtiszt├íbb ├║t, de a privil├⌐giumok ├║jrat├╢lt├⌐se eltarthat egy ideig.';
  199. $strDeleteAndFlush = 'T├╢r├╢lje a felhaszn├íl├│t, azut├ín t├╢ltse be ├║jra a privil├⌐giumokat.';
  200. $strDeleted = 'A sort t├╢r├╢ltem';
  201. $strDeletedRows = 'T├╢r├╢lt sorok:';
  202. $strDeleteNoUsersSelected = 'Nincs t├╢rl├⌐sre kijel├╢lt felhaszn├íl├│!';
  203. $strDelete = 'T├╢r├╢l';
  204. $strDeleting = '%s t├╢rl├⌐se';
  205. $strDelimiter = 'Elv├ílaszt├│';
  206. $strDelOld = 'A jelenlegi oldalon a t├íblahivatkoz├ísok m├ír nem ├⌐lnek. Akarja ezeket t├╢r├╢lni?';
  207. $strDescending = 'Cs├╢kkenő';
  208. $strDescription = 'Le├¡r├ís';
  209. $strDesigner = 'Tervező';
  210. $strDictionary = 'sz├│t├ír';
  211. $strDirtyPages = 'Piszkos lapok';
  212. $strDisabled = 'Tiltott';
  213. $strDisableForeignChecks = 'Idegen kulcsok ellenőrz├⌐s├⌐nek letilt├ísa';
  214. $strDisplayFeat = 'Megjelen├¡t├⌐s tulajdons├ígok';
  215. $strDisplayOrder = 'Megjelen├¡t├⌐s rendez├⌐s:';
  216. $strDisplayPDF = 'PDF s├⌐ma kijelz├⌐se';
  217. $strDoAQuery = 'Csin├ílj egy "lek├⌐rdez├⌐st" (helyettes├¡tő karakter: "%")';
  218. $strDocSQL = 'DocSQL';
  219. $strDocu = 'Dokument├íci├│';
  220. $strDoYouReally = 'Biztos ez akarod? ';
  221. $strDropDatabaseStrongWarning = 'Ki akarod t├╢r├╢lni az EG├ëSZ adatb├ízist?';
  222. $strDrop = 'Eldob';
  223. $strDropUsersDb = 'Azon adatb├ízisok t├╢rl├⌐se, amelyek neve egyezik a felhaszn├íl├│kkal.';
  224. $strDumpingData = 'T├íbla adatok:';
  225. $strDumpSaved = 'A ki├¡r├íst elmetettem ebbe a f├íjlba: %s.';
  226. $strDumpXRows = '%s sor ki├¡r├ísa a %s. sorral kezdődik';
  227. $strDynamic = 'dinamikus';
  228.  
  229. $strEditPDFPages = 'PDF oldalak szerkeszt├⌐se';
  230. $strEditPrivileges = 'Privil├⌐giumok szerkeszt├⌐se';
  231. $strEdit = 'Szerkeszt';
  232. $strEffective = 'Hat├ílyos';
  233. $strEmpty = 'Ki├╝r├¡t';
  234. $strEmptyResultSet = 'A MySQL ├╝reset adott vissza (nincsenek sorok).';
  235. $strEnabled = 'Enged├⌐lyezett';
  236. $strEncloseInTransaction = 'Export lez├ír├ísa a tranzakci├│ban';
  237. $strEndCut = 'Kiv├íg├ís V├⌐ge';
  238. $strEndRaw = 'Feldolgozatlan V├⌐ge';
  239. $strEnd = 'V├⌐ge';
  240. $strEngineAvailable = '%s el├⌐rhető ezen a MySQL szerveren.';
  241. $strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
  242. $strEngines = 'Motorok';
  243. $strEngineUnsupported = 'Ez a MySQL szerver nem t├ímogatja a(z) %s t├írol├│motrot.';
  244. $strEnglish = 'Angol';
  245. $strEnglishPrivileges = ' Megjegyz├⌐s: a MySQL privil├⌐gium nevek az angolb├│l sz├írmaznak.';
  246. $strError = 'Hiba';
  247. $strErrorInZipFile = 'Hiba a ZIP arch├¡vumban:';
  248. $strEsperanto = 'Eszperanto';
  249. $strEstonian = '├ëszt';
  250. $strEvent = 'Esem├⌐ny';
  251. $strExcelEdition = 'Excel szerkeszt├⌐s';
  252. $strExecuteBookmarked = 'Elmentett elj├ír├ís futtat├ísa';
  253. $strExplain = 'SQL magyar├ízat';
  254. $strExport = 'Export';
  255. $strExtendedInserts = 'Kiterjesztett besz├║r├ísok';
  256. $strExtra = 'Extra';
  257.  
  258. $strFailedAttempts = 'Hib├ís pr├│b├ílkoz├ís';
  259. $strFieldHasBeenDropped = '%s mezőt eldobtam';
  260. $strFieldInsertFromFileTempDirNotExists = 'Nem siker├╝lt a felt├╢lt├╢tt f├íjl ├íthelyez├⌐se, l├ísd: FAQ 1.11';
  261. $strField = 'Mező';
  262. $strFieldsEnclosedBy = 'Mező lez├ír├ís';
  263. $strFieldsEscapedBy = 'Mező escape karakter';
  264. $strFields = 'Mezők sz├íma';
  265. $strFieldsTerminatedBy = 'Mező v├⌐ge';
  266. $strFileAlreadyExists = '%s f├íjl m├ír l├⌐tezik a szerveren, v├íltoztassa meg a f├íjlnevet, vagy ├íll├¡tsa be a fel├╝l├¡r├ís opci├│t!';
  267. $strFileCouldNotBeRead = 'A f├íjl nem olvashat├│';
  268. $strFileNameTemplateDescriptionDatabase = 'adatb├ízis n├⌐v';
  269. $strFileNameTemplateDescriptionServer = 'szerver n├⌐v';
  270. $strFileNameTemplateDescriptionTable = 't├íbla n├⌐v';
  271. $strFileNameTemplateRemember = 'eml├⌐kezzen az ├ítmeneti n├⌐vre';
  272. $strFileNameTemplate = '├ütmeneti f├íjln├⌐v';
  273. $strFiles = 'F├íjlok';
  274. $strFileToImport = 'Import├íland├│ f├íjl';
  275. $strFixed = 'r├╢gz├¡tett';
  276. $strFlushPrivilegesNote = 'Megjegyz├⌐s: a phpMyAdmin a felhaszn├íl├│i privil├⌐giumokat k├╢zvetlen├╝l a MySQL privil├⌐gium t├íbl├íkb├│l veszi. Ezen t├íbl├ík tartalma elt├⌐rhet a szerver privil├⌐giumokt├│l, ha ezt k├⌐zzel be├íll├¡tottuk. Ebben az esetben ├⌐rdemes %s├║jra bet├╢lteni a privil├⌐giumokat%s a folytat├ís előtt.';
  277. $strFlushQueryCache = 'Lek├⌐rdez├⌐s cache ki├¡r├ísa';
  278. $strFlushTables = '├ûsszes t├íbla kir├ísa (bez├ír├ísa)';
  279. $strFlushTable = 'T├íbla ki├¡r├ísa (FLUSH)';
  280. $strFontSize = 'Betűm├⌐ret';
  281. $strForeignKeyError = 'Nem siker├╝lt az idegen kulcs l├⌐trehoz├ísa (ellenőrizd az adatt├¡pusokat)';
  282. $strFormat = 'Form├ítum';
  283. $strFormEmpty = 'Hi├ínyz├│ adat a form-ban!';
  284. $strFreePages = 'Szabad lapok';
  285. $strFullText = 'Teljes Sz├╢vegek';
  286. $strFunction = 'Funkci├│';
  287.  
  288. $strGenBy = 'K├⌐sz├¡tette';
  289. $strGeneralRelationFeat = '├ültal├ínos rel├íci├│s jellemzők';
  290. $strGenerate = 'Gener├íl├ís';
  291. $strGeneratePassword = 'Jelsz├│ gener├íl├ís';
  292. $strGenTime = 'L├⌐trehoz├ís ideje';
  293. $strGeorgian = 'Gr├║z';
  294. $strGerman = 'N├⌐met';
  295. $strGlobal = 'glob├ílis';
  296. $strGlobalPrivileges = 'Glob├ílis privil├⌐giumok';
  297. $strGlobalValue = 'Glob├ílis v├íltoz├│';
  298. $strGo = 'V├⌐grehajt';
  299. $strGrantOption = 'Grant';
  300. $strGreek = 'G├╢r├╢g';
  301. $strGzip = '"gzip-pel t├╢m├╢r├¡tve"';
  302.  
  303. $strHasBeenAltered = 'megv├íltozott.';
  304. $strHasBeenCreated = 'megsz├╝letett.';
  305. $strHaveToShow = 'Legal├íbb egy oszlopot v├ílasztanod kell a megjelen├¡t├⌐shez';
  306. $strHebrew = 'H├⌐ber';
  307. $strHelp = 'Seg├¡ts├⌐g';
  308. $strHide         = 'Elrejt├⌐s';
  309. $strHome = 'Kezdőlap';
  310. $strHomepageOfficial = 'Hivatalos phpMyAdmin honlap';
  311. $strHostEmpty = 'A hosztn├⌐v ├╝res!';
  312. $strHost = 'Hoszt';
  313. $strHTMLExcel = 'Microsoft Excel 2000';
  314. $strHTMLWord = 'Microsoft Word 2000';
  315. $strHungarian = 'Magyar';
  316.  
  317. $strIcelandic = 'Izlandi';
  318. $strId = 'ID';
  319. $strIdxFulltext = 'Fulltext';
  320. $strIgnoreDuplicates = 'Egyező sorok figyelmen k├¡v├╝l hagy├ísa';
  321. $strIgnore = 'Elutas├¡t';
  322. $strIgnoreInserts = 'Mellőző besz├║r├ísok haszn├ílata';
  323. $strImportFiles = 'F├íjlok importja';
  324. $strImportFormat = 'Import├íland├│ f├íjl form├ítuma';
  325. $strImport = 'Import';
  326. $strImportSuccessfullyFinished = 'Az import sikeresen befejeződ├╢tt, %d lek├⌐rdez├⌐s v├⌐grehajtva.';
  327. $strIndexes = 'Indexek';
  328. $strIndexHasBeenDropped = '%s indexet eldobtam';
  329. $strIndex = 'Index';
  330. $strIndexName = 'Index n├⌐v:';
  331. $strIndexType = 'Index t├¡pus:';
  332. $strIndexWarningTable = 'Probl├⌐ma a(z) `%s` t├íbla indexeivel';
  333. $strInnoDBDataFilePath = 'Adat f├íjlok';
  334. $strInnoDBPages = 'lapok';
  335. $strInnodbStat = 'InnoDB ├íllapot';
  336. $strInsecureMySQL = 'A konfigur├íci├│s f├íjl be├íll├¡t├ísa (root hozz├íf├⌐r├⌐s jelsz├│ n├⌐lk├╝l) az alap├⌐rtelmezett MySQL be├íll├¡t├ís. A MySQL szerver most ezzel fut, ami alkalmat ad a bet├╢r├⌐sre. S├╝rgősen jav├¡tani kell ezt a biztons├ígi r├⌐st.';
  337. $strInsertAsNewRow = 'Besz├║r├ís ├║j sork├⌐nt';
  338. $strInsert = 'Besz├║r';
  339. $strInsertedRowId = 'A besz├║rt rekord id-je:';
  340. $strInsertedRows = 'Besz├║rt sorok:';
  341. $strInternalNotNecessary = '* Egy belső kapcsolat nem sz├╝ks├⌐ges, ha az l├⌐tezik az InnoDB-ben is.';
  342. $strInternalRelations = 'Belső kapcsolatok';
  343. $strInUse = 'haszn├ílatban';
  344. $strInvalidAuthMethod = '├ërv├⌐nytelen hiteles├¡t├⌐si m├│d lett be├íll├¡tva a konfigur├íci├│ban:';
  345. $strInvalidColumnCount = 'A mezők sz├ím├ínak null├ín├íl nagyobbnak kell lennie.';
  346. $strInvalidColumn = '├ërv├⌐nytelen mező (%s) lett megadva!';
  347. $strInvalidCSVFieldCount = '├ërv├⌐nytelen mezősz├ím a CSV f├íjl %d. sor├íban.';
  348. $strInvalidCSVFormat = 'Hib├ís form├íz├ís a CSV %d. sor├íban.';
  349. $strInvalidCSVParameter = '├ërv├⌐nytelen CSV import param├⌐ter: %s';
  350. $strInvalidFieldAddCount = 'Legal├íbb egy mezőt meg kell adni.';
  351. $strInvalidFieldCount = 'A t├íbl├ízatnak legal├íbb egy mezőt kell tartalmaznia.';
  352. $strInvalidLDIImport = 'Ez a plugin nem t├ímogatja a t├╢m├╢r├¡tett bemenetet!';
  353. $strInvalidRowNumber = '%d ├⌐rv├⌐nytelen sorsz├ím.';
  354. $strInvalidServerHostname = '├ërv├⌐nytelen hosztn├⌐v a(z) %1$s szerverhez. Ellenőrizd a be├íll├¡t├ísokat.';
  355. $strInvalidServerIndex = '├ërv├⌐nytelen szerver index: "%s"';
  356. $strInvalidTableName = '├ërv├⌐nytelen t├íblan├⌐v';
  357.  
  358. $strJapanese = 'Jap├ín';
  359. $strJumpToDB = 'Ugr├ís a "%s" adatb├ízishoz.';
  360. $strJustDeleteDescr = 'A "t├╢r├╢lt" felhaszn├íl├│k m├⌐g hozz├íf├⌐rhetnek a szerverhez, am├¡g a privil├⌐giumok ├║jrat├╢lt├⌐se nem t├╢rt├⌐nik meg.';
  361. $strJustDelete = 'Egyszerűen t├╢r├╢lje a felhaszn├íl├│t a privil├⌐gium-t├íbl├íkb├│l.';
  362.  
  363. $strKeepPass = 'Ne v├íltoztasd meg a jelsz├│t';
  364. $strKeyname = 'Kulcsn├⌐v';
  365. $strKill = 'Le├íll├¡t';
  366. $strKorean = 'Koreai';
  367.  
  368. $strLandscape = 'Fekvő';
  369. $strLanguage = 'Nyelv';
  370. $strLanguageUnknown = 'Ismeretlen nyelv: %1$s.';
  371. $strLatchedPages = 'Z├írolt lapok';
  372. $strLatexCaption = 'T├íblac├¡m';
  373. $strLatexContent = 't├íbla tartalom __TABLE__';
  374. $strLatexContinuedCaption = 'T├íbla c├¡m folytat├ísa';
  375. $strLatexContinued = '(folytat├ís)';
  376. $strLatexIncludeCaption = 'T├íbla c├¡me tartalmazza';
  377. $strLatexLabel = 'Felirat kulcs';
  378. $strLaTeX = 'LaTeX';
  379. $strLatexStructure = 'T├íblaszerkezet __TABLE__';
  380. $strLatvian = 'Litv├ín';
  381. $strLDI = 'CSV (LOAD DATA haszn├ílat├íval)';
  382. $strLDILocal = 'LOCAL kulcssz├│ haszn├ílata';
  383. $strLengthSet = 'Hossz/├ërt├⌐k*';
  384. $strLimitNumRows = 'Sorok sz├íma oldalank├⌐nt';
  385. $strLinesTerminatedBy = 'Sorok v├⌐ge';
  386. $strLinkNotFound = 'Link nem tal├ílhat├│';
  387. $strLinksTo = 'Linkek:';
  388. $strLithuanian = 'Litv├ín';
  389. $strLocalhost = 'Helyi';
  390. $strLocationTextfile = 'A sz├╢vegf├íjl helye';
  391. $strLogin = 'Bel├⌐p├⌐s';
  392. $strLoginInformation = 'Bel├⌐p├⌐si inform├íci├│';
  393. $strLogout = 'Kil├⌐p├⌐s';
  394. $strLogPassword = 'Jelsz├│:';
  395. $strLogServer = 'Szerver';
  396. $strLogUsername = 'Felhaszn├íl├│i n├⌐v:';
  397. $strLongOperation = 'A művelet sok├íig eltarthat. Mindenk├⌐pp folytatod?';
  398.  
  399. $strMaxConnects = 'Max. egyidejű kapcsolatok sz├íma';
  400. $strMaximalQueryLength = 'Lek├⌐rdez├⌐s maxim├ílis hossza';
  401. $strMaximumSize = 'Legnagyobb m├⌐ret: %s%s';
  402. $strMbOverloadWarning = 'Enged├⌐lyezted a mbstring.func_overload funkci├│t a PHP konfigur├íci├│ban. Ez inkompatibilis a phpMyAdmin-nal ├⌐s adatveszt├⌐ssel j├írhat!';
  403. $strMIME_available_mime = 'El├⌐rhető MIME-t├¡pusok';
  404. $strMIME_available_transform = 'El├⌐rhető ├ítalak├¡t├ísok';
  405. $strMIME_description = 'Le├¡r├ís';
  406. $strMIME_MIMEtype = 'MIME-t├¡pus';
  407. $strMIME_nodescription = 'Ehhez az ├ítalak├¡t├íshoz nem ├⌐rhető el le├¡r├ís. K├⌐rdezze a szerzőt, aki k├⌐sz├¡tette: %s.';
  408. $strMIME_transformation = 'B├╢ng├⌐sző ├ítalak├¡t├ís';
  409. $strMIME_transformation_note = 'Az el├⌐rhető ├ítalak├¡t├ísi be├íll├¡t├ísok list├íj├íhoz ├⌐s a hozz├íjuk tartoz├│ MIME-t├¡pusokhoz kattintson ide: %stransformation descriptions%s';
  410. $strMIME_transformation_options_note = 'Az ├ítalak├¡t├ís be├íll├¡t├ísokhoz ├¡rja be az ├⌐rt├⌐keket a kovetkező form├ítumban: \'a\', 100, b,\'c\'... Ha visszapert ("\") vagy id├⌐zőjelet ("\'") akar besz├║rni, haszn├íljon visszapert (p├⌐ld├íul: \'\\\\xyz\' or \'a\\\'b\').';
  411. $strMIME_transformation_options = '├ütalak├¡t├ís be├íll├¡t├ísok';
  412. $strMIMETypesForTable = 'T├íbla MIME-t├¡pusok';
  413. $strMIME_without = 'A dőlttel ├¡rt MIME-t├¡pusok nem v├ílasztj├ík el az ├ítalak├¡t├ísi funkci├│kat';
  414. $strModifications = 'A v├íltoz├ísokat elmentettem';
  415. $strModifyIndexTopic = 'Index v├íltoz├ísa';
  416. $strModify = 'V├íltoz├ís';
  417. $strMoveTableOK = '%s t├íbl├ít ├íthelyeztem ide: %s.';
  418. $strMoveTableSameNames = 'Nem tudom a t├íbl├ít ugyanarra mozgatni!';
  419. $strMoveTable = 'T├íbla ├íthelyez├⌐se ide (adatb├ízis<b>.</b>t├íbla):';
  420. $strMultilingual = 'soknyelvű';
  421. $strMyISAMDataPointerSize = 'Adat mutat├│ m├⌐rete';
  422. $strMyISAMMaxExtraSortFileSize = 'Ideiglenes f├íjlok maxim├ílis m├⌐rete index k├⌐sz├¡t├⌐sekor';
  423. $strMyISAMMaxSortFileSize = 'Az ideiglenes rendezőf├íjlok maxim├ílis m├⌐rete';
  424. $strMyISAMRecoverOptions = 'Automatikus helyre├íll├¡t├ísi m├│d';
  425. $strMyISAMSortBufferSize = 'Rendező buffer m├⌐rete';
  426. $strMySQLCharset = 'MySQL karakterk├⌐szlet';
  427. $strMysqlClientVersion = 'MySQL kliens verzi├│';
  428. $strMySQLConnectionCollation = 'MySQL kapcsolat egyeztet├⌐s';
  429. $strMySQLSaid = 'MySQL jelzi: ';
  430. $strMySQLShowProcess = 'Mutasd meg a folyamatokat';
  431. $strMySQLShowStatus = 'Mutasd meg a MySQL fut├ísi inform├íci├│kat';
  432. $strMySQLShowVars = 'Mutasd meg a MySQL rendszer v├íltoz├│kat';
  433.  
  434. $strName = 'N├⌐v';
  435. $strNext = 'K├╢vetkező';
  436. $strNoActivity = 'Nem volt semmi tev├⌐kenys├⌐g %s m├ísodperce, jelentkezz be ├║jra';
  437. $strNoDatabases = 'Nincs adatb├ízis';
  438. $strNoDatabasesSelected = 'Nincs adatb├ízis kiv├ílasztva.';
  439. $strNoDescription = 'nincs le├¡r├ís';
  440. $strNoDetailsForEngine = 'Ehhez a t├írol├│motorhoz nem ├⌐rhető el r├⌐szletes ├íllapot inform├íci├│.';
  441. $strNoDropDatabases = '"DROP DATABASE" utas├¡t├ís le van tiltva.';
  442. $strNoExplain = 'SQL magyar├ízat ├ítugr├ísa';
  443. $strNoFilesFoundInZip = 'Nincs f├íjl a ZIP arch├¡vumban!';
  444. $strNoFrames = 'A phpMyAdmin haszn├ílhat├│bb egy <b>frame-kezelő</b> b├╢ng├⌐szőben.';
  445. $strNoIndex = 'Nincs index meghat├írozva!';
  446. $strNoIndexPartsDefined = 'Nincs index darab meghat├írozva!';
  447. $strNoModification = 'Nincs v├íltoz├ís';
  448. $strNo = 'Nem';
  449. $strNone = 'Nincs';
  450. $strNoOptions = 'Ennek nincs be├íll├¡t├ísi lehetős├⌐ge';
  451. $strNoPassword = 'Nincs jelsz├│';
  452. $strNoPermission = 'A webszervernek nincs joga elmenteni a f├íjlt: %s.';
  453. $strNoPhp = 'PHP k├│d n├⌐lk├╝l';
  454. $strNoPrivileges = 'Nincs privil├⌐gium';
  455. $strNoRights = 'Nincs el├⌐g jogod ennek v├⌐grehajt├ís├íra!';
  456. $strNoRowsSelected = 'Nincs sor kiv├ílasztva';
  457. $strNoSpace = 'Nincs el├⌐g hely elmenteni a f├íjlt: %s.';
  458. $strNoTablesFound = 'Nincs t├íbla az adatb├ízisban.';
  459. $strNoThemeSupport = 'Nincs t├⌐ma t├ímogat├ís, ellenőrizd a be├íll├¡t├ísokat ├⌐s/vagy a t├⌐m├íkat a %s k├╢nyvt├írban.';
  460. $strNotNumber = 'Ez nem egy sz├ím!';
  461. $strNotOK = 'Nincs rendben';
  462. $strNotSet = '<b>%s</b> t├íbl├ít nem tal├íltam vagy nincs benne: %s';
  463. $strNoUsersFound = 'Nem tal├íltam felhaszn├íl├│(ka)t.';
  464. $strNoValidateSQL = 'SQL j├│v├íhagy├ís ├ítugr├ísa';
  465. $strNull = 'Null';
  466. $strNumberOfFields = 'Mezők sz├íma';
  467. $strNumberOfTables = 'T├íbl├ík sz├íma';
  468. $strNumSearchResultsInTable = '%s tal├ílat <i>%s</i> t├íbl├íban';
  469. $strNumSearchResultsTotal = '<b>├ûsszes:</b> <i>%s</i> tal├ílat';
  470. $strNumTables = 'T├íbla';
  471.  
  472. $strOK = 'Rendben';
  473. $strOpenDocumentText = 'Open Document Text';
  474. $strOpenNewWindow = '├Üj phpMyAdmin ablak nyit├ísa';
  475. $strOperations = 'Tev├⌐kenys├⌐gek';
  476. $strOperator = 'Kezelő';
  477. $strOptimizeTable = 'T├íbla optimaliz├íl├ís';
  478. $strOptions = 'Be├íll├¡t├ísok';
  479. $strOr = 'Vagy';
  480. $strOverhead = 'Fel├╝l├¡r├ís';
  481. $strOverwriteExisting = 'L├⌐tező f├íjlok fel├╝l├¡r├ísa';
  482.  
  483. $strPageNumber = 'Oldalsz├ím:';
  484. $strPagesToBeFlushed = 'Ki├¡rand├│ oldalak';
  485. $strPaperSize = 'Pap├¡rm├⌐ret';
  486. $strPartialImport = 'R├⌐szleges import├íl├ís';
  487. $strPartialText = 'R├⌐szleges Sz├╢vegek';
  488. $strPasswordChanged = '%s jelszav├ít sikeresen megv├íltoztattam.';
  489. $strPasswordEmpty = 'A jelsz├│ mező ├╝res!';
  490. $strPassword = 'Jelsz├│';
  491. $strPasswordNotSame = 'A jelszavak nem azonosak!';
  492. $strPdfDbSchema = '"%s" adatb├ízis s├⌐m├íja - %s oldal';
  493. $strPdfInvalidTblName = '"%s" t├íbla nem l├⌐tezik!';
  494. $strPdfNoTables = 'Nincs t├íbla';
  495. $strPDF = 'PDF';
  496. $strPDFReportTitle = 'Jelent├⌐s c├¡me';
  497. $strPerHour = '├│r├ínk├⌐nt';
  498. $strPerMinute = 'percenk├⌐nt';
  499. $strPerSecond = 'm├ísodpercenk├⌐nt';
  500. $strPersian = 'Perzsa';
  501. $strPhoneBook = 'telefonk├╢nyv';
  502. $strPHP40203 = 'A PHP 4.2.3-as verzi├│ja fut, ami egy s├║lyos hib├ít tartalmaz a t├╢bb-b├íjtos sztringek kezel├⌐s├⌐n├⌐l (mbstring). N├⌐zze meg a k├╢vetkezőt: PHP bug report 19404. A PHP ezen verz├│ja nem aj├ínlott a phpMyAdminhoz.';
  503. $strPhp = 'PHP k├│d k├⌐sz├¡t├⌐se';
  504. $strPHPVersion = 'PHP Verzi├│';
  505. $strPmaDocumentation = 'phpMyAdmin dokument├íci├│';
  506. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ├⌐rt├⌐k├⌐t a konfigur├íci├│s f├íjlban KELL be├íll├¡tani!';
  507. $strPmaWiki = 'phpMyAdmin wiki';
  508. $strPolish = 'Lengyel';
  509. $strPortrait = '├üll├│';
  510. $strPos1 = 'Kezdet';
  511. $strPrevious = 'Előző';
  512. $strPrimary = 'Elsődleges';
  513. $strPrimaryKeyHasBeenDropped = 'Az elsődleges kulcsot eldobtam';
  514. $strPrimaryKeyName = 'Az elsődleges kulcs nev├⌐nek "PRIMARY"-nak kell lennie!';
  515. $strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, ├⌐s <b>csak annak</b> szabad lennie az elsődleges kulcsnak!)';
  516. $strPrint = 'Nyomtat├ís';
  517. $strPrintViewFull = 'Nyomtat├ísi n├⌐zet (├╢sszes sz├╢veggel)';
  518. $strPrintView = 'Nyomtat├ísi n├⌐zet';
  519. $strPrivDescAllPrivileges = 'Minden privil├⌐giumot tartalmaz, kiv├⌐ve a GRANT.';
  520. $strPrivDescAlter = 'Enged├⌐lyezi a l├⌐tező t├íbl├ík szerkezet├⌐nek megv├íltoztat├ís├ít.';
  521. $strPrivDescAlterRoutine = 'Enged├⌐lyezi t├írolt elj├ír├ísok m├│dos├¡t├ís├ít ├⌐s eldob├ís├ít.';
  522. $strPrivDescCreateDb = 'Enged├⌐lyezi ├║j adatb├ízisok ├⌐s t├íbl├ík k├⌐sz├¡t├⌐s├⌐t.';
  523. $strPrivDescCreateRoutine = 'Enged├⌐lyezi t├írolt elj├ír├ísok l├⌐trehoz├ís├ít.';
  524. $strPrivDescCreateTbl = 'Enged├⌐lyezi ├║j t├íbl├ík k├⌐sz├¡t├⌐s├⌐t.';
  525. $strPrivDescCreateTmpTable = 'Enged├⌐lyezi ├ítmeneti t├íbl├ík k├⌐sz├¡t├⌐s├⌐t.';
  526. $strPrivDescCreateUser = 'Enged├⌐lyezi felhaszn├íl├│i fi├│kok l├⌐trehoz├ís├ít, t├╢rl├⌐s├⌐t ├⌐s ├ítnevez├⌐s├⌐t.';
  527. $strPrivDescCreateView = '├Üj n├⌐zetek l├⌐trehoz├ís├ínak enged├⌐lyez├⌐se.';
  528. $strPrivDescDelete = 'Enged├⌐lyezi az adatok t├╢rl├⌐s├⌐t.';
  529. $strPrivDescDropDb = 'Enged├⌐lyezi adatb├ízisok ├⌐s t├íbl├ík t├╢rl├⌐s├⌐t.';
  530. $strPrivDescDropTbl = 'Enged├⌐lyezi t├íbl├ík t├╢rl├⌐s├⌐t.';
  531. $strPrivDescExecute5 = 'Enged├⌐lyezi t├írolt elj├ír├ísok v├⌐grehajt├ís├ít.';
  532. $strPrivDescExecute = 'Enged├⌐lyezi t├írolt elj├ír├ísok futtat├ís├ít; m├⌐g nem val├│sult meg ebben a MySQL verzi├│ban.';
  533. $strPrivDescFile = 'Enged├⌐lyezi adatok export/importj├ít f├íjlokba.';
  534. $strPrivDescGrant = 'Enged├⌐lyezi felhaszn├íl├│k ├⌐s privil├⌐giumok hozz├íad├ís├ít a privil├⌐giumi t├íbl├ík ├║jrat├╢lt├⌐se n├⌐lk├╝l.';
  535. $strPrivDescIndex = 'Enged├⌐lyezi indexek k├⌐sz├¡t├⌐s├⌐t ├⌐s t├╢rl├⌐s├⌐t.';
  536. $strPrivDescInsert = 'Enged├⌐lyezi adatok be├¡r├ís├ít ├⌐s megv├íltoztat├ís├ít.';
  537. $strPrivDescLockTables = 'Enged├⌐lyezi t├íbl├ík blokkol├ís├ít erre a sz├ílra.';
  538. $strPrivDescMaxConnections = 'Korl├ítozza az ├║j kapcsolatok sz├ím├ít, amit a felhaszn├íl├│ ├│r├ínk├⌐nt megnyithat.';
  539. $strPrivDescMaxQuestions = 'Korl├ítozza a felhaszn├íl├│i lek├⌐r├⌐sek sz├ím├ít ├│r├ínk├⌐nt.';
  540. $strPrivDescMaxUpdates = 'Korl├ítozza azon utas├¡t├ísok sz├ím├ít ├│r├ínk├⌐nt, amelyek megv├íltoztatnak egy t├íbl├ít vagy adatb├ízist.';
  541. $strPrivDescMaxUserConnections = 'Korl├ítozza a felhaszn├íl├│ egyidejű kapcsolatainak sz├ím├ít.';
  542. $strPrivDescProcess3 = 'Enged├⌐lyezi m├ís felhaszn├íl├│k folyamatainak megsz├╝ntet├⌐s├⌐t.';
  543. $strPrivDescProcess4 = 'Enged├⌐lyezi a teljes lek├⌐r├⌐sek megtekint├⌐s├⌐t a folyamatlist├íban.';
  544. $strPrivDescReferences = 'Nem val├│sult meg ebben a MySQL verzi├│ban';
  545. $strPrivDescReload = 'Enged├⌐lyezi a szerver be├íll├¡t├ísok ├║jrat├╢lt├⌐s├⌐t ├⌐s a szerver-cache t├╢rl├⌐s├⌐t.';
  546. $strPrivDescReplClient = 'Jogokat ad a felhaszn├íl├│nak, hogy lek├⌐rdezhess├⌐k a slave/master helyeket.';
  547. $strPrivDescReplSlave = 'Sz├╝ks├⌐ges a slave-ek m├ísol├ís├íhoz.';
  548. $strPrivDescSelect = 'Enged├⌐lyezi adatok olvas├ís├ít.';
  549. $strPrivDescShowDb = 'Hozz├íf├⌐r├⌐st ad az adatb├ízisok teljes list├íj├íhoz.';
  550. $strPrivDescShowView = 'Enged├⌐lyezi SHOW CREATE VIEW lek├⌐rdez├⌐sek v├⌐grehajt├ís├ít.';
  551. $strPrivDescShutdown = 'Enged├⌐lyezi a szerver le├íll├¡t├ís├ít.';
  552. $strPrivDescSuper = 'Enged├⌐lyezi a kapcsol├│d├íst akkor is, ha a kapcsolatok sz├íma a maximumot el├⌐rte. Ez sz├╝ks├⌐ges a legfontosabb adminisztr├íci├│s műveletekhez, mint a glob├ílis v├íltoz├│k be├íll├¡t├ísa vagy m├ís felhaszn├íl├│k folyamatainak megsz├╝ntet├⌐se.';
  553. $strPrivDescUpdate = 'Enged├⌐lyezi az adatok megv├íltoztat├ís├ít.';
  554. $strPrivDescUsage = 'Nincsenek privil├⌐giumok.';
  555. $strPrivileges = 'Privil├⌐giumok';
  556. $strPrivilegesReloaded = 'A privil├⌐giumok ├║jrat├╢lt├⌐se sikeres volt.';
  557. $strProcesses = 'Folyamatok';
  558. $strProcesslist = 'Folyamatlista';
  559. $strProtocolVersion = 'Protokoll verzi├│';
  560. $strPutColNames = 'Tegye a mezőneveket az első sorhoz';
  561.  
  562. $strQBEDel = 'T├╢r├╢l';
  563. $strQBEIns = 'Besz├║r';
  564. $strQBE = 'Lek├⌐rdez├⌐s';
  565. $strQueryCache = 'Lek├⌐rdez├⌐s cache';
  566. $strQueryFrame = 'Lek├⌐r├⌐si ablak';
  567. $strQueryOnDb = 'SQL-k├⌐r├⌐s <b>%s</b> adatb├ízison:';
  568. $strQuerySQLHistory = 'SQL-előzm├⌐nyek';
  569. $strQueryStatistics = '<b>Lek├⌐r├⌐si statisztika</b>: Az indul├ís ├│ta %s k├⌐r├⌐s ment el a szerverhez.';
  570. $strQueryTime = 'A lek├⌐r├⌐s lefutott %01.4f m├ísodperc alatt';
  571. $strQueryType = 'Lek├⌐r├⌐s t├¡pusa';
  572. $strQueryWindowLock = 'Ne ├¡rja fel├╝l a lek├⌐r├⌐st az ablakon k├¡v├╝lről';
  573.  
  574. $strReadRequests = 'Olvas├ísi k├⌐relmek';
  575. $strReceived = 'Fogadott';
  576. $strRecommended = 'aj├ínlott';
  577. $strRecords = 'Sor';
  578. $strReferentialIntegrity = 'Hivatkoz├ísi s├⌐rtetlens├⌐g ellenőrz├⌐se:';
  579. $strRefresh = 'Friss├¡t├⌐s';
  580. $strRelationalSchema = 'Kapcsolati s├⌐ma';
  581. $strRelationNotWorking = 'A munka kieg├⌐sz├¡tő tulajdons├ígai a vonatkoz├│ t├íbl├íkra meg lettek sz├╝ntetve. Az okok├⌐rt kattints %side%s.';
  582. $strRelationsForTable = 'T├íbla-kapcsolatok';
  583. $strRelations = 'Kapcsolatok';
  584. $strRelationView = 'Rel├íci├│ n├⌐zet';
  585. $strReloadingThePrivileges = 'Privil├⌐giumok ├║jrat├╢lt├⌐se';
  586. $strReload = '├Üjrat├╢lt├⌐s';
  587. $strReloadPrivileges = 'Privil├⌐giumok ├║jrat├╢lt├⌐se';
  588. $strRemoveSelectedUsers = 'A kiv├ílasztott felhaszn├íl├│k t├╢rl├⌐se';
  589. $strRenameDatabaseOK = '%s adatb├ízis ├ítneveztem erre: %s';
  590. $strRenameTableOK = '%s t├íbl├ít ├ítneveztem erre: %s';
  591. $strRenameTable = 'T├íbla ├ítnevez├⌐se erre';
  592. $strRepairTable = 'T├íbla jav├¡t├ís';
  593. $strReplaceNULLBy = 'NULL cser├⌐je ezzel:';
  594. $strReplaceTable = 'T├íbla adatok ├⌐s f├íjl cser├⌐je';
  595. $strReset = 'T├╢r├╢l';
  596. $strResourceLimits = 'Erőforr├ís hat├írok';
  597. $strRestartInsertion = 'Besz├║r├ís ├║jrakezd├⌐se %s sorral';
  598. $strReType = '├Üjra├¡r├ís';
  599. $strRevokeAndDelete = 'A felhaszn├íl├│k ├╢sszes privil├⌐gium├ínak visszavon├ísa, azt├ín t├╢rl├⌐s├╝k.';
  600. $strRevokeAndDeleteDescr = 'A felhaszn├íl├│knak m├⌐g haszn├ílhat├│ privil├⌐giumuk van, am├¡g nem t├╢rt├⌐nik meg a privil├⌐giumok ├║jrat├╢lt├⌐se.';
  601. $strRevokeMessage = 'Visszavontam a %s privil├⌐giumokat';
  602. $strRevoke = 'Visszavon';
  603. $strRomanian = 'Rom├ín';
  604. $strRowLength = 'Sorhossz';
  605. $strRowsFrom = 'sor kezdve ezzel:';
  606. $strRowSize = ' Sorm├⌐ret ';
  607. $strRowsModeFlippedHorizontal = 'v├¡zszintes (elforgatott fejl├⌐c)';
  608. $strRowsModeHorizontal = 'v├¡zszintes';
  609. $strRowsModeOptions = '%s m├│don, a fejl├⌐cet %s soronk├⌐nt megism├⌐telve';
  610. $strRowsModeVertical = 'f├╝ggőleges';
  611. $strRows = 'Sorok';
  612. $strRowsStatistic = 'Sor-statisztika';
  613. $strRunning = ': %s';
  614. $strRunQuery = 'K├⌐r├⌐s v├⌐grehajt├ísa';
  615. $strRunSQLQueryOnServer = 'SQL lek├⌐rdez├⌐s(ek) futtat├ísa %s szerveren';
  616. $strRunSQLQuery = 'SQL parancs(ok) futtat├ísa a(z) %s adatb├ízison';
  617. $strRussian = 'Orosz';
  618.  
  619. $strSave = 'Ment';
  620. $strSaveOnServer = 'Ment├⌐s a szerver %s k├╢nyvt├ír├íba';
  621. $strSavePosition = 'Poz├¡ci├│ ment├⌐se';
  622. $strScaleFactorSmall = 'A m├⌐ret elem t├║l kicsi, hogy megfelelő legyen a s├⌐m├íhoz egy oldalon';
  623. $strSearchFormTitle = 'Keres├⌐s az adatb├ízisban';
  624. $strSearchInTables = 'T├íbl├í(k)ban:';
  625. $strSearch = 'Keres├⌐s';
  626. $strSearchNeedle = 'Szavak vagy ├⌐rt├⌐kek a keres├⌐shez (helyettes├¡tő karakter: "%"):';
  627. $strSearchOption1 = 'legal├íbb egy sz├│';
  628. $strSearchOption2 = '├╢sszes sz├│';
  629. $strSearchOption3 = 'a helyes mondat';
  630. $strSearchOption4 = 'regul├íris kifejez├⌐sk├⌐nt';
  631. $strSearchResultsFor = 'Keres├⌐si eredm├⌐nyek "<i>%s</i>" %s:';
  632. $strSearchType = 'Keress:';
  633. $strSecretRequired = 'A konfigur├íci├│s f├íjl egy titkos jelsz├│ kifejez├⌐st v├ír (blowfish_secret).';
  634. $strSelectADb = 'V├ílassz egy adatb├ízist';
  635. $strSelectAll = 'Mindet kijel├╢li';
  636. $strSelectFields = 'Mezők kiv├ílaszt├ísa (legal├íbb egyet):';
  637. $strSelectForeignKey = 'Idegen kulcs kiv├ílaszt├ísa';
  638. $strSelectNumRows = 'k├⌐r├⌐sben';
  639. $strSelectTables = 'T├íbl├ík kiv├ílaszt├ísa';
  640. $strSend = 'F├íjln├⌐v megad├ísa';
  641. $strSent = 'K├╝ld├╢tt';
  642. $strServerChoice = 'Szerver V├ílaszt├ís';
  643. $strServerNotResponding = 'A szerver nem v├ílaszol';
  644. $strServers = 'Szerverek';
  645. $strServerStatusDelayedInserts = 'K├⌐sleltetett besz├║r├ísok';
  646. $strServerStatus = 'Fut├ísi inform├íci├│k';
  647. $strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elind├¡tva: %s.';
  648. $strServer = 'Szerver';
  649. $strServerTabVariables = 'V├íltoz├│k';
  650. $strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a t├íbl├ík mutatj├ík a MySQL szerver h├íl├│zati forgalom-statisztik├íit az indul├íst├│l kezdve.';
  651. $strServerVars = 'Szerver v├íltoz├│k ├⌐s be├íll├¡t├ísok';
  652. $strServerVersion = 'Szerver verzi├│';
  653. $strSessionValue = 'Session ├⌐rt├⌐k';
  654. $strSetEnumVal = 'Ha a mező t├¡pusa "enum" vagy "set", akkor az ├⌐rt├⌐keket ilyen form├íban ├¡rd be: \'a\',\'b\',\'c\'... Ha backslash-t ("\") vagy aposztr├│fot ("\'") akarsz ezen ├⌐rt├⌐kek k├╢z├╢tt haszn├ílni, haszn├íld a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
  655. $strShowAll = 'Mutasd mindet';
  656. $strShowColor = 'Mutasd a sz├¡neket';
  657. $strShowDatadictAs = 'Adatk├╢nyvt├ír form├ítum';
  658. $strShowFullQueries = 'Teljes lek├⌐r├⌐sek mutat├ísa';
  659. $strShowGrid = 'Mutasd a r├ícsot';
  660. $strShowHideLeftMenu = 'Baloldali men├╝ mutat├ísa/rejt├⌐se';
  661. $strShowingBookmark = 'K├╢nyvjelző megmutat├ísa';
  662. $strShowingPhp = 'Mutat├ís PHP k├│dk├⌐nt';
  663. $strShowingRecords = 'Sorok megjelen├¡t├⌐se ';
  664. $strShowingSQL = 'Mutat├ís SQL lek├⌐rdez├⌐sk├⌐nt';
  665. $strShow = 'Mutat';
  666. $strShowOpenTables = 'Nyitott t├íbl├ík mutat├ísa';
  667. $strShowPHPInfo = 'PHP inform├íci├│';
  668. $strShowStatusCreated_tmp_filesDescr = 'mysqld ├íltal l├⌐trehozott ideiglenes f├íjlok sz├íma.';
  669. $strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor ├¡r├ísok sz├íma.';
  670. $strShowStatusHandler_updateDescr = 'Sor friss├¡t├⌐si k├⌐r├⌐sek sz├íma.';
  671. $strShowStatusHandler_writeDescr = 'Sor besz├║r├ísi k├⌐r├⌐sek sz├íma.';
  672. $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Adatokat tartalmaz├│ lapok sz├íma (piszkos vagy tiszta).';
  673. $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Jelenleg piszkos lapok sz├íma.';
  674. $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Szabad lapok sz├íma.';
  675. $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puffer teljes m├⌐rete lapokban.';
  676. $strShowStatusInnodb_data_fsyncsDescr = '├ûsszes fsync() művelet sz├íma.';
  677. $strShowStatusInnodb_data_pending_fsyncsDescr = 'Folyamatban l├⌐vő fsync() műveletek sz├íma.';
  678. $strShowStatusInnodb_data_pending_readsDescr = 'Folyamatban l├⌐vő olvas├ísok sz├íma.';
  679. $strShowStatusInnodb_data_pending_writesDescr = 'Folyamatban l├⌐vő ├¡r├ísok sz├íma.';
  680. $strShowStatusInnodb_data_readDescr = '├ûsszes olvasott adat, b├íjtban.';
  681. $strShowStatusInnodb_data_readsDescr = '├ûsszes olvasott adat.';
  682. $strShowStatusInnodb_data_writesDescr = '├ûsszes ├¡rott adat.';
  683. $strShowStatusInnodb_data_writtenDescr = '├ûsszes ├¡rott adat, b├íjtban.';
  684. $strShowStatusInnodb_log_waitsDescr = 'V├írakoz├ísok sz├íma, amiket a napl├│puffer kis m├⌐rete okozott ├⌐s folytat├ís előtt meg kellett v├írni a ki├¡r├íst.';
  685. $strShowStatusInnodb_log_write_requestsDescr = 'Napl├│ ├¡r├ísi k├⌐r├⌐sek sz├íma.';
  686. $strShowStatusInnodb_log_writesDescr = 'Napl├│f├íjlba t├╢rt├⌐nt fizikai ├¡r├ísok sz├íma.';
  687. $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban l├⌐vő napl├│f├íjl fsync-ek sz├íma.';
  688. $strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban l├⌐vő napl├│f├íjl ├¡r├ísok sz├íma.';
  689. $strShowStatusInnodb_os_log_writtenDescr = 'Napl├│f├íjlba ├¡rt b├íjtok sz├íma.';
  690. $strShowStatusInnodb_pages_createdDescr = 'L├⌐trehozott lapok sz├íma.';
  691. $strShowStatusInnodb_pages_readDescr = 'Olvasott lapok sz├íma.';
  692. $strShowStatusInnodb_pages_writtenDescr = '├ìrott lapok sz├íma.';
  693. $strShowStatusInnodb_rows_deletedDescr = 'InnoDB t├íbl├íkb├│l t├╢r├╢lt sorok sz├íma.';
  694. $strShowStatusInnodb_rows_insertedDescr = 'InnoDB t├íbl├íkba besz├║rt sorok sz├íma.';
  695. $strShowStatusInnodb_rows_readDescr = 'InnoDB t├íbl├íkb├│l olvasott sorok sz├íma.';
  696. $strShowStatusInnodb_rows_updatedDescr = 'InnoDB t├íbl├íkban friss├¡tett sorok sz├íma.';
  697. $strShowStatusNot_flushed_delayed_rowsDescr = '├ìr├ísra v├írakoz├│ sorok az INSERT DELAYED sorokban.';
  698. $strShowStatusOpen_filesDescr = 'Megnyitott f├íjlok sz├íma.';
  699. $strShowStatusOpen_tablesDescr = 'Megnyitott t├íbl├ík sz├íma.';
  700. $strShowStatusQcache_free_blocksDescr = 'Szabad mem├│riablokkok a lek├⌐rdez├⌐s cache-ben.';
  701. $strShowStatusQcache_hitsDescr = 'Cache tal├ílatok sz├íma.';
  702. $strShowStatusQcache_insertsDescr = 'Cache-hez adott lek├⌐rdez├⌐sek sz├íma.';
  703. $strShowStatusReset = 'Vissza├íll├¡t├ís';
  704. $strShowStatusSort_rowsDescr = 'Rendezett sorok sz├íma.';
  705. $strShowStatusThreads_connectedDescr = 'Pillanatnyilag megnyitott kapcsolatok sz├íma.';
  706. $strShowStatusThreads_runningDescr = 'Nem alv├│ sz├ílak sz├íma.';
  707. $strShowTableDimension = 'Mutasd a t├íbl├ík m├⌐ret├⌐t';
  708. $strShowTables = 'Mutasd a t├íbl├íkat';
  709. $strShowThisQuery = ' Mutasd a parancsot itt ├║jra ';
  710. $strSimplifiedChinese = 'Egyszerűs├¡tett k├¡nai';
  711. $strSingly = '(egyenk├⌐nt)';
  712. $strSize = 'M├⌐ret';
  713. $strSlovak = 'Szlov├ík';
  714. $strSlovenian = 'Szlov├⌐n';
  715. $strSocketProblem = '(vagy a helyi MySQL szerver socketje nincs rendesen be├íll├¡tva)';
  716. $strSortByKey = 'Kulcs szerinti rendez├⌐s';
  717. $strSorting = 'Rendez├⌐s';
  718. $strSort = 'Sorrendez├⌐s';
  719. $strSpaceUsage = 'Helyfoglal├ís';
  720. $strSpanish = 'Spanyol';
  721. $strSplitWordsWithSpace = 'A szavak fel vannak osztva sz├│k├╢z karakter szerint (" ").';
  722. $strSQLCompatibility = 'SQL kompatibilit├ísi m├│d';
  723. $strSQLExportType = 'Export t├¡pus';
  724. $strSQLParserBugMessage = 'Es├⌐ly van r├í, hogy egy hib├ít tal├ílhatt├íl az SQL szintaktikai elemzőben (parser). Vizsg├íld meg gondosan a lek├⌐rdez├⌐sedet, ellenőrizd, hogy az id├⌐zőjelek j├│k ├⌐s j├│l illeszkednek. M├ís lehets├⌐ges hiba oka lehet, hogy bin├írisan t├╢lt├╢tt├⌐l fel egy f├íjlt az id├⌐zett sz├╢vegmezőn k├¡v├╝l. Kipr├│b├ílhatod a lek├⌐r├⌐sedet a MySQL parancssoros fel├╝let├⌐n.  A MySQL szerver hibakimenete alul l├íthat├│, ha van ott valami, az seg├¡thet felder├¡teni a hiba ok├ít. Ha m├⌐g mindig gondjaid vannak, vagy a szintaktiaki elemző (parser) hib├ít jelez, ahol a parancssoros fel├╝leten v├⌐grehajt├│dik, reduk├íld a probl├⌐m├ít okoz├│ SQL lek├⌐rdez├⌐st egy egyszerű lek├⌐rdez├⌐ss├⌐, ├⌐s k├╝ldd el egy hibajelz├⌐sben (bug report) az als├│ Kiv├íg├ís r├⌐szben levő adatokkal egy├╝tt:';
  725. $strSQLParserUserError = '├Ügy l├ítszik az SQL lek├⌐rdez├⌐sedben van egy hiba. A MySQL szerver hibakimenete alul l├íthat├│, ha van ott valami, az seg├¡thet felder├¡teni a hiba ok├ít';
  726. $strSQLQuery = 'SQL-k├⌐r├⌐s';
  727. $strSQLResult = 'SQL eredm├⌐ny';
  728. $strSQL = 'SQL';
  729. $strSQPBugInvalidIdentifer = '├ërv├⌐nytelen azonos├¡t├│';
  730. $strSQPBugUnclosedQuote = 'Lez├íratlan lek├⌐rdez├⌐s';
  731. $strSQPBugUnknownPunctuation = 'Ismeretlen k├╢zpontozott sztring';
  732. $strStatCheckTime = 'Utols├│ ellenőrz├⌐s';
  733. $strStatCreateTime = 'L├⌐trehoz├ís';
  734. $strStatement = 'Adatok';
  735. $strStatUpdateTime = 'Utols├│ m├│dos├¡t├ís';
  736. $strStatus = '├üllapot';
  737. $strStorageEngines = 'T├írol├│motorok';
  738. $strStorageEngine = 'T├írol├│motor';
  739. $strStrucCSV = 'CSV adat';
  740. $strStrucData = 'Szerkezet ├⌐s adatok';
  741. $strStrucExcelCSV = 'MS Excel CSV adat';
  742. $strStrucNativeExcel = 'Nat├¡v MS Excel adat';
  743. $strStrucOnly = 'Csak szerkezet';
  744. $strStructPropose = 'T├íbla strukt├║ra aj├ínlat';
  745. $strStructure = 'Strukt├║ra';
  746. $strSubmit = 'V├⌐grehajt';
  747. $strSuccess = 'Az SQL-k├⌐r├⌐st sikeresen v├⌐grehajtottam';
  748. $strSum = '├ûsszesen';
  749. $strSwedish = 'Sv├⌐d';
  750. $strSwitchToDatabase = 'V├ílt├ís a m├ísolt adatb├ízisra';
  751. $strSwitchToTable = 'V├ílt├ís a m├ísolt t├íbl├íra';
  752.  
  753. $strTableAlreadyExists = '%s t├íbla m├ír l├⌐tezik!';
  754. $strTableComments = 'T├íbla megjegyz├⌐sek';
  755. $strTableEmpty = 'A t├íblan├⌐v helye ├╝res!';
  756. $strTableHasBeenDropped = '%s t├íbl├ít eldobtam';
  757. $strTableHasBeenEmptied = '%s t├íbl├ít ki├╝r├¡tettem';
  758. $strTableHasBeenFlushed = '%s t├íbl├ít ki├¡rtam';
  759. $strTableMaintenance = 'T├íbla karbantart├ís';
  760. $strTableName = 'T├íbla neve';
  761. $strTableOfContents = 'Tartalomjegyz├⌐k';
  762. $strTableOptions = 'T├íbla opci├│k';
  763. $strTables = '%s t├íbla';
  764. $strTableStructure = 'T├íbla szerkezet:';
  765. $strTable = 'T├íbla';
  766. $strTakeIt = 'csin├íld';
  767. $strTblPrivileges = 'T├íbla-specifikus privil├⌐giumok';
  768. $strTempData = 'Ideiglenes adatok';
  769. $strTextAreaLength = 'Mivel ez a hossz, ez a mező nem szerkeszthető ';
  770. $strThai = 'Thai';
  771. $strThemeDefaultNotFound = 'A(z) %s alap├⌐rtelmezett t├⌐ma nem tal├ílhat├│!';
  772. $strThemeNoPreviewAvailable = 'Nincs előn├⌐zet.';
  773. $strThemeNotFound = 'A(z) %s t├⌐ma nem tal├ílhat├│!';
  774. $strThemeNoValidImgPath = 'Nem tal├ílhat├│ k├⌐p ├║tvonal a(z) %s t├⌐m├íhoz!';
  775. $strThemePathNotFound = 'Nem tal├ílhat├│ t├⌐ma ├║tvonal a(z) %s t├⌐m├íhoz!';
  776. $strTheme = 'T├⌐ma / St├¡lus';
  777. $strThisHost = 'Ez a g├⌐p';
  778. $strThreads = 'Sz├ílak';
  779. $strThreadSuccessfullyKilled = 'A %s. sz├ílat siker├╝lt megsz├╝ntetni.';
  780. $strTime = 'Idő';
  781. $strTimeoutInfo = 'Az előző importn├íl időt├║ll├⌐p├⌐s k├╢vetkezett be, ├║jrak├╝ld├⌐s ut├ín a %d poz├¡ci├│t├│l folytat├│dik.';
  782. $strTimeoutPassed = 'Script időt├║ll├⌐p├⌐s t├╢rt├⌐nt, ha be akarod fejezni az importot, k├╝ldd ├║jra ugyanazt a f├íjlt ├⌐s az import folytat├│dni fog.';
  783. $strToggleScratchboard = 'scratchboard kapcsol├ísa';
  784. $strTotal = '├ûsszesen';
  785. $strTotalUC = '├ûsszes';
  786. $strTraditionalChinese = 'Hagyom├ínyos k├¡nai';
  787. $strTraditionalSpanish = 'Hagyom├ínyos spanyol';
  788. $strTraffic = 'Forgalom';
  789. $strTransformation_application_octetstream__download = 'Egy linket jelen├¡t meg a mező bin├íri ada├ínak let├╢lt├⌐s├⌐hez. Első opci├│ a bin├íris f├íjl neve. M├ísodik a t├íbla sor├ínak egy lehets├⌐ges mezőneve f├íjln├⌐v gyan├ínt. Ha be├íll├¡tja a m├ísodik opci├│t, akkor az elsőt ├╝resen kell hagyni';
  790. $strTransformation_image_jpeg__inline = 'Kattinthat├│ ikon mutat├ísa; be├íll├¡t├ísok: sz├⌐less├⌐g,magass├íg pixelben (megtartja az eredeti k├⌐par├ínyt)';
  791. $strTransformation_image_jpeg__link = 'Egy linket mutat a k├⌐phez (k├╢zvetlen ablakos let├╢lt├⌐s).';
  792. $strTransformation_image_png__inline = 'image/jpeg megtekint├⌐se: bent';
  793. $strTransformation_text_plain__external = 'Csak LINUX: Elind├¡t egy k├╝lső programot, ami megkapja az adatokat a standard inputon. Visszat├⌐r a program standard outputj├ín. Alap├⌐rtelmezett a Tidy, csinos HTML k├│dot kap. Biztons├ígi megfontol├ísokb├│l k├⌐zzel kell szerkeszteni a libraries/transformations/text_plain__external.inc.php f├íjlt, ├⌐s be├¡rni a program nev├⌐t, amit futtatni akar. Az első opci├│ a program sz├íma, amit futtatni akar, a m├ísodik a program param├íterei. A harmadik opci├│ ha egyenlő eggyel, akkor a kimenet konvert├ílva lesz a htmlspecialchars() elj├ír├íssal (alap├⌐rtelmezett 1). A negyedik opci├│ ha egyre van be├íll├¡tva, egy NOWRAP form├íz├íst ad minden mezőh├╢z, ├¡gy a kimenet ├║jrat├╢rdel├⌐s n├⌐lk├╝l l├ítszik (alap├⌐rtelmezett 1)';
  794. $strTransformation_text_plain__formatted = 'A mező eredeti form├íz├ís├ínak megőrz├⌐se. Nincs kiv├⌐tel.';
  795. $strTransformation_text_plain__imagelink = 'Egy k├⌐pet es egy linket jelen├¡t meg, a mező tartalmazza a f├íjlnevet; az első opc├¡├│ egy előtag, mint pl.: "http://domain.com/", a m├ísodik a sz├⌐less├⌐g pixelben, a harmadik pedig a magass├íg.';
  796. $strTransformation_text_plain__link = 'Meg linket jelen├¡t meg, a megző tartalmazza a f├íjlnevet; az első opc├¡├│ egy előtag, mint pl.: "http://domain.com/", a m├ísodik a link neve.';
  797. $strTransformation_text_plain__substr = 'A sz├╢veg egy r├⌐sz├⌐t mutatja. Első opci├│ egy offszet, ami a kezdőpoz├¡ci├│t ├íll├¡tja be (alap├⌐rtelmezett: 0). A m├ísodik azt adja meg, hogy mennyi sz├╢veg j├╢jj├╢n vissza. Ha ├╝res, az ├╢sszes visszamarad├│ sz├╢veg ├ítj├╢n. A harmadik opci├│ban atokat a karaktereket lehet be├íll├¡tani, amik a sz├╢veg v├⌐g├⌐re ker├╝lnek, ha sz├╢vegr├⌐szt kapunk vissza (alap├⌐rtelmezett: ...) .';
  798. $strTriggers = 'Triggerek';
  799. $strTruncateQueries = 'A mutatott k├⌐r├⌐sek t├╢rl├⌐se';
  800. $strTurkish = 'T├╢r├╢k';
  801. $strType = 'T├¡pus';
  802.  
  803. $strUkrainian = 'Ukr├ín';
  804. $strUncheckAll = '├ûsszeset t├╢rli';
  805. $strUnicode = 'Unicode';
  806. $strUnique = 'Egyedi';
  807. $strUnknown = 'ismeretlen';
  808. $strUnselectAll = 'Mindet t├╢rli';
  809. $strUpdatePrivMessage = 'Friss├¡tettem a(z) %s privil├⌐giumokat.';
  810. $strUpdateProfileMessage = 'A profilt friss├¡tettem.';
  811. $strUpdateQuery = 'K├⌐r├⌐s friss├¡t├⌐se';
  812. $strUpdComTab = 'Olvassa el a Dokument├íci├│t, hogyan tudja m├│dos├¡tani a Column_comments t├íbl├ít';
  813. $strUpgrade = 'M├│dos├¡t├ís sz├╝ks├⌐ges %s %s vagy k├⌐sőbb.';
  814. $strUploadErrorCantWrite = 'Nem siker├╝lt a f├íjlt lemezre ├¡rni.';
  815. $strUsage = 'M├⌐ret';
  816. $strUseBackquotes = 'Id├⌐zőjelek haszn├ílata a t├íbla- ├⌐s mezőnevekn├⌐l';
  817. $strUsedPhpExtensions = 'Haszn├ílt PHP kiterjeszt├⌐sek';
  818. $strUseHostTable = 'Hoszt-t├íbla haszn├ílata';
  819. $strUserAlreadyExists = '%s felhaszn├íl├│ m├ír l├⌐tezik!';
  820. $strUserEmpty = 'A felhaszn├íl├│i n├⌐v mezője ├╝res!';
  821. $strUser = 'Felhaszn├íl├│';
  822. $strUserName = 'Felhaszn├íl├│i n├⌐v';
  823. $strUserNotFound = 'A kiv├ílasztott felhaszn├íl├│t nem tal├íltam a privil├⌐gium t├íbl├íban.';
  824. $strUserOverview = 'Felhaszn├íl├│ ├íttekint├⌐s';
  825. $strUsersDeleted = 'A kiv├ílasztott felhaszn├íl├│k t├╢rl├⌐se siker├╝lt.';
  826. $strUsersHavingAccessToDb = 'A felhaszn├íl├│knak hozz├íf├⌐r├⌐s├╝k van ehhez: "%s"';
  827. $strUseTabKey = 'Haszn├íld a TAB billentyűt, hogy ├⌐rt├⌐kről ├⌐rt├⌐kre mozoghass, vagy CTRL+nyilakat, hogy b├írmerre mozoghass.';
  828. $strUseTables = 'T├íbl├ík haszn├ílata';
  829. $strUseTextField = 'Sz├╢veges mező haszn├ílata';
  830. $strUseThisValue = 'Ezen ├⌐rt├⌐k haszn├ílata';
  831.  
  832. $strValidateSQL = 'SQL j├│v├íhagy├ís';
  833. $strValidatorError = 'Az SQL ellenőrzőt (SQL validator) nem siker├╝lt elind├¡tani. Ellenőrizze a sz├╝ks├⌐ges php kiterjeszt├⌐st, ahogy itt le van ├¡rva: %sdocumentation%.';
  834. $strValue = '├ërt├⌐k';
  835. $strVar = 'V├íltoz├│';
  836. $strVersionInformation = 'Verzi├│ inform├íci├│k';
  837. $strViewDumpDatabases = 'Adatb├ízis ki├¡r├ís (s├⌐ma) megtekint├⌐se';
  838. $strViewDumpDB = 'Adatb├ízis ki├¡r├ís (v├ízlat) megn├⌐z├⌐se';
  839. $strViewDump = 'T├íbla ki├¡r├ís (v├ízlat) megn├⌐z├⌐se';
  840. $strViewHasBeenDropped = '%s n├⌐zet eldobva';
  841. $strViewMaxExactCount = 'Ez a n├⌐zet t├╢bb, mint %s sort tartalmaz. N├⌐zz ut├ína a %sdokument├íci├│ban%s.';
  842. $strViewName = 'N├⌐zet neve';
  843. $strView = 'N├⌐zet';
  844.  
  845. $strWebServerUploadDirectoryError = 'Az alk├╢nyvt├ír, ami a felt├╢lt├⌐sekhez be lett ├íll├¡tva, nem el├⌐rhető';
  846. $strWebServerUploadDirectory = 'webszerver felt├╢lt├⌐si k├╢nyvt├ír';
  847. $strWelcome = '├£dv├╢z├╢l a %s';
  848. $strWestEuropean = 'Nyugat-eur├│pai';
  849. $strWildcard = 'helyettes├¡tő jel';
  850. $strWindowNotFound = 'A c├⌐l b├╢ng├⌐szőablakot nem tudtam ├║jrat├╢lteni. Tal├ín a sz├╝lőablak be lett z├írva, vagy a b├╢ng├⌐sző biztons├ígi be├íll├¡t├ísa tiltja az ablakok k├╢zti ├║jrat├╢lt├⌐st';
  851. $strWithChecked = 'A kijel├╢ltekkel v├⌐gzendő művelet:';
  852. $strWriteRequests = '├ìr├ísi k├⌐relmek';
  853. $strWrongUser = 'Hib├ís felhaszn├íl├│n├⌐v/jelsz├│. Hozz├íf├⌐r├⌐s megtagadva.';
  854.  
  855. $strXML = 'XML';
  856.  
  857. $strYes = 'Igen';
  858.  
  859. $strZeroRemovesTheLimit = 'Megjegyz├⌐s: A 0 (nulla) be├íll├¡t├ísa t├╢rli a limitet.';
  860. $strZip = '"zippel t├╢m├╢r├¡tve"';
  861.  
  862. // To translate:
  863. $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';//to translate
  864. $strAngularLinks = 'Angular links';//to translate
  865.  
  866. $strBufferReadMissesInPercent = 'Read misses in %';//to translate
  867. $strBufferWriteWaitsInPercent = 'Write waits in %';//to translate
  868. $strBusyPages = 'Busy pages';//to translate
  869.  
  870. $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';//to translate
  871. $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';//to translate
  872. $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';//to translate
  873. $strControluserFailed = 'Connection for controluser as defined in your configuration failed.';//to translate
  874. $strCreateRelation = 'Create relation';//to translate
  875. $strCreateUserDatabase = 'Database for user';//to translate
  876. $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';//to translate
  877. $strCreateUserDatabaseNone = 'None';//to translate
  878. $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';//to translate
  879.  
  880. $strDbIsEmpty = 'Database seems to be empty!';//to translate
  881. $strDeleteRelation = 'Delete relation';//to translate
  882. $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';//to translate
  883. $strDirectLinks = 'Direct links';//to translate
  884.  
  885. $strErrorRelationAdded = 'Error: Relation not added.';//to translate
  886. $strErrorRelationExists = 'Error: relation already exists.';//to translate
  887. $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';//to translate
  888. $strErrorSaveTable = 'Error saving coordinates for Designer.';//to translate
  889. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';//to translate
  890. $strExportImportToScale = 'Export/Import to scale';//to translate
  891. $strExportMustBeFile = 'Selected export type has to be saved in file!';//to translate
  892.  
  893. $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';//to translate
  894. $strFunctions = 'Functions';//to translate
  895.  
  896. $strHandler = 'Handler';//to translate
  897. $strHexForBLOB = 'Use hexadecimal for BLOB';//to translate
  898. $strHideShowAll = 'Hide/Show all';//to translate
  899. $strHideShowNoRelation = 'Hide/Show Tables with no relation';//to translate
  900.  
  901. $strIEUnsupported = 'Internet Explorer does not support this function.';//to translate
  902. $strImportExportCoords = 'Import/Export coordinates for PDF schema';//to translate
  903. $strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:';//to translate
  904. $strInnoDBAutoextendIncrement = 'Autoextend increment';//to translate
  905. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';//to translate
  906. $strInnoDBBufferPoolSize = 'Buffer pool size';//to translate
  907. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';//to translate
  908. $strInnoDBDataHomeDir = 'Data home directory';//to translate
  909. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate
  910. $strInnoDBRelationAdded = 'InnoDB relation added';//to translate
  911. $strInternalRelationAdded = 'Internal relation added';//to translate
  912. $strInvalidDatabase = 'Invalid database';//to translate
  913.  
  914. $strJoins = 'Joins';//to translate
  915.  
  916. $strKeyCache = 'Key cache';//to translate
  917. $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';//to translate
  918.  
  919. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';//to translate
  920. $strMoveMenu = 'Move Menu';//to translate
  921. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';//to translate
  922. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';//to translate
  923. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';//to translate
  924. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';//to translate
  925. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';//to translate
  926. $strMyISAMRepairThreads = 'Repair threads';//to translate
  927. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';//to translate
  928. $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';//to translate
  929.  
  930. $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';//to translate
  931.  
  932. $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';//to translate
  933.  
  934. $strPasswordHashing = 'Password Hashing';//to translate
  935. $strPDFReportExplanation = '(Generates a report containing the data of a single table)';//to translate
  936. $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';//to translate
  937. $strProcedures = 'Procedures';//to translate
  938. $strProfiling = 'Profiling';//to translate
  939.  
  940. $strQueryResultsOperations = 'Query results operations';//to translate
  941.  
  942. $strRelationDeleted = 'Relation deleted';//to translate
  943. $strReplication = 'Replication';//to translate
  944. $strRoutineReturnType = 'Return type';//to translate
  945. $strRoutines = 'Routines';//to translate
  946.  
  947. $strSelectBinaryLog = 'V├ílaszd ki a megtekintendő bin├íris napl├│t';//to translate
  948. $strSelectReferencedKey = 'Select referenced key';//to translate
  949. $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';//to translate
  950. $strShowSlaveHosts = 'Show slave hosts';//to translate
  951. $strShowSlaveStatus = 'Show slave status';//to translate
  952. $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';//to translate
  953. $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';//to translate
  954. $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size  value to cause temporary tables to be memory-based instead of disk-based.';//to translate
  955. $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';//to translate
  956. $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';//to translate
  957. $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';//to translate
  958. $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';//to translate
  959. $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';//to translate
  960. $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';//to translate
  961. $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';//to translate
  962. $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';//to translate
  963. $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';//to translate
  964. $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';//to translate
  965. $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';//to translate
  966. $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';//to translate
  967. $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';//to translate
  968. $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';//to translate
  969. $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';//to translate
  970. $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';//to translate
  971. $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';//to translate
  972. $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';//to translate
  973. $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';//to translate
  974. $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';//to translate
  975. $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';//to translate
  976. $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';//to translate
  977. $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';//to translate
  978. $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
  979. $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';//to translate
  980. $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';//to translate
  981. $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';//to translate
  982. $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';//to translate
  983. $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';//to translate
  984. $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';//to translate
  985. $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';//to translate
  986. $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';//to translate
  987. $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';//to translate
  988. $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';//to translate
  989. $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';//to translate
  990. $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';//to translate
  991. $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';//to translate
  992. $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';//to translate
  993. $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';//to translate
  994. $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';//to translate
  995. $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';//to translate
  996. $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';//to translate
  997. $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';//to translate
  998. $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';//to translate
  999. $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';//to translate
  1000. $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';//to translate
  1001. $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';//to translate
  1002. $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';//to translate
  1003. $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';//to translate
  1004. $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';//to translate
  1005. $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';//to translate
  1006. $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';//to translate
  1007. $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';//to translate
  1008. $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';//to translate
  1009. $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';//to translate
  1010. $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';//to translate
  1011. $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';//to translate
  1012. $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';//to translate
  1013. $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';//to translate
  1014. $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';//to translate
  1015. $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';//to translate
  1016. $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';//to translate
  1017. $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';//to translate
  1018. $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';//to translate
  1019. $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';//to translate
  1020. $strSkipQueries = 'Number of records(queries) to skip from start';//to translate
  1021. $strSmallBigAll = 'Small/Big All';//to translate
  1022. $strSnapToGrid = 'Snap to grid';//to translate
  1023. $strStandInStructureForView = 'Stand-in structure for view';//to translate
  1024. $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';//to translate
  1025. $strStructureForView = 'Structure for view';//to translate
  1026.  
  1027. $strTableIsEmpty = 'Table seems to be empty!';//to translate
  1028. $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';//to translate
  1029. $strToFromPage = 'to/from page';//to translate
  1030. $strToggleSmallBig = 'Toggle small/big';//to translate
  1031. $strToSelectRelation = 'To select relation, click :';//to translate
  1032. $strTransactionCoordinator = 'Transaction coordinator';//to translate
  1033. $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';//to translate
  1034. $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';//to translate
  1035. $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';//to translate
  1036.  
  1037. $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';//to translate
  1038. $strUploadErrorExtension = 'File upload stopped by extension.';//to translate
  1039. $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';//to translate
  1040. $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';//to translate
  1041. $strUploadErrorNoTempDir = 'Missing a temporary folder.';//to translate
  1042. $strUploadErrorPartial = 'The uploaded file was only partially uploaded.';//to translate
  1043. $strUploadErrorUnknown = 'Unknown error in file upload.';//to translate
  1044. $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';//to translate
  1045. $strUploadsNotAllowed = 'File uploads are not allowed on this server.';//to translate
  1046.  
  1047. $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';  //to translate
  1048. ?>
  1049.