This commit is contained in:
Marc Delisle
2006-02-12 12:55:33 +00:00
parent 395cd4f3aa
commit f4a53774a7
6 changed files with 11 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2006-02-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/english and hebrew: bug #1429769, typo
2006-02-10 Marc Delisle <lem9@users.sourceforge.net> 2006-02-10 Marc Delisle <lem9@users.sourceforge.net>
* .htaccess added to main directory for bug #1411996; at least on * .htaccess added to main directory for bug #1411996; at least on
servers supporting .htaccess we can run even if session.auto_start servers supporting .htaccess we can run even if session.auto_start

View File

@@ -440,7 +440,7 @@ $strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation'; $strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; $strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options'; $strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; $strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
@@ -686,7 +686,7 @@ $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network t
$strServerVars = 'Server variables and settings'; $strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version'; $strServerVersion = 'Server version';
$strSessionValue = 'Session value'; $strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowColor = 'Show color'; $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';

View File

@@ -440,7 +440,7 @@ $strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation'; $strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; $strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options'; $strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; $strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
@@ -686,7 +686,7 @@ $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network t
$strServerVars = 'Server variables and settings'; $strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version'; $strServerVersion = 'Server version';
$strSessionValue = 'Session value'; $strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowColor = 'Show color'; $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';

View File

@@ -441,7 +441,7 @@ $strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation'; $strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; $strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options'; $strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; $strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
@@ -687,7 +687,7 @@ $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network t
$strServerVars = 'Server variables and settings'; $strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version'; $strServerVersion = 'Server version';
$strSessionValue = 'Session value'; $strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowColor = 'Show color'; $strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format'; $strShowDatadictAs = 'Data Dictionary Format';

View File

@@ -695,7 +695,7 @@ $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP con
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate $strMIME_transformation = 'Browser transformation'; //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_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate $strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate $strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate

View File

@@ -696,7 +696,7 @@ $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP con
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate $strMIME_transformation = 'Browser transformation'; //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_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, preceed it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate $strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate $strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate