home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / hungarian-utf-8.inc.php < prev    next >
Encoding:
PHP Script  |  2004-06-06  |  42.6 KB  |  739 lines

  1. <?php
  2. /* $Id: hungarian-utf-8.inc.php,v 2.6.2.1 2004/06/07 10:09:55 rabus Exp $ */
  3.  
  4. // Peter Bakondy <bakondyp@freemail.hu>
  5.  
  6. $charset = 'utf-8';
  7. $allow_recoding = TRUE;
  8. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  9. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  10. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  11. $number_thousands_separator = ' ';
  12. $number_decimal_separator = '.';
  13. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  14. $byteUnits = array('B├íjt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  15.  
  16. $day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
  17. $month = array('Jan', 'Feb', 'M├írc', '├üpr', 'M├íj', 'J├║n', 'J├║l', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
  18. // Le├¡r├ís a $datefmt v├íltoz├│ defini├íl├ís├íhoz:
  19. // http://www.php.net/manual/en/function.strftime.php
  20. $datefmt = '%Y. %B %d. %H:%M';
  21.  
  22. $strAccessDenied = 'Hozz├íf├⌐r├⌐s megtagadva';
  23. $strAction = 'Parancs';
  24. $strAddDeleteColumn = 'Mező Oszlopokat Hozz├íad/T├╢r├╢l';
  25. $strAddDeleteRow = 'Krit├⌐rium Sort Hozz├íad/T├╢r├╢l';
  26. $strAddNewField = '├Üj mező hozz├íad├ísa';
  27. $strAddPriv = '├Üj privil├⌐giumot ad';
  28. $strAddPrivMessage = 'Az ├║j privil├⌐giumot hozz├íadtam.';
  29. $strAddSearchConditions = 'Keres├⌐si felt├⌐telek megad├ísa (az "ahol" kik├╢t├⌐sek):';
  30. $strAddToIndex = 'Adj az indexhez  %s oszlopot';
  31. $strAddUser = '├Üj felhaszn├íl├│ hozz├íad├ísa';
  32. $strAddUserMessage = 'Az ├║j felhaszn├íl├│t felvettem.';
  33. $strAffectedRows = 'Keresett sorok:';
  34. $strAfter = '%s ut├ín';
  35. $strAfterInsertBack = 'Vissza az előző oldalra';
  36. $strAfterInsertNewInsert = '├Üj sor besz├║r├ísa';
  37. $strAll = 'Mind';
  38. $strAllTableSameWidth = 'minden t├íbla ezzel a sz├⌐less├⌐ggel jelenjen meg?';
  39. $strAlterOrderBy = 'T├íbla megv├íltoz├ísa rendezve e szerint:';
  40. $strAnalyzeTable = 'T├íbla vizsg├ílat';
  41. $strAnd = '├ës';
  42. $strAnIndex = 'Indexet hozz├íadtam: %s';
  43. $strAny = 'B├írmely';
  44. $strAnyColumn = 'B├írmely oszlop';
  45. $strAnyDatabase = 'B├írmely adatb├ízis';
  46. $strAnyHost = 'B├írmely hoszt';
  47. $strAnyTable = 'B├írmely t├íbla';
  48. $strAnyUser = 'B├írmely felhaszn├íl├│';
  49. $strAPrimaryKey = 'Elsodleges kulcsot hozz├íadtam: %s';
  50. $strAscending = 'N├╢vekvő';
  51. $strAtBeginningOfTable = 'A t├íbla elej├⌐n├⌐l';
  52. $strAtEndOfTable = 'A t├íbla v├⌐g├⌐n├⌐l';
  53. $strAttr = 'Tulajdons├ígok';
  54.  
  55. $strBack = 'Vissza';
  56. $strBeginCut = 'Kiv├íg├ís Kezdete';
  57. $strBeginRaw = 'Feldolgozatlan Kezdete';
  58. $strBinary = 'Bin├íris';
  59. $strBinaryDoNotEdit = 'Bin├íris - nem szerkeszthető';
  60. $strBookmarkDeleted = 'A k├╢nyvjelzot t├╢r├╢ltem.';
  61. $strBookmarkLabel = 'Felirat';
  62. $strBookmarkQuery = 'Feljegyzett SQL-k├⌐r├⌐s';
  63. $strBookmarkThis = 'Jegyezd fel az SQL-k├⌐r├⌐s';
  64. $strBookmarkView = 'Csak megn├⌐zhető';
  65. $strBrowse = 'Tartalom';
  66. $strBzip = '"bzip-pel t├╢m├╢r├¡tve"';
  67.  
  68. $strCantLoadMySQL = 'nem tudom bet├╢lteni a MySQL bőv├¡tm├⌐nyt,<br />ellenőrizd a PHP konfigur├íci├│t.';
  69. $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 phpMyAdminban.';
  70. $strCantRenameIdxToPrimary = 'Nem tudom ├ítnevezni az indexet PRIMARY-v├í!';
  71. $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.';
  72. $strCardinality = 'Sz├ímoss├íg';
  73. $strCarriage = 'Kocsivissza: \\r';
  74. $strChange = 'V├íltoztat';
  75. $strChangeDisplay = 'V├ílassz mezőt a megjelen├¡t├⌐shez';
  76. $strChangePassword = 'Jelsz├│ megv├íltoztat├ísa';
  77. $strCharsetOfFile = 'A f├íjl karakterk├⌐szlete:';
  78. $strCheckAll = '├ûsszeset kijel├╢li';
  79. $strCheckDbPriv = 'Adatb├ízis Privil├⌐giumok Ellenőrz├⌐se';
  80. $strCheckTable = 'T├íbla ellenőrz├⌐s';
  81. $strChoosePage = 'V├ílassz oldalt a szerkeszt├⌐shez';
  82. $strColComFeat = 'Oszlop megjegyz├⌐sek megjelen├¡t├⌐se';
  83. $strColumn = 'Oszlop';
  84. $strColumnNames = 'Oszlop nevek';
  85. $strComments = 'Megjegyz├⌐sek';
  86. $strCompleteInserts = 'Mezőneveket is hozz├íadja';
  87. $strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigur├íci├│s f├íjlt!<br />Lehet, hogy a php szintaktikai hib├ít tal├ílt benne, vagy nem tal├ílja a f├íjlt.<br />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.<br />Ha ├╝res oldalt kapsz, minden rendben.';
  88. $strConfigureTableCoord = '├üll├¡tsd be a(z) $s t├íbla koordin├ít├íit';
  89. $strConfirm = 'Biztos, hogy v├⌐gre akarod hajtani?';
  90. $strCookiesRequired = 'A Cookie-kat most enged├⌐lyezned kell.';
  91. $strCopyTable = 'T├íbla m├ísol├ísa ide (adatb├ízis<b>.</b>t├íbla):';
  92. $strCopyTableOK = '%s t├íbl├ít ide m├ísoltam: %s.';
  93. $strCreate = 'L├⌐trehoz';
  94. $strCreateIndex = 'K├⌐sz├¡ts egy indexet a(z) %s . oszlopon';
  95. $strCreateIndexTopic = '├Üj index l├⌐trehoz├ísa';
  96. $strCreateNewDatabase = '├Üj adatb├ízis l├⌐trehoz├ísa';
  97. $strCreateNewTable = '├Üj t├íbla l├⌐trehoz├ísa az adatb├ízisban: %s';
  98. $strCreatePage = '├Üj oldal k├⌐sz├¡t├⌐se';
  99. $strCreatePdfFeat = 'PDF k├⌐sz├¡t├⌐se';
  100. $strCriteria = 'Krit├⌐rium';
  101.  
  102. $strData = 'Adat';
  103. $strDatabase = 'Adatb├ízis ';
  104. $strDatabaseHasBeenDropped = '%s adatb├ízist eldobtam.';
  105. $strDatabases = 'adatb├ízisok';
  106. $strDatabasesStats = 'Adatb├ízis statisztika';
  107. $strDatabaseWildcard = 'Adatb├ízis (joker-karakterek elfogadva):';
  108. $strDataOnly = 'Csak adatok';
  109. $strDefault = 'Alap├⌐rtelmezett';
  110. $strDelete = 'T├╢r├╢l';
  111. $strDeleted = 'A sort t├╢r├╢ltem';
  112. $strDeletedRows = 'T├╢r├╢lt sorok:';
  113. $strDeleteFailed = 'T├╢rl├⌐s meghi├║sult!';
  114. $strDeleteUserMessage = '%s felhaszn├íl├│t t├╢r├╢ltem.';
  115. $strDescending = 'Cs├╢kkenő';
  116. $strDisabled = 'Tiltott';
  117. $strDisplay = 'Megjelen├¡t├⌐s';
  118. $strDisplayFeat = 'Megjelen├¡t├⌐s tulajdons├ígok';
  119. $strDisplayOrder = 'Megjelen├¡t├⌐s rendez├⌐s:';
  120. $strDisplayPDF = 'PDF s├⌐ma kijelz├⌐se';
  121. $strDoAQuery = 'Csin├ílj egy "lek├⌐rdez├⌐st" (helyettes├¡tő karakter: "%")';
  122. $strDocu = 'Dokument├íci├│';
  123. $strDoYouReally = 'Biztos ez akarod? ';
  124. $strDrop = 'Eldob';
  125. $strDropDB = 'Adatb├ízis eldob├ísa %s';
  126. $strDropTable = 'T├íbla eldob├ísa';
  127. $strDumpingData = 'T├íbla adatok:';
  128. $strDumpXRows = '%s sor ki├¡r├ísa a %s. sorral kezdődik';
  129. $strDynamic = 'dinamikus';
  130.  
  131. $strEdit = 'Szerkeszt';
  132. $strEditPDFPages = 'PDF oldalak szerkeszt├⌐se';
  133. $strEditPrivileges = 'Privil├⌐giumok szerkeszt├⌐se';
  134. $strEffective = 'Hat├ílyos';
  135. $strEmpty = 'Ki├╝r├¡t';
  136. $strEmptyResultSet = 'A MySQL ├╝reset adott vissza (nincsenek sorok).';
  137. $strEnabled = 'Enged├⌐lyezett';
  138. $strEnd = 'V├⌐ge';
  139. $strEndCut = 'Kiv├íg├ís V├⌐ge';
  140. $strEndRaw = 'Feldolgozatlan V├⌐ge';
  141. $strEnglishPrivileges = ' Megjegyz├⌐s: A MySQL privil├⌐gium nevek az angolb├│l sz├írmaznak ';
  142. $strError = 'Hiba';
  143. $strExplain = 'SQL magyar├ízat';
  144. $strExport = 'Export';
  145. $strExportToXML = 'Export XML-form├ítumba';
  146. $strExtendedInserts = 'Kiterjesztett besz├║r├ísok';
  147. $strExtra = 'Extra';
  148.  
  149. $strField = 'Mező';
  150. $strFieldHasBeenDropped = '%s mezőt eldobtam';
  151. $strFields = 'Mezők sz├íma';
  152. $strFieldsEmpty = ' A mező sz├ímoss├íga nulla! ';
  153. $strFieldsEnclosedBy = 'Mező lez├ír├ís';
  154. $strFieldsEscapedBy = 'Mező escape karakter';
  155. $strFieldsTerminatedBy = 'Mező v├⌐ge';
  156. $strFixed = 'r├╢gz├¡tett';
  157. $strFlushTable = 'T├íbla ki├¡r├ísa ("FLUSH")';
  158. $strFormat = 'Form├ítum';
  159. $strFormEmpty = 'Hi├ínyz├│ adat a formban !';
  160. $strFullText = 'Teljes Sz├╢vegek';
  161. $strFunction = 'Funkci├│';
  162.  
  163. $strGenBy = 'K├⌐sz├¡tette';
  164. $strGeneralRelationFeat = '├ültal├ínos rel├íci├│s jellemzők';
  165. $strGenTime = 'L├⌐trehoz├ís ideje';
  166. $strGo = 'V├⌐grehajt';
  167. $strGrants = 'Enged├⌐lyek';
  168. $strGzip = '"gzip-pel t├╢m├╢r├¡tve"';
  169.  
  170. $strHasBeenAltered = 'megv├íltozott.';
  171. $strHasBeenCreated = 'megsz├╝letett.';
  172. $strHaveToShow = 'Legal├íbb egy oszlopot v├ílasztanod kell a megjelen├¡t├⌐shez';
  173. $strHome = 'Kezdőlap';
  174. $strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap';
  175. $strHomepageSourceforge = 'Sourceforge phpMyAdmin Let├╢lt├⌐s Oldal';
  176. $strHost = 'Hoszt';
  177. $strHostEmpty = 'A hosztn├⌐v ├╝res!';
  178.  
  179. $strIdxFulltext = 'Fulltext';
  180. $strIfYouWish = 'Ha csak a t├íbla n├⌐h├íny oszlop├ít akarod megjelen├¡teni, adj meg egy vesszőkkel elv├ílasztott mezőlist├ít.';
  181. $strIgnore = 'Elutas├¡t';
  182. $strIndex = 'Index';
  183. $strIndexes = 'Indexek';
  184. $strIndexHasBeenDropped = '%s indexet eldobtam';
  185. $strIndexName = 'Index n├⌐v :';
  186. $strIndexType = 'Index tipus :';
  187. $strInsert = 'Besz├║r';
  188. $strInsertAsNewRow = 'Besz├║r├ís ├║j sork├⌐nt';
  189. $strInsertedRows = 'Besz├║rt sorok:';
  190. $strInsertNewRow = '├Üj sor besz├║r├ísa';
  191. $strInsertTextfiles = 'Sz├╢vegf├íjl tartalm├ínak besz├║r├ísa a t├íbl├íba';
  192. $strInstructions = 'Parancs';
  193. $strInUse = 'haszn├ílatban';
  194. $strInvalidName = '"%s" egy fenntartott sz├│, nem haszn├ílhatod adatb├ízis/t├íbla/mező nevek├⌐nt.';
  195.  
  196. $strKeepPass = 'Ne v├íltoztasd meg a jelsz├│t';
  197. $strKeyname = 'Kulcsn├⌐v';
  198. $strKill = 'Le├íll├¡t';
  199.  
  200. $strLength = 'Hossz';
  201. $strLengthSet = 'Hossz/├ërt├⌐k*';
  202. $strLimitNumRows = 'Sorok sz├íma oldalank├⌐nt';
  203. $strLineFeed = 'Soremel├⌐s: \\n';
  204. $strLines = 'Sor';
  205. $strLinesTerminatedBy = 'Sorok v├⌐ge';
  206. $strLinkNotFound = 'Link nem tal├ílhat├│';
  207. $strLinksTo = 'Linkek:';
  208. $strLocationTextfile = 'A sz├╢vegf├íjl helye';
  209. $strLogin = 'Bel├⌐p├⌐s';
  210. $strLogout = 'Kil├⌐p├⌐s';
  211. $strLogPassword = 'Jelsz├│:';
  212. $strLogUsername = 'Felhaszn├íl├│i n├⌐v:';
  213.  
  214. $strMissingBracket = 'Hi├ínyz├│ sz├╢gletes z├ír├│jel';
  215. $strModifications = 'A v├íltoz├ísokat elmentettem';
  216. $strModify = 'V├íltoz├ís';
  217. $strModifyIndexTopic = 'Index v├íltoz├ísa';
  218. $strMoveTable = 'T├íbla ├íthelyez├⌐se ide (adatb├ízis<b>.</b>t├íbla):';
  219. $strMoveTableOK = '%s t├íbl├ít ├íthelyeztem ide: %s.';
  220. $strMySQLCharset = 'MySQL karakterk├⌐szlet';
  221. $strMySQLReloaded = 'MySQL ├║jrat├╢ltve.';
  222. $strMySQLSaid = 'MySQL jelzi: ';
  223. $strMySQLServerProcess = 'MySQL %pma_s1%, szerver: %pma_s2%, felhaszn├íl├│: %pma_s3%';
  224. $strMySQLShowProcess = 'Mutasd meg a folyamatokat';
  225. $strMySQLShowStatus = 'Mutasd meg a MySQL fut├ísi inform├íci├│kat';
  226. $strMySQLShowVars = 'Mutasd meg a MySQL rendszer v├íltoz├│kat';
  227.  
  228. $strName = 'Neve';
  229. $strNext = 'K├╢vetkező';
  230. $strNo = 'Nem';
  231. $strNoDatabases = 'Nincs adatb├ízis';
  232. $strNoDescription = 'nincs le├¡r├ís';
  233. $strNoDropDatabases = '"DROP DATABASE" utas├¡t├ís le van tiltva.';
  234. $strNoExplain = 'SQL magyar├ízat ├ítugr├ísa';
  235. $strNoFrames = 'A phpMyAdmin haszn├ílhat├│bb egy <b>frame-kezelő</b> b├╢ng├⌐szőben.';
  236. $strNoIndex = 'Nincs index meghat├írozva!';
  237. $strNoIndexPartsDefined = 'Nincs index darab meghat├írozva!';
  238. $strNoModification = 'Nincs v├íltoz├ís';
  239. $strNone = 'Nincs';
  240. $strNoPassword = 'Nincs jelsz├│';
  241. $strNoPhp = 'PHP k├│d n├⌐lk├╝l';
  242. $strNoPrivileges = 'Nincs privil├⌐gium';
  243. $strNoRights = 'Nincs el├⌐g jogod ennek v├⌐grehajt├ís├íra!';
  244. $strNoTablesFound = 'Nincs t├íbla az adatb├ízisban.';
  245. $strNotNumber = 'Ez nem egy sz├ím!';
  246. $strNotOK = 'Nincs rendben';
  247. $strNotSet = '<b>%s</b> t├íbl├ít nem tal├íltam vagy nincs benne: %s';
  248. $strNotValidNumber = ' nem ├⌐rv├⌐nyes sorsz├ím!';
  249. $strNoUsersFound = 'Nem tal├íltam felhaszn├íl├│(ka)t.';
  250. $strNoValidateSQL = 'SQL j├│v├íhagy├ís ├ítugr├ísa';
  251. $strNull = 'Null';
  252. $strNumSearchResultsInTable = '%s tal├ílat <i>%s</i> t├íbl├íban';
  253. $strNumSearchResultsTotal = '<b>├ûsszes:</b> <i>%s</i> tal├ílat';
  254.  
  255. $strOftenQuotation = 'Gyakran id├⌐zőjel. Opcion├ílisan a char ├⌐s varchar mezők lez├írhat├│k a \"lez├ír├ís\"-karakterrel.';
  256. $strOK = 'Rendben';
  257. $strOperations = 'Tev├⌐kenys├⌐gek';
  258. $strOptimizeTable = 'T├íbla optimaliz├íl├ís';
  259. $strOptionalControls = 'Opcion├ílis. Vez├⌐rlők, amelyekkel ├¡rhatsz ├⌐s olvashatsz speci├ílis karaktereket.';
  260. $strOptionally = 'Opcion├ílis';
  261. $strOptions = 'Opci├│k';
  262. $strOr = 'Vagy';
  263. $strOverhead = 'Fel├╝l├¡r├ís';
  264.  
  265. $strPageNumber = 'Oldalsz├ím:';
  266. $strPartialText = 'R├⌐szleges Sz├╢vegek';
  267. $strPassword = 'Jelsz├│';
  268. $strPasswordEmpty = 'A jelsz├│ mező ├╝res!';
  269. $strPasswordNotSame = 'A jelszavak nem azonosak!';
  270. $strPdfDbSchema = '"%s" adatb├ízis s├⌐m├íja - %s oldal';
  271. $strPdfInvalidPageNum = 'Meghat├írozatlan PDF oldalsz├ím!';
  272. $strPdfInvalidTblName = '"%s" t├íbla nem l├⌐tezik!';
  273. $strPdfNoTables = 'Nincs t├íbla';
  274. $strPhp = 'PHP k├│d k├⌐sz├¡t├⌐se';
  275. $strPHPVersion = 'PHP Verzi├│';
  276. $strPmaDocumentation = 'phpMyAdmin dokument├íci├│';
  277. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ├⌐rt├⌐k├⌐t a konfigur├íci├│s f├íjlban KELL be├íll├¡tani!';
  278. $strPos1 = 'Kezdet';
  279. $strPrevious = 'Előző';
  280. $strPrimary = 'Elsődleges';
  281. $strPrimaryKey = 'Elsődleges kulcs';
  282. $strPrimaryKeyHasBeenDropped = 'Az elsődleges kulcsot eldobtam';
  283. $strPrimaryKeyName = 'Az elsődleges kulcs nev├⌐nek "PRIMARY"-nak kell lennie!';
  284. $strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, ├⌐s <b>csak annak</b> szabad lennie az elsődleges kulcsnak!)';
  285. $strPrintView = 'Nyomtat├ísi n├⌐zet';
  286. $strPrivileges = 'Privil├⌐giumok';
  287. $strProperties = 'Tulajdons├ígok';
  288.  
  289. $strQBE = 'Lek├⌐rdez├⌐s';
  290. $strQBEDel = 'T├╢r├╢l';
  291. $strQBEIns = 'Besz├║r';
  292. $strQueryOnDb = 'SQL-k├⌐r├⌐s <b>%s</b> adatb├ízison:';
  293.  
  294. $strRecords = 'Sor';
  295. $strReferentialIntegrity = 'Hivatkoz├ísi s├⌐rtetlens├⌐g ellenorz├⌐se:';
  296. $strRelationNotWorking = 'A munka kieg├⌐sz├¡tő tulajdons├ígai a vonatkoz├│ t├íbl├íkra meg lettek sz├╝ntetve. Az okok├⌐rt kattints %side%s.';
  297. $strRelationView = 'Rel├íci├│ n├⌐zet';
  298. $strReloadFailed = 'MySQL ├║jrat├╢lt├⌐se sikertelen.';
  299. $strReloadMySQL = 'MySQL ├║jrat├╢lt├⌐se';
  300. $strRememberReload = 'Ne felejtd el ├║jrat├╢lteni a szervert.';
  301. $strRenameTable = 'T├íbla ├ítnevez├⌐se erre';
  302. $strRenameTableOK = '%s t├íbl├ít ├ítneveztem erre: %s';
  303. $strRepairTable = 'T├íbla jav├¡t├ís';
  304. $strReplace = 'Csere';
  305. $strReplaceTable = 'T├íbla adatok ├⌐s f├íjl cser├⌐je';
  306. $strReset = 'T├╢r├╢l';
  307. $strReType = '├Üjra├¡r├ís';
  308. $strRevoke = 'Visszavon';
  309. $strRevokeGrant = 'Visszavon├íst enged├⌐lyez';
  310. $strRevokeGrantMessage = 'Visszavontad %s privil├⌐giumait';
  311. $strRevokeMessage = 'Visszavontam a %s privil├⌐giumokat';
  312. $strRevokePriv = 'Privil├⌐giumok visszavon├ísa';
  313. $strRowLength = 'Sorhossz';
  314. $strRows = 'Sorok';
  315. $strRowsFrom = 'sor kezdve ezzel:';
  316. $strRowSize = ' Sorm├⌐ret ';
  317. $strRowsModeHorizontal = 'v├¡zszintes';
  318. $strRowsModeOptions = '%s m├│don, a fejl├⌐cet %s soronk├⌐nt megism├⌐telve';
  319. $strRowsModeVertical = 'f├╝ggőleges';
  320. $strRowsStatistic = 'Sor-statisztika';
  321. $strRunning = ': %s';
  322. $strRunQuery = 'K├⌐r├⌐s v├⌐grehajt├ísa';
  323. $strRunSQLQuery = 'SQL parancs(ok) futtat├ísa a(z) %s adatb├ízison';
  324.  
  325. $strSave = 'Ment';
  326. $strScaleFactorSmall = 'A m├⌐ret elem t├║l kicsi, hogy megfelelő legyen a s├⌐m├íhoz egy oldalon';
  327. $strSearch = 'Keres├⌐s';
  328. $strSearchFormTitle = 'Keres├⌐s az adatb├ízisban';
  329. $strSearchInTables = 'T├íbl├í(k)ban:';
  330. $strSearchNeedle = 'Szavak vagy ├⌐rt├⌐kek a keres├⌐shez (helyettes├¡tő karakter: "%"):';
  331. $strSearchOption2 = '├╢sszes sz├│';
  332. $strSearchOption3 = 'a helyes mondat';
  333. $strSearchOption4 = 'regul├ír├íris kifejez├⌐sk├⌐nt';
  334. $strSearchResultsFor = 'Keres├⌐si eredm├⌐nyek "<i>%s</i>" %s:';
  335. $strSearchType = 'Keress:';
  336. $strSelect = 'Kiv├ílaszt';
  337. $strSelectADb = 'V├ílassz egy adatb├ízist';
  338. $strSelectAll = 'Mindet kijel├╢li';
  339. $strSelectFields = 'Mezők kiv├ílaszt├ísa (legal├íbb egyet):';
  340. $strSelectNumRows = 'k├⌐r├⌐sben';
  341. $strSelectTables = 'T├íbl├ík kiv├ílaszt├ísa';
  342. $strSend = 'F├íjln├⌐v megad├ísa';
  343. $strServerChoice = 'Szerver V├ílaszt├ís';
  344. $strServerVersion = 'Szerver verzi├│';
  345. $strSetEnumVal = 'Ha a mező tipusa "enum" vagy "set", akkor az ├⌐rt├⌐keket ilyen form├íban ├¡rd be: \'a\',\'b\',\'c\'...<br />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\').';
  346. $strShow = 'Mutat';
  347. $strShowAll = 'Mutasd mindet';
  348. $strShowColor = 'Mutasd a sz├¡neket';
  349. $strShowCols = 'Mutasd az oszlopokat';
  350. $strShowGrid = 'Mutasd a r├ícsot';
  351. $strShowingRecords = 'Sorok megjelen├¡t├⌐se ';
  352. $strShowPHPInfo = 'PHP inform├íci├│';
  353. $strShowTableDimension = 'Mutasd a t├íbl├ík m├⌐ret├⌐t';
  354. $strShowTables = 'Mutasd a t├íbl├íkat';
  355. $strShowThisQuery = ' Mutasd a parancsot itt ├║jra ';
  356. $strSingly = '(egyenk├⌐nt)';
  357. $strSize = 'M├⌐ret';
  358. $strSort = 'Sorrendez├⌐s';
  359. $strSpaceUsage = 'Helyfoglal├ís';
  360. $strSplitWordsWithSpace = 'A szavak fel vannak osztva sz├│k├╢z karakter szerint (" ").';
  361. $strSQL = 'SQL';
  362. $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 parancsoros 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:';
  363. $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';
  364. $strSQLQuery = 'SQL-k├⌐r├⌐s';
  365. $strSQLResult = 'SQL eredm├⌐ny';
  366. $strSQPBugInvalidIdentifer = '├ërv├⌐nytelen azonos├¡t├│';
  367. $strSQPBugUnclosedQuote = 'Lez├íratlan lek├⌐rdez├⌐s';
  368. $strSQPBugUnknownPunctuation = 'Ismeretlen k├╢zpontozott sztring';
  369. $strStatement = 'Adatok';
  370. $strStrucCSV = 'CSV adat';
  371. $strStrucData = 'Szerkezet ├⌐s adatok';
  372. $strStrucDrop = '\'T├íbla eldob├ís\' hozz├íad├ísa';
  373. $strStrucExcelCSV = 'M$ Excel CSV adat';
  374. $strStrucOnly = 'Csak szerkezet';
  375. $strStructPropose = 'T├íbla strukt├║ra aj├ínlat';
  376. $strStructure = 'Strukt├║ra';
  377. $strSubmit = 'V├⌐grehajt';
  378. $strSuccess = 'Az SQL-k├⌐r├⌐st sikeresen v├⌐grehajtottam';
  379. $strSum = '├ûsszesen';
  380.  
  381. $strTable = 'T├íbla';
  382. $strTableComments = 'T├íbla megjegyz├⌐sek';
  383. $strTableEmpty = 'A t├íblan├⌐v helye ├╝res!';
  384. $strTableHasBeenDropped = '%s t├íbl├ít eldobtam';
  385. $strTableHasBeenEmptied = '%s t├íbl├ít ki├╝r├¡tettem';
  386. $strTableHasBeenFlushed = '%s t├íbl├ít ki├¡rtam';
  387. $strTableMaintenance = 'T├íbla karbantart├ís';
  388. $strTables = '%s t├íbla';
  389. $strTableStructure = 'T├íbla szerkezet:';
  390. $strTableType = 'T├íbla tipusa';
  391. $strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mező nem szerkeszthető ';
  392. $strTheContent = 'A f├íjl tartalm├ít beillesztettem.';
  393. $strTheContents = 'A f├íjl ├⌐s a kiv├ílasztott t├íbla sorainak tartalm├ít azonos elsődleges vagy egyedi kulccsal cser├⌐li ki.';
  394. $strTheTerminator = 'A mezők lez├ír├│ja.';
  395. $strTotal = '├ûsszesen';
  396. $strType = 'Tipus';
  397.  
  398. $strUncheckAll = '├ûsszeset t├╢rli';
  399. $strUnique = 'Egyedi';
  400. $strUnselectAll = 'Mindet t├╢rli';
  401. $strUpdatePrivMessage = 'Friss├¡tettem a(z) %s privil├⌐giumokat.';
  402. $strUpdateProfile = 'Profil friss├¡t├⌐s:';
  403. $strUpdateProfileMessage = 'A profilt friss├¡tettem.';
  404. $strUpdateQuery = 'K├⌐r├⌐s friss├¡t├⌐s';
  405. $strUsage = 'M├⌐ret';
  406. $strUseBackquotes = 'Id├⌐zőjelek haszn├ílata a t├íbla- ├⌐s mezőnevekn├⌐l';
  407. $strUser = 'Felhaszn├íl├│';
  408. $strUserEmpty = 'A felhaszn├íl├│i n├⌐v mezője ├╝res!';
  409. $strUserName = 'Felhaszn├íl├│i n├⌐v';
  410. $strUsers = 'Felhaszn├íl├│k';
  411. $strUseTables = 'T├íbl├ík haszn├ílata';
  412.  
  413. $strValidateSQL = 'SQL j├│v├íhagy├ís';
  414. $strValue = '├ërt├⌐k';
  415. $strViewDump = 'T├íbla ki├¡r├ís (v├ízlat) megn├⌐z├⌐se';
  416. $strViewDumpDB = 'Adatb├ízis ki├¡r├ís (v├ízlat) megn├⌐z├⌐se';
  417.  
  418. $strWelcome = '├£dv├╢z├╢l a %s';
  419. $strWithChecked = 'A kijel├╢ltekkel v├⌐gzendő művelet:';
  420. $strWrongUser = 'Rossz felhaszn├íl├│i n├⌐v/jelsz├│. Hozz├íf├⌐r├⌐s megtagadva.';
  421.  
  422. $strYes = 'Igen';
  423.  
  424. $strZip = '"zippel t├╢m├╢r├¡tve"';
  425. // To translate
  426.  
  427. $strNoQuery = 'Nincs SQL k├⌐r├⌐s!';  //to translate
  428.  
  429. $strSearchOption1 = 'at least one of the words';//to translate
  430.  
  431. $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';  //to translate
  432. $strWebServerUploadDirectory = 'web-server upload directory';  //to translate
  433. $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';  //to translate
  434. $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
  435. $strServer = 'Server %s';  //to translate
  436. $strPutColNames = 'Put fields names at first row';  //to translate
  437. $strImportDocSQL = 'Import docSQL Files';  //to translate
  438. $strDataDict = 'Data Dictionary';  //to translate
  439. $strPrint = 'Print';  //to translate
  440. $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';  //to translate
  441. $strCompression = 'Compression'; //to translate
  442. $strNumTables = 'Tables'; //to translate
  443. $strTotalUC = 'Total'; //to translate
  444. $strRelationalSchema = 'Relational schema';  //to translate
  445. $strTableOfContents = 'Table of contents';  //to translate
  446. $strCannotLogin = 'Cannot login to MySQL server';  //to translate
  447. $strShowDatadictAs = 'Data Dictionary Format';  //to translate
  448. $strLandscape = 'Landscape';  //to translate
  449. $strPortrait = 'Portrait';  //to translate
  450.  
  451. $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
  452.  
  453. $strAbortedClients = 'Aborted'; //to translate
  454. $strConnections = 'Connections'; //to translate
  455. $strFailedAttempts = 'Failed attempts'; //to translate
  456. $strGlobalValue = 'Global value'; //to translate
  457. $strMoreStatusVars = 'More status variables'; //to translate
  458. $strPerHour = 'per hour'; //to translate
  459. $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
  460. $strQueryType = 'Query type'; //to translate
  461. $strReceived = 'Received'; //to translate
  462. $strSent = 'Sent'; //to translate
  463. $strServerStatus = 'Runtime Information'; //to translate
  464. $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
  465. $strServerTabVariables = 'Variables'; //to translate
  466. $strServerTabProcesslist = 'Processes'; //to translate
  467. $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
  468. $strServerVars = 'Server variables and settings'; //to translate
  469. $strSessionValue = 'Session value'; //to translate
  470. $strTraffic = 'Traffic'; //to translate
  471. $strVar = 'Variable'; //to translate
  472.  
  473. $strCommand = 'Command'; //to translate
  474. $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
  475. $strId = 'ID'; //to translate
  476. $strProcesslist = 'Process list'; //to translate
  477. $strStatus = 'Status'; //to translate
  478. $strTime = 'Time'; //to translate
  479. $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
  480.  
  481. $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
  482. $strLaTeX = 'LaTeX';  //to translate
  483.  
  484. $strAdministration = 'Administration'; //to translate
  485. $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
  486. $strGlobalPrivileges = 'Global privileges'; //to translate
  487. $strGrantOption = 'Grant'; //to translate
  488. $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
  489. $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
  490. $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
  491. $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
  492. $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
  493. $strPrivDescDelete = 'Allows deleting data.'; //to translate
  494. $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
  495. $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
  496. $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
  497. $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
  498. $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
  499. $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
  500. $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
  501. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  502. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  503. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  504. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  505. $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
  506. $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
  507. $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
  508. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  509. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  510. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  511. $strPrivDescSelect = 'Allows reading data.'; //to translate
  512. $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
  513. $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
  514. $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
  515. $strPrivDescUpdate = 'Allows changing data.'; //to translate
  516. $strPrivDescUsage = 'No privileges.'; //to translate
  517. $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
  518. $strResourceLimits = 'Resource limits'; //to translate
  519. $strUserOverview = 'User overview'; //to translate
  520. $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
  521.  
  522. $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
  523.  
  524. $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
  525. $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
  526. $strDeleting = 'Deleting %s'; //to translate
  527. $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
  528. $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
  529. $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
  530. $strRemoveSelectedUsers = 'Remove selected users'; //to translate
  531. $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
  532. $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
  533. $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
  534.  
  535. $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
  536. $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
  537. $strColumnPrivileges = 'Column-specific privileges'; //to translate
  538. $strDbPrivileges = 'Database-specific privileges'; //to translate
  539. $strLocalhost = 'Local';
  540. $strLoginInformation = 'Login Information'; //to translate
  541. $strTblPrivileges = 'Table-specific privileges'; //to translate
  542. $strThisHost = 'This Host'; //to translate
  543. $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
  544. $strUserAlreadyExists = 'The user %s already exists!'; //to translate
  545. $strUseTextField = 'Use text field'; //to translate
  546.  
  547. $strNoUsersSelected = 'No users selected.'; //to translate
  548. $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
  549. $strAddedColumnComment = 'Added comment for column';  //to translate
  550. $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
  551. $strAddedColumnRelation = 'Added relation for column';  //to translate
  552. $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
  553. $strImportFinished = 'Import finished';  //to translate
  554. $strFileCouldNotBeRead = 'File could not be read';  //to translate
  555. $strIgnoringFile = 'Ignoring file %s';  //to translate
  556. $strThisNotDirectory = 'This was not a directory';  //to translate
  557. $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
  558. $strImportFiles = 'Import files';  //to translate
  559. $strDBGModule = 'Module';  //to translate
  560. $strDBGLine = 'Line';  //to translate
  561. $strDBGHits = 'Hits';  //to translate
  562. $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
  563. $strDBGTotalTimeMs = 'Total time, ms';  //to translate
  564. $strDBGMinTimeMs = 'Min time, ms';  //to translate
  565. $strDBGMaxTimeMs = 'Max time, ms';  //to translate
  566. $strDBGContextID = 'Context ID';  //to translate
  567. $strDBGContext = 'Context';  //to translate
  568. $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
  569. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  570. $strCheckPrivs = 'Check Privileges';  //to translate
  571. $strCheckPrivsLong = 'Check privileges for database "%s".';  //to translate
  572. $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
  573. $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
  574. $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
  575. $strJumpToDB = 'Jump to database "%s".';  //to translate
  576. $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
  577. $strNoDatabasesSelected = 'No databases selected.';  //to translate
  578. $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
  579. $strGlobal = 'global';  //to translate
  580. $strDbSpecific = 'database-specific';  //to translate
  581. $strUsersHavingAccessToDb = 'Users having access to "%s"';  //to translate
  582. $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
  583. $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
  584. $strChangeCopyModeCopy = '... keep the old one.';  //to translate
  585. $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
  586. $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
  587. $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
  588. $strWildcard = 'wildcard';  //to translate
  589. $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
  590. $strQueryTime = 'Query took %01.4f sec';//to translate
  591. $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
  592. $strDBComment = 'Database comment: ';//to translate
  593. $strQueryFrame = 'Query window';//to translate
  594. $strQueryFrameDebug = 'Debugging information';//to translate
  595. $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
  596. $strQuerySQLHistory = 'SQL-history';//to translate
  597. $strMIME_MIMEtype = 'MIME-type';//to translate
  598. $strMIME_transformation = 'Browser transformation';//to translate
  599. $strMIME_transformation_options = 'Transformation options';//to translate
  600. $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
  601. $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
  602. $strMIME_available_mime = 'Available MIME-types';//to translate
  603. $strMIME_available_transform = 'Available transformations';//to translate
  604. $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
  605. $strMIME_description = 'Description';//to translate
  606. $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
  607. $strMIME_file = 'Filename';//to translate
  608. $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
  609. $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
  610. $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
  611. $strInnodbStat = 'InnoDB Status';  //to translate
  612. $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
  613. $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
  614. $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
  615. $strSQLOptions = 'SQL options';//to translate
  616. $strXML = 'XML';//to translate
  617. $strCSVOptions = 'CSV options';//to translate
  618. $strNoOptions = 'This format has no options';//to translate
  619. $strStatCreateTime = 'Creation';//to translate
  620. $strStatUpdateTime = 'Last update';//to translate
  621. $strStatCheckTime = 'Last check';//to translate
  622. $strPerMinute = 'per minute';//to translate
  623. $strPerSecond = 'per second';//to translate
  624. $strAutomaticLayout = 'Automatic layout';  //to translate
  625. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  626. $strFileNameTemplate = 'File name template';//to translate
  627. $strFileNameTemplateRemember = 'remember template';//to translate
  628. $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
  629. $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
  630. $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
  631. $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
  632. $strAutodetect = 'Autodetect';  //to translate
  633. $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
  634. $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
  635. $strUseHostTable = 'Use Host Table';  //to translate
  636. $strShowFullQueries = 'Show Full Queries';  //to translate
  637. $strTruncateQueries = 'Truncate Shown Queries';  //to translate
  638. $strSwitchToTable = 'Switch to copied table';  //to translate
  639. $strCharset = 'Charset';  //to translate
  640. $strLaTeXOptions = 'LaTeX options';  //to translate
  641. $strRelations = 'Relations';  //to translate
  642. $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
  643. $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
  644. $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
  645. $strSaveOnServer = 'Save on server in %s directory';  //to translate
  646. $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
  647. $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
  648. $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
  649. $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
  650. $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
  651. $strInsertedRowId = 'Inserted row id:';  //to translate
  652. $strLoadMethod = 'LOAD method';  //to translate
  653. $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
  654. $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
  655. $strExcelOptions = 'Excel options';  //to translate
  656. $strReplaceNULLBy = 'Replace NULL by';  //to translate
  657. $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
  658. $strPaperSize = 'Paper size';  //to translate
  659. $strDatabaseNoTable = 'This database contains no table!';//to translate
  660. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  661. $strAddIntoComments = 'Add into comments';//to translate
  662. $strDatabaseExportOptions = 'Database export options';//to translate
  663. $strAddDropDatabase = 'Add DROP DATABASE';//to translate
  664. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  665. $strTableOptions = 'Table options';  //to translate
  666. $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
  667. $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
  668. $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
  669. $strCharsets = 'Charsets';  //to translate
  670. $strDescription = 'Description';  //to translate
  671. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  672. $strCollation = 'Collation';  //to translate
  673. $strMultilingual = 'multilingual';  //to translate
  674. $strGerman = 'German';  //to translate
  675. $strPhoneBook = 'phone book';  //to translate
  676. $strDictionary = 'dictionary';  //to translate
  677. $strSwedish = 'Swedish';  //to translate
  678. $strDanish = 'Danish';  //to translate
  679. $strCzech = 'Czech';  //to translate
  680. $strTurkish = 'Turkish';  //to translate
  681. $strEnglish = 'English';  //to translate
  682. $strHungarian = 'Hungarian';  //to translate
  683. $strCroatian = 'Croatian';  //to translate
  684. $strBulgarian = 'Bulgarian';  //to translate
  685. $strLithuanian = 'Lithuanian';  //to translate
  686. $strEstonian = 'Estonian';  //to translate
  687. $strCaseInsensitive = 'case-insensitive';  //to translate
  688. $strCaseSensitive = 'case-sensitive';  //to translate
  689. $strUkrainian = 'Ukrainian';  //to translate
  690. $strHebrew = 'Hebrew';  //to translate
  691. $strWestEuropean = 'West European';  //to translate
  692. $strCentralEuropean = 'Central European';  //to translate
  693. $strTraditionalChinese = 'Traditional Chinese';  //to translate
  694. $strCyrillic = 'Cyrillic';  //to translate
  695. $strArmenian = 'Armenian';  //to translate
  696. $strArabic = 'Arabic';  //to translate
  697. $strRussian = 'Russian';  //to translate
  698. $strUnknown = 'unknown';  //to translate
  699. $strBaltic = 'Baltic';  //to translate
  700. $strUnicode = 'Unicode';  //to translate
  701. $strSimplifiedChinese = 'Simplified Chinese';  //to translate
  702. $strKorean = 'Korean';  //to translate
  703. $strGreek = 'Greek';  //to translate
  704. $strJapanese = 'Japanese';  //to translate
  705. $strThai = 'Thai';  //to translate
  706. $strUseThisValue = 'Use this value';  //to translate
  707. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  708. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  709. $strInternalRelations = 'Internal relations';  //to translate
  710. $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
  711. $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
  712. $strLatexStructure = 'Structure of table __TABLE__';//to translate
  713. $strLatexContinued = '(continued)';//to translate
  714. $strLatexContent = 'Content of table __TABLE__';//to translate
  715. $strLatexIncludeCaption = 'Include table caption';//to translate
  716. $strLatexCaption = 'Table caption';//to translate
  717. $strLatexLabel = 'Label key';//to translate
  718. $strLatexContinuedCaption = 'Continued table caption';//to translate
  719.  
  720. $strPrintViewFull = 'Print view (with full texts)';  //to translate
  721. $strLogServer = 'Server';  //to translate
  722. $strSortByKey = 'Sort by key';  //to translate
  723. $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
  724. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  725. $strConstraintsForTable = 'Constraints for table';  //to translate
  726. $strBookmarkOptions = 'Bookmark options';  //to translate
  727. $strCreationDates = 'Creation/Update/Check dates';  //to translate
  728. $strCheckOverhead = 'Check overheaded';  //to translate
  729. $strExcelEdition = 'Excel edition';  //to translate
  730. $strDelayedInserts = 'Use delayed inserts';  //to translate
  731. $strSQLExportType = 'Export type';  //to translate
  732. $strAddConstraints = 'Add constraints';  //to translate
  733. $strGeorgian = 'Georgian';  //to translate
  734. $strCzechSlovak = 'Czech-Slovak';  //to translate
  735. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  736. $strMaximumSize = 'Maximum size: %s%s';  //to translate
  737. $strSpanish = 'Spanish';  //to translate
  738. ?>
  739.