moved engine-specific settings into plugins
This commit is contained in:
@@ -5,6 +5,14 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-03-05 Alexander M. Turek <me@derrabus.de>
|
||||||
|
* server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
|
||||||
|
libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
|
||||||
|
libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
|
||||||
|
libraries/engines/myisam.lib.php:
|
||||||
|
- Moved engine-specific settings into plugins;
|
||||||
|
- Added a few InnoDB variables. To be continued. :-)
|
||||||
|
|
||||||
2005-03-04 Marc Delisle <lem9@users.sourceforge.net>
|
2005-03-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
|
* Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
|
||||||
Missing parameters, and when the error happens, show a link to FAQ
|
Missing parameters, and when the error happens, show a link to FAQ
|
||||||
|
@@ -783,4 +783,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -784,4 +784,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -781,4 +781,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -798,4 +798,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -783,4 +783,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -796,4 +796,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -796,4 +796,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -314,6 +314,9 @@ $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for col
|
|||||||
$strIndexWarningTable = 'Problems with indexes of table `%s`';
|
$strIndexWarningTable = 'Problems with indexes of table `%s`';
|
||||||
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
|
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
|
||||||
$strIndexes = 'Indexes';
|
$strIndexes = 'Indexes';
|
||||||
|
$strInnoDBDataFilePath = 'Data files';
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory';
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
|
||||||
$strInnodbStat = 'InnoDB Status';
|
$strInnodbStat = 'InnoDB Status';
|
||||||
$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.';
|
$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.';
|
||||||
$strInsert = 'Insert';
|
$strInsert = 'Insert';
|
||||||
@@ -743,6 +746,7 @@ $strValidateSQL = 'Validate SQL';
|
|||||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
|
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
|
||||||
$strValue = 'Value';
|
$strValue = 'Value';
|
||||||
$strVar = 'Variable';
|
$strVar = 'Variable';
|
||||||
|
$strVersionInformation = 'Version information';
|
||||||
$strView = 'View';
|
$strView = 'View';
|
||||||
$strViewDump = 'View dump (schema) of table';
|
$strViewDump = 'View dump (schema) of table';
|
||||||
$strViewDumpDB = 'View dump (schema) of database';
|
$strViewDumpDB = 'View dump (schema) of database';
|
||||||
@@ -767,5 +771,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"';
|
||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -315,6 +315,9 @@ $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for col
|
|||||||
$strIndexWarningTable = 'Problems with indexes of table `%s`';
|
$strIndexWarningTable = 'Problems with indexes of table `%s`';
|
||||||
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
|
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
|
||||||
$strIndexes = 'Indexes';
|
$strIndexes = 'Indexes';
|
||||||
|
$strInnoDBDataFilePath = 'Data files';
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory';
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
|
||||||
$strInnodbStat = 'InnoDB Status';
|
$strInnodbStat = 'InnoDB Status';
|
||||||
$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.';
|
$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.';
|
||||||
$strInsert = 'Insert';
|
$strInsert = 'Insert';
|
||||||
@@ -744,6 +747,7 @@ $strValidateSQL = 'Validate SQL';
|
|||||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
|
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
|
||||||
$strValue = 'Value';
|
$strValue = 'Value';
|
||||||
$strVar = 'Variable';
|
$strVar = 'Variable';
|
||||||
|
$strVersionInformation = 'Version information';
|
||||||
$strView = 'View';
|
$strView = 'View';
|
||||||
$strViewDump = 'View dump (schema) of table';
|
$strViewDump = 'View dump (schema) of table';
|
||||||
$strViewDumpDB = 'View dump (schema) of database';
|
$strViewDumpDB = 'View dump (schema) of database';
|
||||||
@@ -768,5 +772,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"';
|
||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMbExtensionMissing = 'Ei leitud mbstring PHP extension was not found and you
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMbExtensionMissing = 'Ei leitud mbstring PHP extension was not found and you
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strYes = 'Oui';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
|
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
|
||||||
$strZip = '"zipp<70>"';
|
$strZip = '"zipp<70>"';
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,7 @@ $strYes = 'Oui';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||||
$strZip = '"zippé"';
|
$strZip = '"zippé"';
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -785,4 +785,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -801,4 +801,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strLongOperation = 'This operation could be long. Proceed anyway?'; //to trans
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strLongOperation = 'This operation could be long. Proceed anyway?'; //to trans
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -791,4 +791,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -792,4 +792,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -779,4 +779,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -792,4 +792,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -798,4 +798,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -788,4 +788,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -789,4 +789,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
|
|||||||
|
|
||||||
$strPasswordHashing = 'Password Hashing'; //to translate
|
$strPasswordHashing = 'Password Hashing'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,7 @@ $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
|
|||||||
|
|
||||||
$strPasswordHashing = 'Password Hashing'; //to translate
|
$strPasswordHashing = 'Password Hashing'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -783,4 +783,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -783,4 +783,7 @@ $strStorageEngines = 'Storage Engines'; //to translate
|
|||||||
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea
|
|||||||
$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
|
$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
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
$strVersionInformation = 'Version information'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
?>
|
?>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user