Detailed storage engines status information.
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-01-15 Alexander M. Turek <me@derrabus.de>
|
||||||
|
* server_links.inc.php, server_engines.php, lang/*.inc.php,
|
||||||
|
libraries/storage_engines.php: Detailed storage engines status
|
||||||
|
information.
|
||||||
|
|
||||||
2005-01-12 Alexander M. Turek <me@derrabus.de>
|
2005-01-12 Alexander M. Turek <me@derrabus.de>
|
||||||
* tbl_properties_table_info.inc.php: Basic view detection.
|
* tbl_properties_table_info.inc.php: Basic view detection.
|
||||||
* tbl_properties_structure.php: Disabled table-specific interface elements
|
* tbl_properties_structure.php: Disabled table-specific interface elements
|
||||||
|
@@ -761,4 +761,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -762,4 +762,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -760,4 +760,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -759,4 +759,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -760,4 +760,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -761,4 +761,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -760,4 +760,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,12 @@ $strZip = '"comprimit amb zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strZip = '"comprimit amb zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strZip = '"zazipováno"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strZip = '"zippet"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,12 @@ $strZip = '"zippet"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,12 @@ $strZip = '"Gezipt"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,12 @@ $strZip = '"Gezipt"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -190,6 +190,7 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
|
|||||||
$strDbPrivileges = 'Database-specific privileges';
|
$strDbPrivileges = 'Database-specific privileges';
|
||||||
$strDbSpecific = 'database-specific';
|
$strDbSpecific = 'database-specific';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
$strDefragment = 'Defragment table';
|
$strDefragment = 'Defragment table';
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
@@ -231,6 +232,10 @@ $strEncloseInTransaction = 'Enclose export in a transaction';
|
|||||||
$strEnd = 'End';
|
$strEnd = 'End';
|
||||||
$strEndCut = 'END CUT';
|
$strEndCut = 'END CUT';
|
||||||
$strEndRaw = 'END RAW';
|
$strEndRaw = 'END RAW';
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.';
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.';
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
|
||||||
|
$strEngines = 'Engines';
|
||||||
$strEnglish = 'English';
|
$strEnglish = 'English';
|
||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
@@ -401,6 +406,7 @@ $strNoActivity = 'No activity since %s seconds or more, please login again';
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDatabasesSelected = 'No databases selected.';
|
$strNoDatabasesSelected = 'No databases selected.';
|
||||||
$strNoDescription = 'no Description';
|
$strNoDescription = 'no Description';
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoExplain = 'Skip Explain SQL';
|
$strNoExplain = 'Skip Explain SQL';
|
||||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
@@ -631,6 +637,8 @@ $strStatCreateTime = 'Creation';
|
|||||||
$strStatUpdateTime = 'Last update';
|
$strStatUpdateTime = 'Last update';
|
||||||
$strStatement = 'Statements';
|
$strStatement = 'Statements';
|
||||||
$strStatus = 'Status';
|
$strStatus = 'Status';
|
||||||
|
$strStorageEngine = 'Storage Engine';
|
||||||
|
$strStorageEngines = 'Storage Engines';
|
||||||
$strStrucCSV = 'CSV';
|
$strStrucCSV = 'CSV';
|
||||||
$strStrucData = 'Structure and data';
|
$strStrucData = 'Structure and data';
|
||||||
$strStrucDrop = 'Add DROP TABLE';
|
$strStrucDrop = 'Add DROP TABLE';
|
||||||
|
@@ -191,6 +191,7 @@ $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here mi
|
|||||||
$strDbPrivileges = 'Database-specific privileges';
|
$strDbPrivileges = 'Database-specific privileges';
|
||||||
$strDbSpecific = 'database-specific';
|
$strDbSpecific = 'database-specific';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
$strDefragment = 'Defragment table';
|
$strDefragment = 'Defragment table';
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
@@ -232,6 +233,10 @@ $strEncloseInTransaction = 'Enclose export in a transaction';
|
|||||||
$strEnd = 'End';
|
$strEnd = 'End';
|
||||||
$strEndCut = 'END CUT';
|
$strEndCut = 'END CUT';
|
||||||
$strEndRaw = 'END RAW';
|
$strEndRaw = 'END RAW';
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.';
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.';
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
|
||||||
|
$strEngines = 'Engines';
|
||||||
$strEnglish = 'English';
|
$strEnglish = 'English';
|
||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
@@ -402,6 +407,7 @@ $strNoActivity = 'No activity since %s seconds or more, please login again';
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDatabasesSelected = 'No databases selected.';
|
$strNoDatabasesSelected = 'No databases selected.';
|
||||||
$strNoDescription = 'no Description';
|
$strNoDescription = 'no Description';
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoExplain = 'Skip Explain SQL';
|
$strNoExplain = 'Skip Explain SQL';
|
||||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
@@ -632,6 +638,8 @@ $strStatCreateTime = 'Creation';
|
|||||||
$strStatUpdateTime = 'Last update';
|
$strStatUpdateTime = 'Last update';
|
||||||
$strStatement = 'Statements';
|
$strStatement = 'Statements';
|
||||||
$strStatus = 'Status';
|
$strStatus = 'Status';
|
||||||
|
$strStorageEngine = 'Storage Engine';
|
||||||
|
$strStorageEngines = 'Storage Engines';
|
||||||
$strStrucCSV = 'CSV';
|
$strStrucCSV = 'CSV';
|
||||||
$strStrucData = 'Structure and data';
|
$strStrucData = 'Structure and data';
|
||||||
$strStrucDrop = 'Add DROP TABLE';
|
$strStrucDrop = 'Add DROP TABLE';
|
||||||
|
@@ -746,4 +746,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strZip = '"zipp
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,12 @@ $strZip = '"zippé"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strZip = 'comprimido no formato "zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strZip = 'comprimido no formato "zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strZip = 'Zip-komprimiert';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,12 @@ $strZip = 'Zip-komprimiert';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,4 +756,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -779,4 +779,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,12 @@ $strZip = 'Dikompress dengan Zip';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strZip = 'Dikompress dengan Zip';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,12 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,12 @@ $strTruncateQueries = 'Truncate Shown Queries'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,4 +757,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,4 +756,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,4 +756,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,4 +776,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -775,4 +775,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -766,4 +766,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -767,4 +767,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,12 @@ $strZip = '"comprimido con zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,12 @@ $strZip = '"comprimido con zip"';
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,12 @@ $strSQLExportCompatibility = 'SQL export compatibility'; //to translate
|
|||||||
|
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -760,4 +760,12 @@ $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem
|
|||||||
$strAfterInsertNext = 'Edit next row'; //to translate
|
$strAfterInsertNext = 'Edit next row'; //to translate
|
||||||
$strView = 'View'; //to translate
|
$strView = 'View'; //to translate
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
||||||
|
$strEngines = 'Engines'; //to translate
|
||||||
|
$strStorageEngines = 'Storage Engines'; //to translate
|
||||||
|
$strStorageEngine = 'Storage Engine'; //to translate
|
||||||
|
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||||
|
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||||
|
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
||||||
|
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||||
|
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //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