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 / english.inc.php < prev    next >
PHP Script  |  2002-01-06  |  13KB  |  346 lines

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