Inconsistent error string in English

See all posts Reply

Inconsistent error string in English new!
by Ciprian M., 14 years, 6 months ago
Hello again!
We noticed an inconsistence in this line:
$translation['uploaded_err_extension']
    = 'File upload error (file upload stopped by extension).';
Many people won't understand what an extension could do for a file to not be uploaded.
Correct me if I'm wrong: I changed it to:
$translation['uploaded_err_extension']
    = 'File upload error (extension not allowed for upload).';
- I thought it's about the php server configuration that could allow/disallow different extensions to be uploaded to the server.
Is it correct? Should it sound differently?

Thanks in advance!Reply
Re: Inconsistent error string in English new!
by colin, 14 years, 6 months ago
The wording is the one on the PHP website.

It is a (yet undocumented?) feature that allows an administrator to limit file uploads by applying a blacklist of extensions.Reply
Re: Inconsistent error string in English new!
by Ciprian M., 14 years, 6 months ago
My question is: how could an extension affect an uploading process? Other then being restricted by either the php server (not sure) or the script itself (more likely)...
So how "file upload stopped by extension" should actuallz read?

PS: Notifications on reply are still not working for this forum. That would be such a great feature to add...Reply
Re: Inconsistent error string in English new!
by colin, 14 years, 6 months ago
I think that you can set a blacklist of file extensions in your php.ini, and the files having such extensions will be blocked during an upload. So the message is somehow right: "file upload stopped by extension" reads as "the file upload has been cancelled as the extension is forbidden".

Notifications are not implemented on this forum, but I will try to do that soon.Reply
Re: Inconsistent error string in English new!
by Ciprian M., 14 years, 6 months ago
Ok, thank you. Keep up the great work!Reply
How to change laguage new!
by Fire, 13 years, 8 months ago
Hello, I want to change the language of the home page. How can I do this?Reply
Re: How to change language new!
by colin, 13 years, 8 months ago
What do you mean by that? What language do you want to change?Reply