added $strShowCols & $strShowTables
This commit is contained in:
@@ -311,5 +311,7 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
||||
$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
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strWithChecked = 'With checked:'; //to translate
|
||||
?>
|
||||
|
@@ -311,7 +311,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -306,7 +306,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again ';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -308,7 +308,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||
|
@@ -311,7 +311,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again ';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -312,4 +312,6 @@ $strYes = 'Ano';
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -312,4 +312,6 @@ $strYes = 'Ano';
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -307,7 +307,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
|
@@ -310,6 +310,8 @@ $strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
|
||||
$strWithChecked = 'With checked:';
|
||||
?>
|
||||
|
@@ -254,8 +254,10 @@ $strServerVersion = 'Server version';
|
||||
$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\').';
|
||||
$strShow = 'Show';
|
||||
$strShowAll = 'Show all';
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowingRecords = 'Showing records ';
|
||||
$strShowPHPInfo = 'Show PHP information';
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again ';
|
||||
$strSingly = '(singly)';
|
||||
$strSize = 'Size';
|
||||
|
@@ -316,4 +316,6 @@ $strYes = 'Kyll
|
||||
|
||||
// To translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -253,8 +253,10 @@ $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\').';
|
||||
$strShow = 'Afficher';
|
||||
$strShowAll = 'Tout afficher';
|
||||
$strShowCols = 'Afficher les colonnes';
|
||||
$strShowingRecords = 'Affichage des enregistrements';
|
||||
$strShowPHPInfo = 'Afficher les informations relatives <20> PHP';
|
||||
$strShowTables = 'Afficher les tables';
|
||||
$strShowThisQuery = 'R<>afficher la requ<71>te apr<70>s ex<65>cution';
|
||||
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
|
||||
$strSize = 'Taille';
|
||||
|
@@ -311,5 +311,7 @@ $strYes = 'Si';
|
||||
$strIdxFulltext = 'Fulltext'; //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
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strWithChecked = 'With checked:';
|
||||
?>
|
||||
|
@@ -312,4 +312,6 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -312,4 +312,6 @@ $strYes = '
|
||||
|
||||
// To translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -313,4 +313,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
||||
$strYes = ' Si ';
|
||||
|
||||
// To translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -310,7 +310,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -310,7 +310,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -309,6 +309,8 @@ $strGrants = 'Grants'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strPartialText = 'Partial Texts'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strStatement = 'Statements'; //to translate
|
||||
$strWithChecked = 'With checked:'; //to translate
|
||||
?>
|
||||
|
@@ -310,5 +310,7 @@ $strYes = 'Tak';
|
||||
$strIdxFulltext = 'Fulltext'; //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
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strWithChecked = 'With checked:';
|
||||
?>
|
||||
|
@@ -310,7 +310,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
@@ -312,4 +312,6 @@ $strYes = 'Da';
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -308,7 +308,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strWithChecked = 'With checked:';
|
||||
|
@@ -308,7 +308,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strWithChecked = 'With checked:';
|
||||
|
@@ -296,6 +296,7 @@ $strDatabasesStats = 'Databases statistics';//to translate
|
||||
$strDeletedRows = 'Deleted rows:';
|
||||
$strDropTable = 'Drop table';
|
||||
$strExtendedInserts = 'Extended inserts';
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
@@ -303,14 +304,15 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$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:';
|
||||
?>
|
||||
|
@@ -311,5 +311,7 @@ $strFullText = 'Full Texts';//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
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
$strWithChecked = 'With checked:';
|
||||
?>
|
||||
|
@@ -312,4 +312,6 @@ $strYes = 'Ja';
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -311,7 +311,9 @@ $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\').';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strShowTables = 'Show tables';
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
Reference in New Issue
Block a user