Added $strRunningAs
This commit is contained in:
@@ -309,6 +309,7 @@ $strYes = 'Sim';
|
||||
$strIdxFulltext = 'Fulltext'; //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
|
||||
$strRunningAs = 'as';
|
||||
$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';
|
||||
|
@@ -308,6 +308,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -303,6 +303,7 @@ $strNoModification = 'No change';
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -305,6 +305,7 @@ $strNoModification = 'No change';
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -308,6 +308,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -311,6 +311,7 @@ $strYes = 'Ano';
|
||||
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -311,6 +311,7 @@ $strYes = 'Ano';
|
||||
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -304,6 +304,7 @@ $strNoModification = 'No change';
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -309,6 +309,7 @@ $strGzip = '"gzipped"'; //to translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -240,6 +240,7 @@ $strRowsFrom = 'rows starting from';
|
||||
$strRowSize = ' Row size ';
|
||||
$strRowsStatistic = 'Row Statistic';
|
||||
$strRunning = 'running on ';
|
||||
$strRunningAs = 'as';
|
||||
$strRunQuery = 'Submit Query';
|
||||
$strRunSQLQuery = 'Run SQL query/queries on database ';
|
||||
|
||||
|
@@ -315,6 +315,7 @@ $strWrongUser = 'V
|
||||
$strYes = 'Kyll<6C>';
|
||||
|
||||
// To translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -239,6 +239,7 @@ $strRowsFrom = 'lignes
|
||||
$strRowSize = ' Taille enr. ';
|
||||
$strRowsStatistic = 'Statistiques';
|
||||
$strRunning = 'sur le serveur ';
|
||||
$strRunningAs = '- utilisateur :';
|
||||
$strRunQuery = 'Ex<45>cuter la requ<71>te';
|
||||
$strRunSQLQuery = 'Ex<45>cuter une ou des <b>requ<71>tes</b> sur la base ';
|
||||
|
||||
|
@@ -310,6 +310,7 @@ $strYes = 'Si';
|
||||
// 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
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -312,6 +312,7 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
?>
|
||||
|
@@ -311,6 +311,7 @@ $strWrongUser = '
|
||||
$strYes = '<27><><EFBFBD>';
|
||||
|
||||
// To translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -315,4 +315,5 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
||||
$strYes = ' Si ';
|
||||
|
||||
// To translate
|
||||
$strRunningAs = 'as';
|
||||
?>
|
||||
|
@@ -307,6 +307,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -307,6 +307,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -308,6 +308,7 @@ $strCarriage = 'Carriage return: \\r'; //to translate
|
||||
$strGrants = 'Grants'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strPartialText = 'Partial Texts'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -309,6 +309,7 @@ $strYes = 'Tak';
|
||||
// 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
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -307,6 +307,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -311,6 +311,7 @@ $strYes = 'Da';
|
||||
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -305,6 +305,7 @@ $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -305,6 +305,7 @@ $strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset'; // To translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -306,6 +306,7 @@ $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
@@ -310,6 +310,7 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$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
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -311,6 +311,7 @@ $strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strIdxFulltext = 'Fulltext'; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$strShowAll = 'Show all'; // to translate
|
||||
$strShowCols = 'Show columns';
|
||||
$strShowTables = 'Show tables';
|
||||
|
@@ -308,6 +308,7 @@ $strPartialText = 'Partial Texts';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //to translate
|
||||
$strRunningAs = 'as';
|
||||
$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
|
||||
|
Reference in New Issue
Block a user