Coppermine 1.4.12 Coppermine 1.4.12
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Coppermine 1.4.12

Started by Makc666, July 03, 2007, 05:37:32 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Makc666

According to my topic "Coppermine 1.4.11"
http://forum.coppermine-gallery.net/index.php?topic=44849.0
there was a change in english.php.

This lines from 1.4.11:
'help_local_version_na1' => 'Unable to extract cvs version info', //cpg1.4
'help_local_version_na2' => 'The script could not determine what cvs version the file on your webserver is. You should upload the file from your package.', //cpg1.4


were updeted in 1.4.12 this way:
'help_local_version_na1' => 'Unable to extract subversion version info', //cpg1.4
'help_local_version_na2' => 'The script could not determine what subversion (SVN) version the file on your webserver is. You should upload the file from your package.', //cpg1.4


English is not my native language, but...
I think that phrases with recurrent/repeate dwords like:

  • subversion version
  • subversion (SVN) version
is not a good choice.

Why not to change those line in 1.4.13 to this one:
This lines from 1.4.11:
'help_local_version_na1' => 'Unable to extract svn version info', //cpg1.4
'help_local_version_na2' => 'The script could not determine what svn version the file on your webserver is. You should upload the file from your package.', //cpg1.4


From my point of view this is the best variant!

Thanks.


Joachim Müller

Merely cosmetical issues or a matter of taste. Doesn't matter that much. I only changed the text in the first place because you complained about it. I won't change it again, it's fine for me. We're reluctant to change english.php between minor releases, because they trigger other version updates such as yours for russian.php.

Makc666

#2
Quote from: GauGau on July 04, 2007, 07:13:01 AM
I only changed the text in the first place because you complained about it.
GauGau, I think you are wrong.
You change word:
cvs
to word:
svnversion

I complained to change word:
cvs
to word:
svn
as was made in other places.

Maybe you made a misprint? ??? As now text have in fact two words "version" one-by-one.

'help_local_version_na1' => 'Unable to extract subversion version info', //cpg1.4
'help_local_version_na2' => 'The script could not determine what subversion (SVN) version the file on your webserver is. You should upload the file from your package.', //cpg1.4

Tranz

What GauGau wrote is fine. It's kind of like "I saw a Big Bear bear", where Big Bear is a city up in the mountains in Southern California. That's what's going to happen when there are nouns in proper nouns. It sounds funny, but people might want to say it because it's funny.

Makc666

Quote from: TranzNDance on July 04, 2007, 05:20:51 PM
What GauGau wrote is fine. It's kind of like "I saw a Big Bear bear", where Big Bear is a city up in the mountains in Southern California. That's what's going to happen when there are nouns in proper nouns. It sounds funny, but people might want to say it because it's funny.
Hm...
Maybe you are right...

As I understand that there is no difference between meanings of subversion version and svn version.
But the last one (svn version) sounds better and also looks the same as other svn related lines in english.php

Joachim Müller