Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: english.php > 'explain_guests_greyed_out_text'  (Read 3926 times)

0 Members and 1 Guest are viewing this topic.

Makc666

  • Translator
  • Coppermine addict
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 1614
  • Русский (ISO-8859-1) - Russian - Русский (Windows)
    • Makc's home page
english.php > 'explain_guests_greyed_out_text'
« on: November 27, 2005, 03:04:31 pm »

There is code:
Quote
  'explain_guests_greyed_out_text' => 'You can not change the properties of this group because you set the option " Allow unlogged users (guest or anonymous) access" to "No" on the config page. All guest (members of the group %s) can\'t do anything but login; therefor group settings don\'t apply for them.', //cpg1.4

1-st error in it:
" Allow unlogged
there is extra space before "Allow".
Must be:
"Allow unlogged

2-nd error in it:
I think that meaning of the whole sentence is broken.
Here is how it works in real time:
Why is this row greyed out?
You can not change the properties of this group because you set the option " Allow unlogged users (guest or anonymous) access" to "No" on the config page. All guest (members of the group Guests) can't do anything but login; therefor group settings don't apply for them.
As I understand when "we" set the option "Allow unlogged users (guest or anonymous) access" to "No",
this means that ONLY REGISTERED users CAN VISIT the gallery (login).
But, then we see the words:
can't do anything but login

So how they can "but login" if "we" set the option "Allow unlogged users (guest or anonymous) access" to "No"!!!???

3-rd error in it:
There are words:
therefor group settings don't apply for them
I think there is misprint in word "therefor".
It must be spelled as: "therefore".

4-th error in it:
As I said above already, I think that words:
can't do anything but login
must be spelled as:
can't do anything even login

So the final variant of the code will be:
Quote
  'explain_guests_greyed_out_text' => 'You can not change the properties of this group because you set the option "Allow unlogged users (guest or anonymous) access" to "No" on the config page. All guest (members of the group %s) can\'t do anything even login; therefore group settings don\'t apply for them.', //cpg1.4
« Last Edit: November 27, 2005, 07:40:28 pm by GauGau »
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 18 queries.