Added $strShowAll
This commit is contained in:
@@ -310,5 +310,6 @@ $strIdxFulltext = 'Fulltext'; //to translate
|
|||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
$strOffSet = 'offset'; //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\').'; //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\').'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strWithChecked = 'With checked:'; //to translate
|
$strWithChecked = 'With checked:'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -294,6 +294,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -303,17 +304,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -291,6 +291,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -299,16 +300,16 @@ $strLengthSet = 'Length/Values*'; //to translate
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -294,6 +294,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -301,15 +302,15 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -294,6 +294,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -303,17 +304,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -311,4 +311,5 @@ $strYes = 'Ano';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -311,4 +311,5 @@ $strYes = 'Ano';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -293,6 +293,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -300,15 +301,15 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -309,6 +309,7 @@ $strGzip = '"gzipped"'; //to translate
|
|||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
||||||
$strOffSet = 'offset'; //to translate
|
$strOffSet = 'offset'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
|
$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -313,4 +313,7 @@ $strWithChecked = 'Valitut:';
|
|||||||
$strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.';
|
$strWrongUser = 'V<><56>r<EFBFBD> k<>ytt<74>j<EFBFBD>tunnus tai salasana. P<><50>sy kielletty.';
|
||||||
|
|
||||||
$strYes = 'Kyll<6C>';
|
$strYes = 'Kyll<6C>';
|
||||||
|
|
||||||
|
// To translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -252,6 +252,7 @@ $strServerChoice = 'Choix du serveur';
|
|||||||
$strServerVersion = 'Version du serveur';
|
$strServerVersion = 'Version du serveur';
|
||||||
$strSetEnumVal = 'Les diff<66>rentes valeurs des champs de type enum/set sont <20> sp<73>cifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caract<63>re "\\" ou "\'" dans l\'une de ces valeurs, faites le pr<70>c<EFBFBD>der du caract<63>re d\'<27>chappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
|
$strSetEnumVal = 'Les diff<66>rentes valeurs des champs de type enum/set sont <20> sp<73>cifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caract<63>re "\\" ou "\'" dans l\'une de ces valeurs, faites le pr<70>c<EFBFBD>der du caract<63>re d\'<27>chappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
|
||||||
$strShow = 'Afficher';
|
$strShow = 'Afficher';
|
||||||
|
$strShowAll = 'Tout afficher';
|
||||||
$strShowingRecords = 'Affichage des enregistrements';
|
$strShowingRecords = 'Affichage des enregistrements';
|
||||||
$strShowPHPInfo = 'Afficher les informations relatives <20> PHP';
|
$strShowPHPInfo = 'Afficher les informations relatives <20> PHP';
|
||||||
$strShowThisQuery = 'R<>afficher la requ<71>te apr<70>s ex<65>cution';
|
$strShowThisQuery = 'R<>afficher la requ<71>te apr<70>s ex<65>cution';
|
||||||
|
@@ -310,5 +310,6 @@ $strYes = 'Si';
|
|||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -311,4 +311,5 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
|||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -309,4 +309,7 @@ $strWithChecked = '
|
|||||||
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||||
|
|
||||||
$strYes = '<27><><EFBFBD>';
|
$strYes = '<27><><EFBFBD>';
|
||||||
|
|
||||||
|
// To translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -310,4 +310,7 @@ $strWithChecked = 'Se selezionati:';
|
|||||||
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
||||||
|
|
||||||
$strYes = ' Si ';
|
$strYes = ' Si ';
|
||||||
|
|
||||||
|
// To translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:';
|
|||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -302,17 +303,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:';
|
|||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -302,17 +303,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -308,6 +308,7 @@ $strCarriage = 'Carriage return: \\r'; //to translate
|
|||||||
$strGrants = 'Grants'; //to translate
|
$strGrants = 'Grants'; //to translate
|
||||||
$strOffSet = 'offset'; //to translate
|
$strOffSet = 'offset'; //to translate
|
||||||
$strPartialText = 'Partial Texts'; //to translate
|
$strPartialText = 'Partial Texts'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strStatement = 'Statements'; //to translate
|
$strStatement = 'Statements'; //to translate
|
||||||
$strWithChecked = 'With checked:'; //to translate
|
$strWithChecked = 'With checked:'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -309,5 +309,6 @@ $strYes = 'Tak';
|
|||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:';
|
|||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -302,17 +303,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -311,4 +311,5 @@ $strYes = 'Da';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -292,6 +292,7 @@ $strDatabasesStats = 'Databases statistics';//to translate
|
|||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strGzip = '"gzipped"'; // To translate
|
$strGzip = '"gzipped"'; // To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
@@ -302,13 +303,13 @@ $strOffSet = 'offset'; // To translate
|
|||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -292,6 +292,7 @@ $strDatabasesStats = 'Databases statistics';//to translate
|
|||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strGzip = '"gzipped"'; // To translate
|
$strGzip = '"gzipped"'; // To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
@@ -302,13 +303,13 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset'; // To translate
|
$strOffSet = 'offset'; // To translate
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -304,6 +304,7 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -310,5 +310,6 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
|
|||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
@@ -311,4 +311,5 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -294,6 +294,7 @@ $strDropTable = 'Drop table';
|
|||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//to translate
|
||||||
@@ -303,17 +304,17 @@ $strNoDatabases = 'No databases';
|
|||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strServerChoice = 'Server Choice';//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\').';
|
$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\').';
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strServerChoice = 'Server Choice';//to translate
|
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
||||||
$strFullText = 'Full Texts';//to translate
|
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
|
||||||
$strWithChecked = 'With checked:';
|
$strWithChecked = 'With checked:';
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user