added $strSelectADb
This commit is contained in:
@@ -345,9 +345,10 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
|
|||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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';
|
||||||
$strSelectAll = 'Select All'; //to translate
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -317,11 +317,17 @@ $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
|||||||
$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>:';
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //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
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strWithChecked = 'With selected:'; //to translate
|
$strWithChecked = 'With selected:'; //to translate
|
||||||
@@ -342,9 +348,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -341,9 +341,10 @@ $strZip = '"zip-
|
|||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -341,9 +341,10 @@ $strZip = '"zip-
|
|||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -308,7 +308,12 @@ $strPartialText = 'Partial Texts';//to translate
|
|||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -322,6 +327,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
@@ -342,9 +348,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -307,7 +307,12 @@ $strPartialText = 'Partial Texts';//to translate
|
|||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = ' SQL-query on database <b>%s</b>:'; //to translate
|
$strQueryOnDb = ' SQL-query on database <b>%s</b>:'; //to translate
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -320,6 +325,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -342,9 +348,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -311,7 +311,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -325,6 +330,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -346,9 +352,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strYes = 'Ano';
|
|||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strYes = 'Ano';
|
|||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -342,9 +342,10 @@ $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!)';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -311,7 +311,12 @@ $strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to tra
|
|||||||
$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
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strShowAll = 'Show all'; // to translate
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
@@ -319,6 +324,7 @@ $strStartingRecord = 'Starting record';//to translate
|
|||||||
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -341,9 +347,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
|
|||||||
|
|
||||||
$strSave = 'Save';
|
$strSave = 'Save';
|
||||||
$strSelect = 'Select';
|
$strSelect = 'Select';
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
$strSelectAll = 'Select All';
|
$strSelectAll = 'Select All';
|
||||||
$strSelectFields = 'Select fields (at least one):';
|
$strSelectFields = 'Select fields (at least one):';
|
||||||
$strSelectNumRows = 'in query';
|
$strSelectNumRows = 'in query';
|
||||||
|
@@ -349,5 +349,6 @@ $strYes = 'Kyll
|
|||||||
$strZip = '"zip-pakattu"';
|
$strZip = '"zip-pakattu"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@@ -269,6 +269,7 @@ $strRunSQLQuery = 'Ex
|
|||||||
|
|
||||||
$strSave = 'Sauvegarder';
|
$strSave = 'Sauvegarder';
|
||||||
$strSelect = 'S<>lectionner';
|
$strSelect = 'S<>lectionner';
|
||||||
|
$strSelectADb = 'Choisissez une base de donn<6E>es';
|
||||||
$strSelectAll = 'Tout s<>lectionner';
|
$strSelectAll = 'Tout s<>lectionner';
|
||||||
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
||||||
$strSelectNumRows = 'dans la requ<71>te';
|
$strSelectNumRows = 'dans la requ<71>te';
|
||||||
|
@@ -347,6 +347,7 @@ $strCardinality = 'Cardinality';
|
|||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strCardinality = 'Cardinality';
|
|||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
|
|
||||||
|
@@ -315,7 +315,12 @@ $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
|||||||
$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
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strShowAll = 'Show all'; // to translate
|
$strShowAll = 'Show all'; // to translate
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
@@ -323,6 +328,7 @@ $strStartingRecord = 'Starting record';//to translate
|
|||||||
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -342,9 +348,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -348,5 +348,6 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@@ -340,10 +340,10 @@ $strZip = '"zip
|
|||||||
$strCardinality = 'Cardinality';
|
$strCardinality = 'Cardinality';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -310,7 +310,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -324,6 +329,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -345,9 +351,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -342,6 +342,7 @@ $strYes = 'Ja';
|
|||||||
$strZip = '"komprimert (zip)"';
|
$strZip = '"komprimert (zip)"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strYes = 'Tak';
|
|||||||
$strZip = '".zip"';
|
$strZip = '".zip"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -310,7 +310,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -324,6 +329,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -345,9 +351,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strYes = 'Da';
|
|||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -340,9 +340,10 @@ $strZip = '
|
|||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -340,9 +340,10 @@ $strZip = '
|
|||||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -346,6 +346,7 @@ $strZip = '"zo zipovan
|
|||||||
|
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -328,11 +328,14 @@ $strLogUsername = 'Username:';
|
|||||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||||
$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';
|
||||||
$strRowsModeVertical = ' vertical ';
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
$strRowsModeHorizontal = ' horizontal ';
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
$strRowsModeOptions = ' in %s mode and repeat headers after %s cells ';
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdateProfile = 'Update profile:';
|
$strUpdateProfile = 'Update profile:';
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';
|
$strUpdateProfileMessage = 'The profile has been updated.';
|
||||||
$strWithChecked = 'With selected:';
|
$strWithChecked = 'With selected:';
|
||||||
@@ -343,6 +346,4 @@ $strCardinality = 'Cardinality';
|
|||||||
$strIgnore = 'Ignorar';
|
$strIgnore = 'Ignorar';
|
||||||
$strNoIndexPartsDefined = 'No index parts defined!';
|
$strNoIndexPartsDefined = 'No index parts defined!';
|
||||||
$strNoIndex = 'No index defined!';
|
$strNoIndex = 'No index defined!';
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -343,6 +343,7 @@ $strYes = 'Ja';
|
|||||||
$strZip = '"zippad"';
|
$strZip = '"zippad"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -311,7 +311,12 @@ $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
|
$strRowsModeHorizontal = 'horizontal'; //to translate
|
||||||
|
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
|
||||||
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strSelectADb = 'Please select a database';
|
||||||
|
$strSelectAll = 'Select All'; //to translate
|
||||||
$strServerChoice = 'Server Choice';//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
|
$strShowAll = 'Show all'; // to translate
|
||||||
@@ -325,6 +330,7 @@ $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
$strUnselectAll = 'Unselect All'; //to translate
|
||||||
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
@@ -346,9 +352,4 @@ $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!)';
|
||||||
$strRowsModeVertical=" vertical "; //to translate
|
|
||||||
$strRowsModeHorizontal=" horizontal "; //to translate
|
|
||||||
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
|
|
||||||
$strSelectAll = 'Select All'; //to translate
|
|
||||||
$strUnselectAll = 'Unselect All'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -340,9 +340,10 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
|
|||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLogPassword = 'Password:';
|
$strLogPassword = 'Password:';
|
||||||
$strLogUsername = 'Username:';
|
$strLogUsername = 'Username:';
|
||||||
$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
|
$strRowsModeVertical = 'vertical'; //to translate
|
||||||
|
$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
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user