diff --git a/config.inc.php3 b/config.inc.php3
index 6abf300ee..a7c64d391 100755
--- a/config.inc.php3
+++ b/config.inc.php3
@@ -179,6 +179,10 @@ $cfg['UseDbSearch'] = TRUE; // whether to enable the "database searc
$cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the
// current tables in the left frame.
$cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame
+$cfg['ShowTooltipAliasDB'] = FALSE; // if ShowToolTip is enabled, this defines that table/db comments
+$cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_details_structure) instead of
+ // table/db names
+
$cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame
// In the main frame, at startup...
@@ -362,9 +366,21 @@ $cfg['ModifyDeleteAtLeft'] = TRUE; // show edit/delete links on left si
// (or at the top with vertical browse)
$cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right side of browse
// (or at the bottom with vertical browse)
-$cfg['DefaultDisplay'] = 'horizontal'; // default display direction (horizontal|vertical)
+$cfg['DefaultDisplay'] = 'horizontal'; // default display direction
+ // (horizontal|vertical|horizontalflipped)
+$cfg['HeaderFlipType'] = 'css'; // table-header rotation via faking or css? (css|fake)
+$cfg['ShowBrowseComments'] = TRUE; // shows stored relation-comments in 'browse' mode.
+$cfg['ShowPropertyComments']= TRUE; // shows stored relation-comments in 'table property' mode.
$cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate)
+$cfg['QueryFrame'] = TRUE; // displays a new frame where a link to a querybox is always displayed.
+$cfg['QueryFrameJS'] = TRUE; // whether to use JavaScript functions for opening a new window for SQL commands.
+ // if set to 'false', the target of the querybox is always the right frame.
+$cfg['QueryFrameDebug'] = FALSE; // display JS debugging link (DEVELOPERS only)
+$cfg['QueryFrameWidth'] = 750; // Width of Query window
+$cfg['QueryFrameHeight'] = 300; // Height of Query window
+
++$cfg['BrowseMIME'] = TRUE; // Use MIME-Types (stored in column comments table) for
/**
* SQL Query box settings
diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3
index 70385a564..211146329 100644
--- a/lang/afrikaans-iso-8859-1.inc.php3
+++ b/lang/afrikaans-iso-8859-1.inc.php3
@@ -587,4 +587,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3
index 6e3ffe456..a445f2c02 100644
--- a/lang/afrikaans-utf-8.inc.php3
+++ b/lang/afrikaans-utf-8.inc.php3
@@ -588,4 +588,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3
index 8844e7c27..283d2a8a3 100644
--- a/lang/albanian-iso-8859-1.inc.php3
+++ b/lang/albanian-iso-8859-1.inc.php3
@@ -580,4 +580,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3
index eff540890..6981ca61c 100644
--- a/lang/albanian-utf-8.inc.php3
+++ b/lang/albanian-utf-8.inc.php3
@@ -581,4 +581,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3
index cb297754d..3111d393a 100644
--- a/lang/arabic-utf-8.inc.php3
+++ b/lang/arabic-utf-8.inc.php3
@@ -602,4 +602,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3
index 89754c2ca..3416a7523 100644
--- a/lang/arabic-windows-1256.inc.php3
+++ b/lang/arabic-windows-1256.inc.php3
@@ -601,4 +601,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3
index 520768bbc..c96004932 100644
--- a/lang/brazilian_portuguese-iso-8859-1.inc.php3
+++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3
@@ -601,4 +601,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3
index e88f8a49a..869d093bc 100644
--- a/lang/brazilian_portuguese-utf-8.inc.php3
+++ b/lang/brazilian_portuguese-utf-8.inc.php3
@@ -602,4 +602,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3
index b59a81cc0..26e2e9da4 100644
--- a/lang/bulgarian-koi8-r.inc.php3
+++ b/lang/bulgarian-koi8-r.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3
index 585dbec39..13beab80c 100644
--- a/lang/bulgarian-utf-8.inc.php3
+++ b/lang/bulgarian-utf-8.inc.php3
@@ -601,4 +601,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3
index a04a93e0d..9898de178 100644
--- a/lang/bulgarian-windows-1251.inc.php3
+++ b/lang/bulgarian-windows-1251.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3
index 6cc5764a7..422f775be 100644
--- a/lang/catalan-iso-8859-1.inc.php3
+++ b/lang/catalan-iso-8859-1.inc.php3
@@ -573,4 +573,28 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3
index 2f0527398..c400c8062 100644
--- a/lang/catalan-utf-8.inc.php3
+++ b/lang/catalan-utf-8.inc.php3
@@ -574,4 +574,28 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3
index b45e228a5..00bc97ba4 100644
--- a/lang/chinese_big5-utf-8.inc.php3
+++ b/lang/chinese_big5-utf-8.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3
index 803b9c1f8..a945ceeac 100644
--- a/lang/chinese_big5.inc.php3
+++ b/lang/chinese_big5.inc.php3
@@ -599,4 +599,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3
index 5b6704650..536661c56 100644
--- a/lang/chinese_gb-utf-8.inc.php3
+++ b/lang/chinese_gb-utf-8.inc.php3
@@ -599,4 +599,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3
index 9218d9b06..2a4d58830 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -598,4 +598,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3
index 7c6ce9cf0..bbda2bc76 100644
--- a/lang/croatian-iso-8859-2.inc.php3
+++ b/lang/croatian-iso-8859-2.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3
index ab590b30a..08545d9ef 100644
--- a/lang/croatian-utf-8.inc.php3
+++ b/lang/croatian-utf-8.inc.php3
@@ -601,4 +601,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3
index f647d597b..a7b83611e 100644
--- a/lang/croatian-windows-1250.inc.php3
+++ b/lang/croatian-windows-1250.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3
index cdc8eb99d..a4391dd53 100644
--- a/lang/czech-iso-8859-2.inc.php3
+++ b/lang/czech-iso-8859-2.inc.php3
@@ -579,4 +579,28 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipováno"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3
index 8c95a9232..06d21f643 100644
--- a/lang/czech-utf-8.inc.php3
+++ b/lang/czech-utf-8.inc.php3
@@ -580,4 +580,28 @@ $strZeroRemovesTheLimit = 'PoznĂĄmka: NastavenĂ tÄchto parametrĹŻ na 0 (nulu)
$strZip = '"zazipovĂĄno"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3
index 01ebe5e81..147a2fb22 100644
--- a/lang/czech-windows-1250.inc.php3
+++ b/lang/czech-windows-1250.inc.php3
@@ -579,4 +579,28 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipováno"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3
index a6a62ff69..b36334926 100644
--- a/lang/danish-iso-8859-1.inc.php3
+++ b/lang/danish-iso-8859-1.inc.php3
@@ -595,4 +595,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3
index fe2d6a589..ef780fee2 100644
--- a/lang/danish-utf-8.inc.php3
+++ b/lang/danish-utf-8.inc.php3
@@ -596,4 +596,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3
index 2f128efaf..53bb68fa0 100644
--- a/lang/dutch-iso-8859-1.inc.php3
+++ b/lang/dutch-iso-8859-1.inc.php3
@@ -578,4 +578,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3
index eecb1d53e..14bc912d1 100644
--- a/lang/dutch-utf-8.inc.php3
+++ b/lang/dutch-utf-8.inc.php3
@@ -579,4 +579,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3
index 1b0e51595..d6c600406 100644
--- a/lang/english-iso-8859-1.inc.php3
+++ b/lang/english-iso-8859-1.inc.php3
@@ -572,4 +572,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3
index febee19b5..83943a97e 100644
--- a/lang/english-utf-8.inc.php3
+++ b/lang/english-utf-8.inc.php3
@@ -573,4 +573,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3
index 567403bc8..b7bc86913 100644
--- a/lang/estonian-iso-8859-1.inc.php3
+++ b/lang/estonian-iso-8859-1.inc.php3
@@ -576,4 +576,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3
index 7575b6d35..f420e406e 100644
--- a/lang/estonian-utf-8.inc.php3
+++ b/lang/estonian-utf-8.inc.php3
@@ -577,4 +577,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3
index 624b2f49d..267e4df49 100644
--- a/lang/farsi-utf-8.inc.php3
+++ b/lang/farsi-utf-8.inc.php3
@@ -576,4 +576,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3
index 7611e5f3a..eea4ee01f 100644
--- a/lang/farsi-windows-1256.inc.php3
+++ b/lang/farsi-windows-1256.inc.php3
@@ -575,4 +575,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3
index 9c69cf98b..0be163ffa 100644
--- a/lang/finnish-iso-8859-1.inc.php3
+++ b/lang/finnish-iso-8859-1.inc.php3
@@ -597,4 +597,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3
index 7d26b1f9e..19719554b 100644
--- a/lang/finnish-utf-8.inc.php3
+++ b/lang/finnish-utf-8.inc.php3
@@ -598,4 +598,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3
index b80bec141..816214759 100644
--- a/lang/french-iso-8859-1.inc.php3
+++ b/lang/french-iso-8859-1.inc.php3
@@ -574,4 +574,28 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
$strZip = '"zippé"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3
index 3f3b83669..a09fb6197 100644
--- a/lang/french-utf-8.inc.php3
+++ b/lang/french-utf-8.inc.php3
@@ -575,4 +575,28 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippĂŠ"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3
index 4d58675e5..eebac7827 100644
--- a/lang/galician-iso-8859-1.inc.php3
+++ b/lang/galician-iso-8859-1.inc.php3
@@ -577,4 +577,28 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3
index e2a4cd2dc..c7c9ae351 100644
--- a/lang/galician-utf-8.inc.php3
+++ b/lang/galician-utf-8.inc.php3
@@ -578,4 +578,28 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Se estas opciĂłns se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3
index d0549a088..8a84d947f 100644
--- a/lang/georgian-utf-8.inc.php3
+++ b/lang/georgian-utf-8.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3
index f9c90f7bc..1ff438c77 100644
--- a/lang/german-iso-8859-1.inc.php3
+++ b/lang/german-iso-8859-1.inc.php3
@@ -580,4 +580,28 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3
index 3bba825e9..1dbaee540 100644
--- a/lang/german-utf-8.inc.php3
+++ b/lang/german-utf-8.inc.php3
@@ -581,4 +581,28 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3
index 0cd3703c3..7eb62e0a1 100644
--- a/lang/greek-iso-8859-7.inc.php3
+++ b/lang/greek-iso-8859-7.inc.php3
@@ -599,4 +599,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3
index 3c7b5f0c5..14812eb64 100644
--- a/lang/greek-utf-8.inc.php3
+++ b/lang/greek-utf-8.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3
index fc2baf7bf..eeb148a2c 100644
--- a/lang/hebrew-iso-8859-8-i.inc.php3
+++ b/lang/hebrew-iso-8859-8-i.inc.php3
@@ -597,4 +597,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3
index a9af3516c..5c24748f5 100644
--- a/lang/hindi-utf-8.inc.php3
+++ b/lang/hindi-utf-8.inc.php3
@@ -611,4 +611,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3
index cb0e43ab6..a1c9646d2 100644
--- a/lang/hungarian-iso-8859-2.inc.php3
+++ b/lang/hungarian-iso-8859-2.inc.php3
@@ -585,4 +585,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3
index f29ef829a..09eb04171 100644
--- a/lang/hungarian-utf-8.inc.php3
+++ b/lang/hungarian-utf-8.inc.php3
@@ -586,4 +586,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3
index f9fd4f0bb..f1c46aa5e 100644
--- a/lang/indonesian-iso-8859-1.inc.php3
+++ b/lang/indonesian-iso-8859-1.inc.php3
@@ -573,4 +573,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3
index 26f2b81ba..e57cf475b 100644
--- a/lang/indonesian-utf-8.inc.php3
+++ b/lang/indonesian-utf-8.inc.php3
@@ -574,4 +574,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3
index f723c6501..fbca2f448 100644
--- a/lang/italian-iso-8859-1.inc.php3
+++ b/lang/italian-iso-8859-1.inc.php3
@@ -578,4 +578,28 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3
index e3b2afecf..a460f6a13 100644
--- a/lang/italian-utf-8.inc.php3
+++ b/lang/italian-utf-8.inc.php3
@@ -579,4 +579,28 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3
index f87d07301..e4d36d5a2 100644
--- a/lang/japanese-euc.inc.php3
+++ b/lang/japanese-euc.inc.php3
@@ -586,4 +586,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3
index 54aff9763..db158f667 100644
--- a/lang/japanese-sjis.inc.php3
+++ b/lang/japanese-sjis.inc.php3
@@ -586,4 +586,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3
index cb04cc8f0..498e36a02 100644
--- a/lang/japanese-utf-8.inc.php3
+++ b/lang/japanese-utf-8.inc.php3
@@ -587,4 +587,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3
index 09b33309b..18e38b304 100644
--- a/lang/korean-ks_c_5601-1987.inc.php3
+++ b/lang/korean-ks_c_5601-1987.inc.php3
@@ -599,4 +599,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3
index 177ee392a..125bf6f88 100644
--- a/lang/latvian-utf-8.inc.php3
+++ b/lang/latvian-utf-8.inc.php3
@@ -601,4 +601,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3
index ba62d6ed1..e9f0c42fe 100644
--- a/lang/latvian-windows-1257.inc.php3
+++ b/lang/latvian-windows-1257.inc.php3
@@ -600,4 +600,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3
index bd315a9ff..c34380abb 100644
--- a/lang/lithuanian-utf-8.inc.php3
+++ b/lang/lithuanian-utf-8.inc.php3
@@ -574,4 +574,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3
index 2bc510be8..535ed3407 100644
--- a/lang/lithuanian-windows-1257.inc.php3
+++ b/lang/lithuanian-windows-1257.inc.php3
@@ -573,4 +573,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3
index 606d20469..77ae13a16 100644
--- a/lang/malay-iso-8859-1.inc.php3
+++ b/lang/malay-iso-8859-1.inc.php3
@@ -596,4 +596,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3
index 89a41c858..3636a5036 100644
--- a/lang/malay-utf-8.inc.php3
+++ b/lang/malay-utf-8.inc.php3
@@ -597,4 +597,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3
index 10c55f79b..a4a00e864 100644
--- a/lang/norwegian-iso-8859-1.inc.php3
+++ b/lang/norwegian-iso-8859-1.inc.php3
@@ -575,4 +575,28 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved ĺ sette disse til 0 (null) fjerner begrensningen.';
$strZip = 'Komprimert (zip)';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3
index 0d1ad36c7..5bac1cdb7 100644
--- a/lang/norwegian-utf-8.inc.php3
+++ b/lang/norwegian-utf-8.inc.php3
@@ -576,4 +576,28 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved ĂĽ sette disse til 0 (null) fjerner begrensningen.';
$strZip = 'Komprimert (zip)';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3
index 5db90e983..6a8ef9e4e 100644
--- a/lang/polish-iso-8859-2.inc.php3
+++ b/lang/polish-iso-8859-2.inc.php3
@@ -573,4 +573,28 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
$strZip = '".zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3
index 1e0ad2096..5a592deec 100644
--- a/lang/polish-utf-8.inc.php3
+++ b/lang/polish-utf-8.inc.php3
@@ -574,4 +574,28 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
$strZip = '".zip"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3
index 6743f46ad..11867ee4c 100644
--- a/lang/portuguese-iso-8859-1.inc.php3
+++ b/lang/portuguese-iso-8859-1.inc.php3
@@ -596,4 +596,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3
index bc3295c38..8fd125f28 100644
--- a/lang/portuguese-utf-8.inc.php3
+++ b/lang/portuguese-utf-8.inc.php3
@@ -597,4 +597,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3
index 64ecf3937..0a035868b 100644
--- a/lang/romanian-iso-8859-1.inc.php3
+++ b/lang/romanian-iso-8859-1.inc.php3
@@ -574,4 +574,28 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
$strZip = '"arhivat"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3
index b2c8b5381..bc4d6e474 100644
--- a/lang/romanian-utf-8.inc.php3
+++ b/lang/romanian-utf-8.inc.php3
@@ -575,4 +575,28 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
$strZip = '"arhivat"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3
index b62c1fe4c..4292d2c75 100644
--- a/lang/russian-dos-866.inc.php3
+++ b/lang/russian-dos-866.inc.php3
@@ -583,4 +583,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3
index 1d9a36ed1..9cfce4b0d 100644
--- a/lang/russian-koi8-r.inc.php3
+++ b/lang/russian-koi8-r.inc.php3
@@ -581,4 +581,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3
index 4a72f03bb..bbfd687b8 100644
--- a/lang/russian-utf-8.inc.php3
+++ b/lang/russian-utf-8.inc.php3
@@ -582,4 +582,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3
index 7c4d2f259..79207a76f 100644
--- a/lang/russian-windows-1251.inc.php3
+++ b/lang/russian-windows-1251.inc.php3
@@ -581,4 +581,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3
index 554ff61d1..1db4eb3d9 100644
--- a/lang/serbian-utf-8.inc.php3
+++ b/lang/serbian-utf-8.inc.php3
@@ -603,4 +603,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3
index 338868183..cf8874443 100644
--- a/lang/serbian-windows-1250.inc.php3
+++ b/lang/serbian-windows-1250.inc.php3
@@ -602,4 +602,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3
index ea83bc9c9..ecb301de2 100644
--- a/lang/slovak-iso-8859-2.inc.php3
+++ b/lang/slovak-iso-8859-2.inc.php3
@@ -574,4 +574,28 @@ $strYes = '
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3
index a9b919624..befca9741 100644
--- a/lang/slovak-utf-8.inc.php3
+++ b/lang/slovak-utf-8.inc.php3
@@ -575,4 +575,28 @@ $strYes = 'Ăno';
$strZeroRemovesTheLimit = 'Poznåmka: Nastavenie týchto parametrov na 0 (nulu) odstråni obmedzenia.';
$strZip = '"zo zipovanĂŠ"';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3
index fb5563120..b66a33c45 100644
--- a/lang/slovak-windows-1250.inc.php3
+++ b/lang/slovak-windows-1250.inc.php3
@@ -574,4 +574,28 @@ $strYes = '
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3
index 5077be028..27b201708 100644
--- a/lang/slovenian-iso-8859-2.inc.php3
+++ b/lang/slovenian-iso-8859-2.inc.php3
@@ -576,4 +576,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3
index 5fc0a4a4d..924cb119a 100644
--- a/lang/slovenian-utf-8.inc.php3
+++ b/lang/slovenian-utf-8.inc.php3
@@ -577,4 +577,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3
index 7ff377084..f35bf4d93 100644
--- a/lang/slovenian-windows-1250.inc.php3
+++ b/lang/slovenian-windows-1250.inc.php3
@@ -576,4 +576,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3
index 4b1473aa4..338b67dc0 100644
--- a/lang/spanish-iso-8859-1.inc.php3
+++ b/lang/spanish-iso-8859-1.inc.php3
@@ -577,4 +577,28 @@ $strJumpToDB = 'Jump to database "%s".'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3
index 64c8ab860..79df474ec 100644
--- a/lang/spanish-utf-8.inc.php3
+++ b/lang/spanish-utf-8.inc.php3
@@ -578,4 +578,28 @@ $strJumpToDB = 'Jump to database "%s".'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3
index 14ed22c70..243d1ee6e 100644
--- a/lang/swedish-iso-8859-1.inc.php3
+++ b/lang/swedish-iso-8859-1.inc.php3
@@ -573,4 +573,28 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s
$strZip = '"zippad"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3
index 9992e1d4d..3fccd2e43 100644
--- a/lang/swedish-utf-8.inc.php3
+++ b/lang/swedish-utf-8.inc.php3
@@ -574,4 +574,28 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll)
$strZip = '"zippad"';
// To translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3
index 8bda2c994..26943df48 100644
--- a/lang/thai-tis-620.inc.php3
+++ b/lang/thai-tis-620.inc.php3
@@ -587,4 +587,28 @@ $strWritingCommentNotPossible = 'Writing of comment not possible'; //to transla
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strZeroRemovesTheLimit = 'âťĂ´ˇĂŇş: Setting these options to 0 (zero) removes the limit.'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3
index 57cd095e2..546999b3f 100644
--- a/lang/thai-utf-8.inc.php3
+++ b/lang/thai-utf-8.inc.php3
@@ -588,4 +588,28 @@ $strWritingCommentNotPossible = 'Writing of comment not possible'; //to transla
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strZeroRemovesTheLimit = 'ŕšŕ¸ŕ¸Łŕ¸ŕ¸ŕ¸Łŕ¸˛ŕ¸: Setting these options to 0 (zero) removes the limit.'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3
index d53ff1dd6..e394b07e5 100644
--- a/lang/turkish-iso-8859-9.inc.php3
+++ b/lang/turkish-iso-8859-9.inc.php3
@@ -598,4 +598,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3
index 6570db97d..0ede738e9 100644
--- a/lang/turkish-utf-8.inc.php3
+++ b/lang/turkish-utf-8.inc.php3
@@ -599,4 +599,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3
index 497ebc18a..0214108df 100644
--- a/lang/ukrainian-utf-8.inc.php3
+++ b/lang/ukrainian-utf-8.inc.php3
@@ -579,4 +579,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>
diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3
index 43b67cc97..8001354af 100644
--- a/lang/ukrainian-windows-1251.inc.php3
+++ b/lang/ukrainian-windows-1251.inc.php3
@@ -578,4 +578,28 @@ $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
+$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
+$strQueryTime = 'Query took %01.4f sec';//to translate
+$strDumpComments = 'Include column comments as inline SQL-comments';//to translate
+$strDBComment = 'Database comment: ';//to translate
+$strQueryFrame = 'Query window';//to translate
+$strQueryFrameDebug = 'Debugging information';//to translate
+$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
+$strQuerySQLHistory = 'SQL-history';//to translate
+$strMIME_MIMEtype = 'MIME-type';//to translate
+$strMIME_transformation = 'Browser transformation';//to translate
+$strMIME_transformation_options = 'Transformation options';//to translate
+$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
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
+$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
+$strMIME_available_mime = 'Available MIME-types';//to translate
+$strMIME_available_transform = 'Available transformations';//to translate
+$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
+$strMIME_description = 'Description';//to translate
+$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate
+$strMIME_file = 'Filename';//to translate
+$strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
+$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
+$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
+$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
+$strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate
?>