From 8f0b67d81b0e98e0df71155a93f6a6d1a44eb50e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 30 Oct 2004 01:22:47 +0000 Subject: [PATCH] bug 1056724 --- ChangeLog | 1 + lang/english-iso-8859-1.inc.php | 4 ++-- lang/english-utf-8.inc.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f872bc42d..bd44aa305 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ * header.inc.php: bug #1053310, undefined index under OmniSecure server * tbl_relation.php: bug #1050424, not positionned on current db * tbl_alter.php: bug #1054756, duplicate top menu + * lang/english: bug #1056724, typo 2004-10-28 Alexander M. Turek * user_password.php, lang/*.inc.php: Allow usage of old password hashing diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 2402a2359..30bbfe357 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -362,7 +362,7 @@ $strMIME_MIMEtype = 'MIME-type'; $strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.'; $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_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\').'; +$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options = 'Transformation options'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; @@ -582,7 +582,7 @@ $strServerTrafficNotes = 'Server traffic: These tables show the network t $strServerVars = 'Server variables and settings'; $strServerVersion = 'Server version'; $strSessionValue = 'Session value'; -$strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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\').'; +$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; $strShowColor = 'Show color'; $strShowDatadictAs = 'Data Dictionary Format'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 5f6aec13c..aeba1c97b 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -363,7 +363,7 @@ $strMIME_MIMEtype = 'MIME-type'; $strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.'; $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_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\').'; +$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_transformation_options = 'Transformation options'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; @@ -583,7 +583,7 @@ $strServerTrafficNotes = 'Server traffic: These tables show the network t $strServerVars = 'Server variables and settings'; $strServerVersion = 'Server version'; $strSessionValue = 'Session value'; -$strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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\').'; +$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; $strShowColor = 'Show color'; $strShowDatadictAs = 'Data Dictionary Format';