home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phptriad / phptriad2-2-1.exe / htdocs / phpmyadmin / lang / thai.inc.php < prev    next >
PHP Script  |  2002-01-06  |  16KB  |  353 lines

  1. <?php
  2. /* $Id: thai.inc.php,v 1.92 2001/12/16 23:52:44 lem9 Exp $ */
  3.  
  4. $charset = 'tis-620';
  5. $text_dir = 'ltr';
  6. $left_font_family = 'sans-serif';
  7. $right_font_family = 'sans-serif';
  8. $number_thousands_separator = ',';
  9. $number_decimal_separator = '.';
  10. $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
  11.  
  12. $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
  13. $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
  14. // See http://www.php.net/manual/en/function.strftime.php to define the
  15. // variable below
  16. $datefmt = '%B %d, %Y at %I:%M %p';
  17.  
  18.  
  19. $strAccessDenied = 'Σ┴Φ═╣╪¡╥╡π╦Θπ¬Θº╥╣';
  20. $strAction = 'í├╨╖╙í╥├';
  21. $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php)
  22. $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php)
  23. $strAddNewField = 'α╛╘Φ┴ field π╦┴Φ';
  24. $strAddPriv = 'Add a new Privilege'; //to translate
  25. $strAddPrivMessage = 'You have added a new privilege.'; //to translate
  26. $strAddSearchConditions = 'α╛╘Φ┴αº╫Φ═╣ΣóñΘ╣╦╥ (π╣╩Φ╟╣ó═º where):';
  27. $strAddUser = 'Add a new User'; //to translate
  28. $strAddUserMessage = 'You have added a new user.'; //to translate
  29. $strAfter = '╦┼╤º';
  30. $strAll = 'All'; //to translate
  31. $strAlterOrderBy = 'Alter table order by'; //to translate
  32. $strAnalyzeTable = 'Analyze table'; //to translate
  33. $strAnd = 'And'; //to translate (tbl_qbe.php)
  34. $strAny = 'Any'; //to translate
  35. $strAnyColumn = 'Any Column'; //to translate
  36. $strAnyDatabase = 'Any database'; //to translate
  37. $strAnyHost = 'Any host'; //to translate
  38. $strAnyTable = 'Any table'; //to translate
  39. $strAnyUser = 'Any user'; //to translate
  40. $strAscending = 'Ascending'; //to translate (tbl_qbe.php)
  41. $strAtBeginningOfTable = '╖╒Φ¿╪┤α├╘Φ┴╡Θ╣ó═º╡╥├╥º';
  42. $strAtEndOfTable = '╖╒Φ¿╪┤╩╪┤╖Θ╥┬ó═º╡╥├╥º';
  43. $strAttr = 'Attributes'; //to translate
  44.  
  45. $strBack = '┬Θ═╣í┼╤║';
  46. $strBookmarkLabel = 'Label'; //to translate
  47. $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
  48. $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
  49. $strBookmarkView = 'View only'; //to translate
  50. $strBrowse = 'α╗╘┤┤┘';
  51.  
  52. $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
  53. $strCarriage = 'Carriage return: \\r'; //to translate
  54. $strChange = 'α╗┼╒Φ┬╣';
  55. $strCheckAll = 'Check All'; //to translate
  56. $strCheckDbPriv = 'Check Database Privileges'; //to translate
  57. $strCheckTable = 'Check table'; //to translate
  58. $strColumn = 'Column'; //to translate
  59. $strColumnNames = '¬╫Φ═ñ═┼╤┴╣∞';
  60. $strCompleteInserts = 'Complete inserts';
  61. $strConfirm = 'Do you really want to do it?'; //to translate
  62. $strCopyTableOK = '╡╥├╥º %s Σ┤Θ╖φ╥í╥├╩φ╥α╣╥Σ╗α╗τ╣ %s α├╒┬║├Θ═┬ß┼Θ╟.';
  63. $strCreate = '╩├Θ╥º';
  64. $strCreateNewDatabase = '╩├Θ╥º░╥╣óΘ═┴┘┼π╦┴Φ';
  65. $strCreateNewTable = '╩├Θ╥º╡╥├╥ºπ╣░╥╣óΘ═┴┘┼╣╒Θ ';
  66. $strCriteria = 'Criteria'; //to translate (tbl_qbe.php)
  67.  
  68. $strData = 'Data'; //to translate
  69. $strDatabase = '░╥╣óΘ═┴┘┼ ';
  70. $strDatabases = '░╥╣óΘ═┴┘┼';
  71. $strDataOnly = 'Data only'; //to translate
  72. $strDefault = 'Default'; //to translate
  73. $strDelete = '┼║';
  74. $strDeleted = '┼║ß╢╟══íα├╒┬║├Θ═┬ß┼Θ╟';
  75. $strDeleteFailed = 'Deleted Failed!'; //to translate
  76. $strDescending = 'Desending'; //to translate (tbl_qbe.php)
  77. $strDisplay = 'ß╩┤º╝┼';
  78. $strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
  79. $strDocu = 'α═í╩╥├/ñ┘Φ┴╫══Θ╥º═╘º';
  80. $strDoYouReally = '╡Θ═ºí╥├╖╒Φ¿╨ ';
  81. $strDrop = 'Drop'; //to translate
  82. $strDropDB = 'Drop ░╥╣óΘ═┴┘┼ ';
  83. $strDumpingData = 'Dump ╡╥├╥º';
  84. $strDynamic = 'dynamic'; //to translate
  85.  
  86. $strEdit = 'ßíΘΣó';
  87. $strEditPrivileges = 'Edit Privileges'; //to translate
  88. $strEffective = 'Effective'; //to translate
  89. $strEmpty = '┼║óΘ═┴┘┼';
  90. $strEmptyResultSet = 'MySQL ñ╫╣╝┼╟Φ╥ºα╗┼Φ╥í┼╤║┴╥ (0 ß╢╟).';
  91. $strEnd = '╖Θ╥┬╩╪┤';
  92. $strError = '╝╘┤╛┼╥┤';
  93. $strExtra = 'Extra'; //to translate
  94.  
  95. $strField = 'Field'; //to translate
  96. $strFields = '¿╙╣╟╣ Fields';
  97. $strFixed = 'fixed'; //to translate
  98. $strFormat = 'Format'; //to translate
  99. $strFunction = 'Function'; //to translate
  100.  
  101. $strGenTime = 'Generation Time'; //to translate
  102. $strGo = '┼º┴╫═';
  103. $strGrants = 'Grants'; //to translate
  104.  
  105. $strHasBeenAltered = 'Σ┤Θα╗┼╒Φ┬╣ß╗┼ºß┼Θ╟';
  106. $strHasBeenCreated = 'Σ┤Θ╢┘í╩├Θ╥ºß┼Θ╟';
  107. $strHome = 'Home'; //to translate
  108. $strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
  109. $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
  110. $strHost = 'Host'; //to translate
  111. $strHostEmpty = 'The host name is empty!'; //to translate
  112.  
  113. $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; //to translate
  114. $strIndex = 'Index'; //to translate
  115. $strIndexes = 'Indexes'; //to translate
  116. $strInsert = 'ß╖├í';
  117. $strInsertAsNewRow = 'Insert as new row'; //to translate
  118. $strInsertNewRow = 'ß╖├íß╢╟π╦┴Φ';
  119. $strInsertTextfiles = 'ß╖├íóΘ═┴┘┼¿╥í text file αóΘ╥Σ╗π╣╡╥├╥º';
  120. $strInUse = 'in use'; //to translate
  121.  
  122. $strKeyname = '¬╫Φ═ key';
  123. $strKill = 'Kill'; //to translate
  124.  
  125. $strLength = 'Length'; //to translate
  126. $strLengthSet = 'ñ╟╥┴┬╥╟/α½╡*';
  127. $strLimitNumRows = '├╨α║╒┬╣ ╡Φ═╦╣Θ╥';
  128. $strLineFeed = 'Linefeed: \\n'; //to translate
  129. $strLines = '║├├╖╤┤';
  130. $strLocationTextfile = '╡╙ß╦╣Φºó═º text file';
  131. $strLogout = 'Log out'; //to translate
  132.  
  133. $strModifications = '║╤╣╖╓íí╥├ßíΘΣóα├╒┬║├Θ═┬ß┼Θ╟';
  134. $strModify = 'Modify'; //to translate (tbl_qbe.php)
  135. $strMySQLReloaded = 'MySQL reloaded.'; //to translate
  136. $strMySQLSaid = 'MySQL said: '; //to translate
  137. $strMySQLShowProcess = 'ß╩┤º process ╡Φ╥º µ';
  138. $strMySQLShowStatus = 'ß╩┤ºóΘ═┴┘┼ runtime ó═º MySQL';
  139. $strMySQLShowVars = 'ß╩┤º╡╤╟ß╗├├╨║║ó═º MySQL';
  140.  
  141. $strName = '¬╫Φ═';
  142. $strNext = '╡Φ═Σ╗';
  143. $strNo = 'No'; //to translate
  144. $strNoPassword = 'No Password'; //to translate
  145. $strNoPrivileges = 'No Privileges'; //to translate
  146. $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
  147. $strNoTablesFound = 'Σ┴Φ╛║╡╥├╥ºπ┤ µ π╣░╥╣óΘ═┴┘┼';
  148. $strNoUsersFound = 'No user(s) found.'; //to translate
  149. $strNull = 'Null'; //to translate
  150. $strNumberIndexes = ' Number of advanced indexes '; //to translate
  151.  
  152. $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate
  153. $strOptimizeTable = 'Optimize table'; //to translate
  154. $strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate
  155. $strOptionally = 'OPTIONALLY'; //to translate
  156. $strOr = '╦├╫═';
  157. $strOverhead = 'Overhead'; //to translate
  158.  
  159. $strPassword = 'Password'; //to translate
  160. $strPasswordEmpty = 'The password is empty!'; //to translate
  161. $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
  162. $strPHPVersion = 'PHP Version'; //to translate
  163. $strPos1 = '¿╪┤α├╘Φ┴╡Θ╣';
  164. $strPrevious = 'íΦ═╣╦╣Θ╥';
  165. $strPrimary = 'Primary'; //to translate
  166. $strPrimaryKey = 'Primary key'; //to translate
  167. $strPrintView = 'Print view'; //to translate
  168. $strPrivileges = 'Privileges'; //to translate
  169. $strProperties = 'ñ╪│╩┴║╤╡╘';
  170.  
  171. $strQBE = 'Query by Example'; //to translate
  172. $strQBEDel = 'Del';  //to translate (used in tbl_qbe.php)
  173. $strQBEIns = 'Ins';  //to translate (used in tbl_qbe.php)
  174.  
  175. $strRecords = '├╨α║╒┬╣';
  176. $strReloadFailed = 'MySQL reload failed.'; //to translate
  177. $strReloadMySQL = 'Reload MySQL'; //to translate
  178. $strRememberReload = 'Remember reload the server.'; //to translate
  179. $strRenameTable = 'α╗┼╒Φ┬╣¬╫Φ═╡╥├╥ºα╗τ╣';
  180. $strRenameTableOK = '╡╥├╥º %s Σ┤Θ╢┘íα╗┼╒Φ┬╣¬╫Φ═α╗τ╣ %s';
  181. $strRepairTable = 'Repair table'; //to translate
  182. $strReplace = 'ß╖╣╖╒Φ';
  183. $strReplaceTable = 'ß╖╣╖╒ΦóΘ═┴┘┼┤Θ╟┬Σ┐┼∞';
  184. $strReset = 'Reset'; //to translate
  185. $strReType = 'Re-type'; //to translate
  186. $strRevoke = 'Revoke'; //to translate
  187. $strRevokeGrant = 'Revoke Grant'; //to translate
  188. $strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; //to translate
  189. $strRevokeMessage = 'You have revoked the privileges for %s'; //to translate
  190. $strRevokePriv = 'Revoke Privileges'; //to translate
  191. $strRowLength = 'Row length'; //to translate
  192. $strRows = 'Rows'; //to translate
  193. $strRowsFrom = 'ß╢╟ α├╘Φ┴¿╥íß╢╟╖╒Φ';
  194. $strRowsStatistic = 'Row Statistic'; //to translate
  195. $strRunning = 'running on %s'; //to translate
  196. $strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php)
  197.  
  198. $strSave = 'αíτ║║╤╣╖╓í';
  199. $strSelect = 'α┼╫═í';
  200. $strSelectFields = 'α┼╫═í field (═┬Φ╥º╣Θ═┬╦╣╓Φº):';
  201. $strSelectNumRows = 'in query'; //to translate
  202. $strSend = 'Send'; //to translate
  203. $strSequence = 'Seq.'; //to translate
  204. $strServerVersion = 'Server version'; //to translate
  205. $strShow = 'ß╩┤º';
  206. $strShowingRecords = 'ß╩┤º├╨α║╒┬╣╖╒Φ ';
  207. $strSingly = '(singly)'; //to translate
  208. $strSize = 'Size'; //to translate
  209. $strSort = 'Sort'; //to translate (tbl_qbe.php)
  210. $strSpaceUsage = 'Space usage'; //to translate
  211. $strSQLQuery = 'SQL-query'; //to translate
  212. $strStatement = 'Statements'; //to translate
  213. $strStrucCSV = 'óΘ═┴┘┼ CSV';
  214. $strStrucData = '╖╤ΘºΓñ├º╩├Θ╥ºß┼╨óΘ═┴┘┼';
  215. $strStrucDrop = 'α╛╘Φ┴ \'drop table\'';
  216. $strStrucOnly = 'α⌐╛╥╨Γñ├º╩├Θ╥º';
  217. $strSubmit = 'Submit'; //to translate
  218. $strSuccess = '╖╙º╥╣ SQL-query α╩├τ¿α├╒┬║├Θ═┬ß┼Θ╟';
  219. $strSum = 'Sum'; //to translate
  220.  
  221. $strTable = '╡╥├╥º ';
  222. $strTableComments = '╦┴╥┬α╦╡╪ó═º╡╥├╥º╣╒Θ';
  223. $strTableEmpty = 'The table name is empty!'; //to translate
  224. $strTableMaintenance = 'Table maintenance'; //to translate
  225. $strTableStructure = 'Γñ├º╩├Θ╥º╡╥├╥º ╩╙╦├╤║╡╥├╥º';
  226. $strTableType = 'Table type'; //to translate
  227. $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
  228. $strTheContent = 'ß╖├íóΘ═┴┘┼¿╥íΣ┐┼∞ó═ºñ╪│ß┼Θ╟';
  229. $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
  230. $strTheTerminator = '¿╪┤╩╘Θ╣╩╪┤ó═º field.';
  231. $strTotal = '╖╤Θº╦┴┤';
  232. $strType = 'Type'; //to translate
  233.  
  234. $strUncheckAll = 'Uncheck All'; //to translate
  235. $strUnique = 'Unique'; //to translate
  236. $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php)
  237. $strUsage = 'Usage'; //to translate
  238. $strUser = 'User'; //to translate
  239. $strUserEmpty = 'The user name is empty!'; //to translate
  240. $strUserName = 'User name'; //to translate
  241. $strUsers = 'Users'; //to translate
  242. $strUseTables = 'Use Tables'; //to translate (tbl_qbe.php)
  243.  
  244. $strValue = 'Value'; //to translate
  245. $strViewDump = '┤┘Γñ├º╩├Θ╥ºó═º╡╥├╥º';
  246. $strViewDumpDB = '┤┘Γñ├º╩├Θ╥ºó═º░╥╣óΘ═┴┘┼';
  247.  
  248. $strWelcome = '┬╘╣┤╒╡Θ═╣├╤║╩┘Φ %s';
  249. $strWrongUser = 'Wrong username/password. Access denied.'; //to translate
  250.  
  251. $strYes = 'Yes'; //to translate
  252.  
  253. // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
  254. // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
  255. $strBinary = ' Binary ';  //to translate
  256. $strBinaryDoNotEdit = ' Binary - do not edit ';  //to translate
  257. $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';  //to translate
  258. $strNotNumber = 'This is not a number!';  //to translate
  259. $strNotValidNumber = ' is not a valid row number!';  //to translate
  260.  
  261. // export Zip (July 07, 2001, 19:48am)
  262. $strBzip = '"bzipped"';
  263. $strGzip = '"gzipped"';  //to translate
  264. $strZip = '"zipped"';  //to translate
  265.  
  266. // To translate
  267. $strAffectedRows = 'Affected rows:';
  268. $strAfterInsertBack = 'Return';
  269. $strAfterInsertNewInsert = 'Insert a new record';
  270. $strAnIndex = 'An index has been added on %s';//to translate
  271. $strAPrimaryKey = 'A primary key has been added on %s';//to translate
  272. $strBookmarkDeleted = 'The bookmark has been deleted.';
  273. $strCookiesRequired = 'Cookies must be enabled past this point.';
  274. $strCopyTable = 'Copy table to (database<b>.</b>table):';
  275. $strDatabaseHasBeenDropped = 'Database %s has been dropped.';  //to translate
  276. $strDatabasesStats = 'Databases statistics';//to translate
  277. $strDeletedRows = 'Deleted rows:';
  278. $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
  279. $strDisplayOrder = 'Display order:';
  280. $strDropTable = 'Drop table';
  281. $strExtendedInserts = 'Extended inserts';
  282. $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
  283. $strFieldsEmpty = ' The field count is empty! ';  //to translate
  284. $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
  285. $strFieldsEscapedBy = 'Fields escaped by';//to translate
  286. $strFieldsTerminatedBy = 'Fields terminated by';//to translate
  287. $strFlushTable = 'Flush the table ("FLUSH")';
  288. $strFormEmpty = 'Missing value in the form !';
  289. $strFullText = 'Full Texts';//to translate
  290. $strIdxFulltext = 'Fulltext';  //to translate 
  291. $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
  292. $strInsertedRows = 'Inserted rows:';
  293. $strInstructions = 'Instructions';//to translate
  294. $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
  295. $strKeepPass = 'Do not change the password';//to translate
  296. $strLinesTerminatedBy = 'Lines terminated by';//to translate
  297. $strLogin = 'Login';
  298. $strLogPassword = 'Password:';
  299. $strLogUsername = 'Username:';
  300. $strMoveTable = 'Move table to (database<b>.</b>table):';
  301. $strMoveTableOK = 'Table %s has been moved to %s.';
  302. $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
  303. $strNbRecords = 'no. of records';
  304. $strNoDatabases = 'No databases';
  305. $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
  306. $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
  307. $strNoModification = 'No change'; // To translate
  308. $strNoQuery = 'No SQL query!';  //to translate
  309. $strPartialText = 'Partial Texts';//to translate
  310. $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate 
  311. $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
  312. $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
  313. $strRowSize = ' Row size ';  //to translate
  314. $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
  315. $strServerChoice = 'Server Choice';//to translate 
  316. $strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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\').';
  317. $strShowAll = 'Show all'; // to translate
  318. $strShowCols = 'Show columns';
  319. $strShowPHPInfo = 'Show PHP information';  // To translate
  320. $strShowTables = 'Show tables';
  321. $strShowThisQuery = ' Show this query here again ';  //to translate
  322. $strStartingRecord = 'Starting record';//to translate
  323. $strStrucExcelCSV = 'CSV for Ms Excel data';
  324. $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
  325. $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
  326. $strTableHasBeenFlushed = 'Table %s has been flushed';
  327. $strTables = '%s table(s)';  //to translate
  328. $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
  329. $strUpdateProfile = 'Update profile:';//to translate
  330. $strUpdateProfileMessage = 'The profile has been updated.';//to translate
  331. $strUseBackquotes = 'Use backquotes with tables and fields\' names';
  332. $strWithChecked = 'With selected:';
  333.  
  334. // Indexes
  335. $strAddToIndex = 'Add to index  %s column(s)';
  336. $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
  337. $strCardinality = 'Cardinality';
  338. $strCreateIndex = 'Create an index on %s columns';
  339. $strCreateIndexTopic = 'Create a new index';
  340. $strIgnore = 'Ignore';
  341. $strIndexName = 'Index name :';
  342. $strIndexType = 'Index type :';
  343. $strModifyIndexTopic = 'Modify an index';
  344. $strNone = 'None';
  345. $strNoIndexPartsDefined = 'No index parts defined!';
  346. $strNoIndex = 'No index defined!';
  347. $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
  348. $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
  349. $strRowsModeVertical=" vertical ";  //to translate
  350. $strRowsModeHorizontal=" horizontal ";  //to translate
  351. $strRowsModeOptions=" in %s mode and repeat headers after %s cells ";  //to translate
  352. ?>
  353.