diff --git a/ChangeLog b/ChangeLog index 87aac15a1..8a8fc722e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2006-03-14 Michal Čihař * lang/czech: Update, use binary prefixes. + * lang/english: Nothing to translate here. 2006-03-14 Alexander M. Turek * lang/german-*.inc.php: Use correct binary prefixes for byte units. diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 9da5cbb2f..52e035185 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -898,7 +898,7 @@ $strTraditionalSpanish = 'Traditional Spanish'; $strTraffic = 'Traffic'; $strTransactionCoordinator = 'Transaction coordinator'; $strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; $strTransformation_image_jpeg__link = 'Displays a link to download this image.'; $strTransformation_image_png__inline = 'See image/jpeg: inline'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 70aa7756f..0ac569c32 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -898,7 +898,7 @@ $strTraditionalSpanish = 'Traditional Spanish'; $strTraffic = 'Traffic'; $strTransactionCoordinator = 'Transaction coordinator'; $strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; $strTransformation_image_jpeg__link = 'Displays a link to download this image.'; $strTransformation_image_png__inline = 'See image/jpeg: inline'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 2e2c7795e..a0d1845b4 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -899,7 +899,7 @@ $strTraditionalSpanish = 'Traditional Spanish'; $strTraffic = 'Traffic'; $strTransactionCoordinator = 'Transaction coordinator'; $strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate +$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; $strTransformation_image_jpeg__link = 'Displays a link to download this image.'; $strTransformation_image_png__inline = 'See image/jpeg: inline';