sorted english lang files
This commit is contained in:
@@ -389,6 +389,18 @@ $strMoveTableOK = 'Table %s has been moved to %s.';
|
|||||||
$strMoveTableSameNames = 'Can\'t move table to same one!';
|
$strMoveTableSameNames = 'Can\'t move table to same one!';
|
||||||
$strMultilingual = 'multilingual';
|
$strMultilingual = 'multilingual';
|
||||||
$strMustSelectFile = 'You should select file which you want to insert.';
|
$strMustSelectFile = 'You should select file which you want to insert.';
|
||||||
|
$strMyISAMDataPointerSize = 'Data pointer size';
|
||||||
|
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
|
||||||
|
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
|
||||||
|
$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).';
|
||||||
|
$strMyISAMRecoverOptions = 'Automatic recovery mode';
|
||||||
|
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
|
||||||
|
$strMyISAMRepairThreads = 'Repair threads';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMSortBufferSize = 'Sort buffer size';
|
||||||
|
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
|
||||||
$strMySQLCharset = 'MySQL charset';
|
$strMySQLCharset = 'MySQL charset';
|
||||||
$strMySQLConnectionCollation = 'MySQL connection collation';
|
$strMySQLConnectionCollation = 'MySQL connection collation';
|
||||||
$strMySQLReloaded = 'MySQL reloaded.';
|
$strMySQLReloaded = 'MySQL reloaded.';
|
||||||
@@ -754,16 +766,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strMyISAMSortBufferSize = 'Sort buffer size';
|
|
||||||
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
|
|
||||||
$strMyISAMDataPointerSize = 'Data pointer size';
|
|
||||||
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
|
|
||||||
$strMyISAMRecoverOptions = 'Automatic recovery mode';
|
|
||||||
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
|
|
||||||
$strMyISAMRepairThreads = 'Repair threads';
|
|
||||||
$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.';
|
|
||||||
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
|
|
||||||
$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).';
|
|
||||||
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
|
|
||||||
$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.';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -390,6 +390,18 @@ $strMoveTableOK = 'Table %s has been moved to %s.';
|
|||||||
$strMoveTableSameNames = 'Can\'t move table to same one!';
|
$strMoveTableSameNames = 'Can\'t move table to same one!';
|
||||||
$strMultilingual = 'multilingual';
|
$strMultilingual = 'multilingual';
|
||||||
$strMustSelectFile = 'You should select file which you want to insert.';
|
$strMustSelectFile = 'You should select file which you want to insert.';
|
||||||
|
$strMyISAMDataPointerSize = 'Data pointer size';
|
||||||
|
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
|
||||||
|
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
|
||||||
|
$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).';
|
||||||
|
$strMyISAMRecoverOptions = 'Automatic recovery mode';
|
||||||
|
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
|
||||||
|
$strMyISAMRepairThreads = 'Repair threads';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMSortBufferSize = 'Sort buffer size';
|
||||||
|
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
|
||||||
$strMySQLCharset = 'MySQL charset';
|
$strMySQLCharset = 'MySQL charset';
|
||||||
$strMySQLConnectionCollation = 'MySQL connection collation';
|
$strMySQLConnectionCollation = 'MySQL connection collation';
|
||||||
$strMySQLReloaded = 'MySQL reloaded.';
|
$strMySQLReloaded = 'MySQL reloaded.';
|
||||||
@@ -755,16 +767,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strMyISAMSortBufferSize = 'Sort buffer size';
|
|
||||||
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
|
|
||||||
$strMyISAMDataPointerSize = 'Data pointer size';
|
|
||||||
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
|
|
||||||
$strMyISAMRecoverOptions = 'Automatic recovery mode';
|
|
||||||
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
|
|
||||||
$strMyISAMRepairThreads = 'Repair threads';
|
|
||||||
$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.';
|
|
||||||
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
|
|
||||||
$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).';
|
|
||||||
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
|
|
||||||
$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.';
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user