* out-sourced the "no frame" sentence
* sorted the "to translate" strings
This commit is contained in:
@@ -306,6 +306,7 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl
|
|||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strRunningAs = 'as';
|
$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
|
$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
|
||||||
|
@@ -312,6 +312,7 @@ $strExtendedInserts = 'Extended inserts';
|
|||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strShowAll = 'Show all'; // to translate
|
$strShowAll = 'Show all'; // to translate
|
||||||
|
@@ -264,26 +264,44 @@ $strZip = '"comprimit amb zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$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
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strLengthSet = 'Length/Values*'; //to translate
|
$strLengthSet = 'Length/Values*'; //to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -291,31 +309,14 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strTables = '%s table(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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -263,59 +263,60 @@ $strYes = '
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = ' Rows affected: '; //to translate
|
$strAffectedRows = ' Rows affected: '; //to translate
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$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
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
$strQueryOnDb = ' SQL-query on database '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$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
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||||
|
$strWithChecked = 'With checked:';
|
||||||
$strZip = '"zipped"'; //to translate
|
$strZip = '"zipped"'; //to translate
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDisplayOrder = 'Display order';
|
$strDisplayOrder = 'Display order';
|
||||||
$strDropTable = 'Drop table';
|
$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
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNbRecords = 'no. of records';
|
$strNbRecords = 'no. of records';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -293,33 +312,15 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -317,5 +317,6 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -317,5 +317,6 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -316,5 +316,6 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -280,41 +280,42 @@ $strYes = 'Ja';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:'; //to translate
|
$strAffectedRows = 'Affected rows:'; //to translate
|
||||||
$strBzip = '"bzipped"'; //to translate
|
|
||||||
$strExtendedInserts = 'Extended inserts'; //to translate
|
|
||||||
$strGzip = '"gzipped"'; //to translate
|
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
|
||||||
$strRunningAs = 'as';
|
|
||||||
$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:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strBzip = '"bzipped"'; //to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
|
$strExtendedInserts = 'Extended inserts'; //to translate
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strGzip = '"gzipped"'; //to translate
|
||||||
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
|
$strRunningAs = 'as';
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
|
$strShowCols = 'Show columns';
|
||||||
|
$strShowTables = 'Show tables';
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
|
||||||
|
$strWithChecked = 'With checked:';
|
||||||
$strZip = '"zipped"'; //to translate
|
$strZip = '"zipped"'; //to translate
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -177,6 +177,7 @@ $strNext = 'Next';
|
|||||||
$strNo = 'No';
|
$strNo = 'No';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strNoPassword = 'No Password';
|
$strNoPassword = 'No Password';
|
||||||
$strNoPrivileges = 'No Privileges';
|
$strNoPrivileges = 'No Privileges';
|
||||||
|
@@ -319,6 +319,7 @@ $strZip = '"zip-pakattu"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlush = 'Flush';
|
$strFlush = 'Flush';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strOverhead = 'Overhead'; //to translate
|
$strOverhead = 'Overhead'; //to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -177,6 +177,7 @@ $strNext = 'Suivant';
|
|||||||
$strNo = 'Non';
|
$strNo = 'Non';
|
||||||
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';
|
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';
|
||||||
$strNoDatabases = 'Aucune base de donn<6E>es';
|
$strNoDatabases = 'Aucune base de donn<6E>es';
|
||||||
|
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus ais<69>e avec un navigateur <b>supportant les "frames"</b>.';
|
||||||
$strNoModification = 'Pas de modifications';
|
$strNoModification = 'Pas de modifications';
|
||||||
$strNoPassword = 'aucun mot de passe';
|
$strNoPassword = 'aucun mot de passe';
|
||||||
$strNoPrivileges = 'aucun privil<69>ge';
|
$strNoPrivileges = 'aucun privil<69>ge';
|
||||||
|
@@ -316,6 +316,7 @@ $strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -314,6 +314,7 @@ $strZip = '"Zip komprimiert"';
|
|||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
$strShowCols = 'Show columns';
|
$strShowCols = 'Show columns';
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
|
@@ -304,6 +304,7 @@ $strKeepPass = 'Do not change the password';//to translate
|
|||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$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
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
@@ -319,5 +319,6 @@ $strZip = '"compresso con zip"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNbRecords = 'no. of records';
|
$strNbRecords = 'no. of records';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNbRecords = 'no. of records';
|
$strNbRecords = 'no. of records';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -316,5 +316,6 @@ $strZip = '"komprimert (zip)"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -315,6 +315,7 @@ $strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNbRecords = 'no. of records';
|
$strNbRecords = 'no. of records';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -292,33 +311,15 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
@@ -314,6 +314,7 @@ $strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strZip = '"zipped"'; //to translate
|
$strZip = '"zipped"'; //to translate
|
||||||
|
@@ -315,6 +315,7 @@ $strZip = '
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$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
|
||||||
|
@@ -315,6 +315,7 @@ $strZip = '
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$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
|
||||||
|
@@ -319,5 +319,6 @@ $strZip = '"zo zipovan
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -281,40 +281,40 @@ $strWrongUser = 'Usuario/password equivocado. Accesso denegado.';
|
|||||||
$strYes = 'Si';
|
$strYes = 'Si';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strBzip = '"bzipped"'; //to translate
|
|
||||||
$strGzip = '"gzipped"'; //to translate
|
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
|
||||||
$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';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strBzip = '"bzipped"'; //to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strFullText = 'Full Texts';//to translate
|
||||||
|
$strGzip = '"gzipped"'; //to translate
|
||||||
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
|
||||||
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
|
||||||
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
$strUpdateProfile = 'Update profile:';//to translate
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
|
||||||
$strZip = '"zipped"'; //to translate
|
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
||||||
|
$strShowAll = 'Show all'; // to translate
|
||||||
|
$strShowCols = 'Show columns';
|
||||||
|
$strShowTables = 'Show tables';
|
||||||
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
|
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate
|
||||||
|
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
|
$strUpdateProfile = 'Update profile:';//to translate
|
||||||
|
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
|
||||||
|
$strWithChecked = 'With checked:';
|
||||||
|
$strZip = '"zipped"'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -317,5 +317,6 @@ $strZip = '"zippad"';
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
?>
|
?>
|
||||||
|
@@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strAffectedRows = 'Affected rows:';
|
$strAffectedRows = 'Affected rows:';
|
||||||
|
$strAnIndex = 'An index has been added on %s';//to translate
|
||||||
|
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||||
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||||
$strDatabasesStats = 'Databases statistics';//to translate
|
$strDatabasesStats = 'Databases statistics';//to translate
|
||||||
$strDeletedRows = 'Deleted rows:';
|
$strDeletedRows = 'Deleted rows:';
|
||||||
|
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strDropTable = 'Drop table';
|
$strDropTable = 'Drop table';
|
||||||
$strExtendedInserts = 'Extended inserts';
|
$strExtendedInserts = 'Extended inserts';
|
||||||
|
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
|
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
||||||
|
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
||||||
|
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
||||||
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strFullText = 'Full Texts';//to translate
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
$strIdxFulltext = 'Fulltext'; //to translate
|
||||||
|
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
||||||
$strInsertedRows = 'Inserted rows:';
|
$strInsertedRows = 'Inserted rows:';
|
||||||
$strInstructions = 'Instructions';//to translate
|
$strInstructions = 'Instructions';//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
|
||||||
|
$strKeepPass = 'Do not change the password';//to translate
|
||||||
|
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
$strNbRecords = 'no. of records';
|
$strNbRecords = 'no. of records';
|
||||||
$strNoDatabases = 'No databases';
|
$strNoDatabases = 'No databases';
|
||||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||||
|
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
|
$strNoQuery = 'No SQL query!'; //to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';//to translate
|
||||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||||
|
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$strRowSize = ' Row size '; //to translate
|
||||||
$strRunningAs = 'as';
|
$strRunningAs = 'as';
|
||||||
|
$strRunSQLQuery = 'Run SQL query/queries on database %s';//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
|
||||||
@@ -293,33 +312,15 @@ $strShowCols = 'Show columns';
|
|||||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowTables = 'Show tables';
|
$strShowTables = 'Show tables';
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
||||||
$strTables = '%s table(s)'; //to translate
|
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
|
||||||
$strAnIndex = 'An index has been added on %s';//to translate
|
|
||||||
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
|
|
||||||
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate
|
|
||||||
$strFieldsEscapedBy = 'Fields escaped by';//to translate
|
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';//to translate
|
|
||||||
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
|
|
||||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
|
||||||
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
|
|
||||||
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
|
|
||||||
$strStartingRecord = 'Starting record';//to translate
|
$strStartingRecord = 'Starting record';//to translate
|
||||||
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||||
$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
|
||||||
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
|
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||||
$strKeepPass = 'Do not change the password';//to translate
|
$strTables = '%s table(s)'; //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
|
||||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strWithChecked = 'With checked:';
|
||||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
|
||||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
|
||||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
|
||||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user