strDatabaseWildcard

This commit is contained in:
Marc Delisle
2002-03-05 03:17:31 +00:00
parent 6277883faa
commit f46518a856
37 changed files with 37 additions and 36 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2002-03-04 Marc Delisle <lem9@users.sourceforge.net> 2002-03-04 Marc Delisle <lem9@users.sourceforge.net>
* user_details.php3: default value for wildcard db name * user_details.php3: default value for wildcard db name
* lang/*.php3, $strDatabaseWildcard
2002-03-03 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-03-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3: * libraries/display_tbl.lib.php3:

View File

@@ -344,11 +344,11 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogin = 'Login'; $strLogin = 'Login';
$strLogPassword = 'Password:'; $strLogPassword = 'Password:';
$strLogUsername = 'Username:'; $strLogUsername = 'Username:';
$strNewDb = 'New database:'; //to translate
$strRowsModeVertical = 'vertical'; //to translate $strRowsModeVertical = 'vertical'; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate $strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = ' in %s mode and repeat headers after %s cells'; //to translate $strRowsModeOptions = ' in %s mode and repeat headers after %s cells'; //to translate
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate $strUnselectAll = 'Unselect All'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -313,7 +313,6 @@ $strLogUsername = 'Username:';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNewDb = 'New database:'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
@@ -348,4 +347,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -346,5 +346,5 @@ $strYes = '
$strZip = '"zip-<2D><><EFBFBD><EFBFBD>"'; $strZip = '"zip-<2D><><EFBFBD><EFBFBD>"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -346,5 +346,5 @@ $strYes = '
$strZip = '"zip-<2D><><EFBFBD><EFBFBD>"'; $strZip = '"zip-<2D><><EFBFBD><EFBFBD>"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Si';
$strZip = '"comprimit amb zip"'; $strZip = '"comprimit amb zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -347,5 +347,5 @@ $strYes = '
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -300,7 +300,6 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNewDb = 'New database:'; //to translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
@@ -352,4 +351,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -344,6 +344,6 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"'; $strZip = '"zazipov<6F>no"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,6 +345,6 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"'; $strZip = '"zazipov<6F>no"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -340,10 +340,10 @@ $strZip = '"zipped"'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns'; $strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strNewDb = 'New database:'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; $strNoIndexPartsDefined = 'No index parts defined!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate $strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate $strUnselectAll = 'Unselect All'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -306,7 +306,6 @@ $strLogUsername = 'Username:';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNewDb = 'New database:'; //to translate
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate $strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
@@ -347,4 +346,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -86,6 +86,7 @@ $strDatabase = 'Database ';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; $strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabases = 'databases'; $strDatabases = 'databases';
$strDatabasesStats = 'Databases statistics'; $strDatabasesStats = 'Databases statistics';
$strDatabaseWildcard = 'Database (wildcards allowed):';
$strDataOnly = 'Data only'; $strDataOnly = 'Data only';
$strDefault = 'Default'; $strDefault = 'Default';
$strDelete = 'Delete'; $strDelete = 'Delete';
@@ -190,7 +191,6 @@ $strMySQLShowVars = 'Show MySQL system variables';
$strName = 'Name'; $strName = 'Name';
$strNbRecords = 'Number of rows'; $strNbRecords = 'Number of rows';
$strNewDb = 'New database:';
$strNext = 'Next'; $strNext = 'Next';
$strNo = 'No'; $strNo = 'No';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';

View File

@@ -349,5 +349,5 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"'; $strZip = '"zip-pakattu"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -86,6 +86,7 @@ $strDatabase = 'Base de donn
$strDatabaseHasBeenDropped = 'La base de donn<6E>es %s a <20>t<EFBFBD> effac<61>e.'; $strDatabaseHasBeenDropped = 'La base de donn<6E>es %s a <20>t<EFBFBD> effac<61>e.';
$strDatabases = 'bases de donn<6E>es'; $strDatabases = 'bases de donn<6E>es';
$strDatabasesStats = 'Statistiques sur les bases de donn<6E>es'; $strDatabasesStats = 'Statistiques sur les bases de donn<6E>es';
$strDatabaseWildcard = 'Base de donn<6E>es (passepartout autoris<69>):';
$strDataOnly = 'Donn<6E>es seulement'; $strDataOnly = 'Donn<6E>es seulement';
$strDefault = 'D<>faut'; $strDefault = 'D<>faut';
$strDelete = 'Effacer'; $strDelete = 'Effacer';
@@ -190,7 +191,6 @@ $strMySQLShowVars = 'Afficher les variables du serveur MySQL';
$strName = 'Nom'; $strName = 'Nom';
$strNbRecords = 'nb. d\'enregistrements'; $strNbRecords = 'nb. d\'enregistrements';
$strNewDb = 'Nouvelle base de donn<6E>es :';
$strNext = 'Suivant'; $strNext = 'Suivant';
$strNo = 'Non'; $strNo = 'Non';
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.'; $strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';

View File

@@ -349,5 +349,5 @@ $strCardinality = 'Cardinality';
$strLogin = 'Login'; $strLogin = 'Login';
$strLogPassword = 'Password:'; $strLogPassword = 'Password:';
$strLogUsername = 'Username:'; $strLogUsername = 'Username:';
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,6 +345,6 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"'; $strZip = '"Zip komprimiert"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -311,7 +311,6 @@ $strLogUsername = 'Username:';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNewDb = 'New database:'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoQuery = 'No SQL query!'; //to translate $strNoQuery = 'No SQL query!'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
@@ -348,4 +347,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -348,5 +348,5 @@ $strYes = '
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -346,5 +346,5 @@ $strYes = 'Igen';
$strZip = '"zippel t<>m<EFBFBD>r<EFBFBD>tve"'; $strZip = '"zippel t<>m<EFBFBD>r<EFBFBD>tve"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -348,5 +348,5 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -350,5 +350,5 @@ $strKanjiEncodConvert = '
$strXkana = '<27><><EFBFBD>ѥ<EFBFBD><D1A5>ʤ<EFBFBD><CAA4>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana $strXkana = '<27><><EFBFBD>ѥ<EFBFBD><D1A5>ʤ<EFBFBD><CAA4>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -350,5 +350,5 @@ $strKanjiEncodConvert = '
$strXkana = '<27>S<EFBFBD>p<EFBFBD>J<EFBFBD>i<EFBFBD>֕ϊ<D695><CF8A><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana $strXkana = '<27>S<EFBFBD>p<EFBFBD>J<EFBFBD>i<EFBFBD>֕ϊ<D695><CF8A><EFBFBD><EFBFBD><EFBFBD>'; // convert to X208-kana
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -299,7 +299,6 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNewDb = 'New database:'; //to translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
@@ -351,4 +350,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -344,5 +344,5 @@ $strYes = 'Ja';
$strZip = '"komprimert (zip)"'; $strZip = '"komprimert (zip)"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Tak';
$strZip = '".zip"'; $strZip = '".zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Sim';
$strZip = '"zipped"'; //to translate $strZip = '"zipped"'; //to translate
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Da';
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = '
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"'; $strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = '
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"'; $strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -348,5 +348,5 @@ $strZip = '"zo zipovan
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,6 +345,6 @@ $strZip = '"zozipovan
// To translate // To translate
$strNewDb = 'New database:'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -325,7 +325,6 @@ $strLogin = 'Login';
$strLogPassword = 'Password:'; $strLogPassword = 'Password:';
$strLogUsername = 'Username:'; $strLogUsername = 'Username:';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNewDb = 'New database:'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strPartialText = 'Partial Texts'; $strPartialText = 'Partial Texts';
$strRowsModeHorizontal = 'horizontal'; //to translate $strRowsModeHorizontal = 'horizontal'; //to translate
@@ -346,4 +345,5 @@ $strCardinality = 'Cardinality';
$strIgnore = 'Ignorar'; $strIgnore = 'Ignorar';
$strNoIndexPartsDefined = 'No index parts defined!'; $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Ja';
$strZip = '"zippad"'; $strZip = '"zippad"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -300,7 +300,6 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNewDb = 'New database:'; //to translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
@@ -352,4 +351,5 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!'; $strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = 'Evet';
$strZip = '"ziplenmi<6D>"'; $strZip = '"ziplenmi<6D>"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>

View File

@@ -345,5 +345,5 @@ $strYes = '
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"'; $strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> "zip"';
// To translate // To translate
$strNewDb = 'New database:'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
?> ?>