english.php - issues english.php - issues
 

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

english.php - issues

Started by Makc666, August 08, 2004, 07:35:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

Code:
'reg_instr_2' => 'Now you may upload your files using the upload boxes below. The size of files uploaded from your client to the server should not exceed %s KB each. ZIP files uploaded in the \'File Upload\' and \'URI/URL Upload\' sections will remain compressed.', //cpg1.3.0

Must be:
'reg_instr_2' => 'Now you may upload your files using the upload boxes below. The size of files uploaded from your client to the server should not exceed %s KB each. ZIP files uploaded in the \'File Uploads\' and \'URI/URL Uploads\' sections will remain compressed.', //cpg1.3.0

Changes:
Two lettes "s" in words.
\'File Uploads\' and \'URI/URL Uploads\'

Casper

Actually, the language file has a perfectly acceptable usage of English.  But if you want to be exact, the technically correct words would not be 'file uploads section', but 'files upload section'.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Makc666

Ok...
I made a screenshot. It was my mistake there was no screenshot in first post...


Quote from: Casper on August 08, 2004, 08:29:12 PM
Actually, the language file has a perfectly acceptable usage of English.  But if you want to be exact, the technically correct words would not be 'file uploads section', but 'files upload section'.

Makc666

Code:
'note_list' => '<li>If you don\'t want to change the current password, leave the "password" field blank',

Must be:
'note_list' => '<li>If you don\'t want to change the current password, leave the "Password" field blank',

Changes:
password to Password

Joachim Müller

My first language isn't english, and I'm happy if the dev team people correct my horrible grammar and spelling, but as far as I know the word password is spelled in lower case if it is not at the very start of a sentence. As your native language isn't English as well I suggest we leave this grammar and spelling discussion to the experts who have English as their first language.

GauGau

Makc666

The word password is in brackets.
Brackets means that user must look at some button or URL or etc.
That is my the text must look the same as on button.
So for "is spelled in lower case if it is not at the very start of a sentence" you are right.
But in our case it is in brackets.

Quote from: GauGau on August 08, 2004, 11:33:58 PM
My first language isn't english, and I'm happy if the dev team people correct my horrible grammar and spelling, but as far as I know the word password is spelled in lower case if it is not at the very start of a sentence. As your native language isn't English as well I suggest we leave this grammar and spelling discussion to the experts who have English as their first language.

GauGau

Makc666

#6
Code:
'title' => 'Admin utilities (Resize pictures)', //cpg1.3.0

Must be changed to:
'title' => 'Admin utility (Resize pictures)', //cpg1.3.0

Changes:
utilities to utility

=====================

Code:
'util_lnk' => 'Admin Tools', //cpg1.3.0

Must be changed to:
'util_lnk' => 'Admin Tool', //cpg1.3.0

Changes:
Tools to Tool

=====================

kegobeer

"What it does" is grammatically correct IMO, since I believe "it" refers to "(util.mod)" which is singular, and not "utilities".
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

@Makc666: it seems you didn't understand the message I posted in my previous posting, so I have to say this more directly: please stop posting language file things that are cosmetical, leave it to those who speak English as their mother tongue.

Let's instead see contributions that show us something new: why don't you post actual hacks, themes etc.?

I'll lock this thread now. Please don't start another one along the same lines. Thank you.

GauGau