Added $strNoDropDatabases
This commit is contained in:
@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -288,6 +288,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strLengthSet = 'Length/Values*'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -290,6 +290,7 @@ $strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -291,6 +291,7 @@ $strInstructions = 'Instructions';//to translate
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -165,6 +165,7 @@ $strName = 'Name';
|
||||
$strNbRecords = 'No. Of records';
|
||||
$strNext = 'Next';
|
||||
$strNo = 'No';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoModification = 'No change';
|
||||
$strNoPassword = 'No Password';
|
||||
|
@@ -165,6 +165,7 @@ $strName = 'Nom';
|
||||
$strNbRecords = 'nb. d\'enregistrements';
|
||||
$strNext = 'Suivant';
|
||||
$strNo = 'Non';
|
||||
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';
|
||||
$strNoDatabases = 'Aucune base de donn<6E>es';
|
||||
$strNoModification = 'Pas de modifications';
|
||||
$strNoPassword = 'aucun mot de passe';
|
||||
|
@@ -296,4 +296,5 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
?>
|
||||
|
@@ -289,6 +289,7 @@ $strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -293,6 +293,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strLengthSet = 'Length/Values*';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
?>
|
||||
|
@@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -291,6 +291,7 @@ $strInstructions = 'Instructions';//to translate
|
||||
$strLengthSet = 'Length/Values*'; // To translate
|
||||
$strOffSet = 'offset'; // To translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
|
@@ -290,6 +290,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strLengthSet = 'Length/Values*'; // To translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset'; // To translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -292,6 +292,7 @@ $strExtendedInserts = 'Extended inserts';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
|
@@ -292,6 +292,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strLengthSet = 'Length/Values*';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
|
@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
@@ -291,6 +291,7 @@ $strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
|
Reference in New Issue
Block a user