In english.php there is code:
'delete_intermediate_explanation' => 'This will delete intermediate (normal) pictures.<br />Use this to free up disk space if you have disabled \'Make intermediate pics\' in config after adding pictures.', //cpg1.4
But there is no such option as 'Make intermediate pics' in Config panel.
There is: 'Create intermediate pictures'
So the code must be:
'delete_intermediate_explanation' => 'This will delete intermediate (normal) pictures.<br />Use this to free up disk space if you have disabled \'Create intermediate pictures\' in config after adding pictures.', //cpg1.4
P.S. Just fixed the title of the topic to: "Make intermediate pics -> Create intermediate pictures"
I didn't know that the mark Invalid will disappear. :-\\
don't make false assumptions, the english text is perfectly ok and meant exactly as written.
Quote from: GauGau on December 01, 2005, 11:50:29 PM
don't make false assumptions, the english text is perfectly ok and meant exactly as written.
I didn't understand why you said that it is false assumptions.
In:
http://cvs.sourceforge.net/viewcvs.py/coppermine/devel/lang/english.php?rev=1.282&view=markup
there is main code:
array('Create intermediate pictures','make_intermediate',1, 'f=index.htm&as=admin_picture_thumbnail_intermediate_toggle&ae=admin_picture_thumbnail_intermediate_toggle_end'), //cpg1.4
There are words:
'Create intermediate pictures'In secondary (subordinate) code, which refers to the first one there is:
'delete_intermediate_explanation' => 'This will delete intermediate (normal) pictures.<br />Use this to free up disk space if you have disabled \'Make intermediate pics\' in config after adding pictures.', //cpg1.4
There are words: if you have disabled
'Make intermediate pics' in config
Of course I understand that there is no difference in english between words: 'Create' and 'Make', but...
If some man will read words: 'if you have disabled
'Make intermediate pics' in config'
And then go to Confi panel,
Press 'Expand All' and will use
Ctrl + F to search for that option 'Make intermediate pics' he will not find it, as its real name is:
'Create intermediate pictures'.
So he will go to the forum and asks why he can find
'Make intermediate pics'.
I think we also must note that not all one knows English so well.
That it.
Nothing else.
P.S. Just fixed the title of the topic to: "Make intermediate pics -> Create intermediate pictures"
I didn't know that the mark Invalid will disappear. :-\\
It's a minor distinction in the english language, however it is essentially a proper name for an item, so the meaning of the two entries is irrelevant, they are not the same in the context it is being used.
The english language file will be more accurate with this correction.
I'll make the change to english.php. This change doesn't materially change the language file, and won't affect other language files, as they would have a different interpretation of the label.