mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Replaced language-file occurrences of 'E107' with 'e107'
This commit is contained in:
@@ -88,7 +88,7 @@ default :
|
|||||||
$text = 'This page shows a list of all IP addresses, hostnames and email addresses which are banned.
|
$text = 'This page shows a list of all IP addresses, hostnames and email addresses which are banned.
|
||||||
(Banned users are shown on the user administration page)<br /><br />
|
(Banned users are shown on the user administration page)<br /><br />
|
||||||
<b>Automatic Bans</b><br />
|
<b>Automatic Bans</b><br />
|
||||||
E107 automatically bans individual IP addresses if they attempt to flood the site, as well as addresses with failed logins.<br />
|
e107 automatically bans individual IP addresses if they attempt to flood the site, as well as addresses with failed logins.<br />
|
||||||
These bans also appear in this list. You can select (on the options page) what to do for each type of ban.<br /><br />
|
These bans also appear in this list. You can select (on the options page) what to do for each type of ban.<br /><br />
|
||||||
<b>Removing a ban</b><br />
|
<b>Removing a ban</b><br />
|
||||||
You can set an expiry period for each type of ban, in which case the entry is removed once the ban period expires. Otherwise the
|
You can set an expiry period for each type of ban, in which case the entry is removed once the ban period expires. Otherwise the
|
||||||
|
@@ -43,7 +43,7 @@ switch ($action)
|
|||||||
break;
|
break;
|
||||||
case 'debug' :
|
case 'debug' :
|
||||||
$text = "For advanced users only - shows the hierarchy of the classes, plus the assigned classes and the classes to which the first 20 site members have access.<br />
|
$text = "For advanced users only - shows the hierarchy of the classes, plus the assigned classes and the classes to which the first 20 site members have access.<br />
|
||||||
The number in front of the class name is its unique ID (reference number). The 'Everyone' class has an ID of 0 (zero). E107 uses these IDs throughout to refer to classes.<br />
|
The number in front of the class name is its unique ID (reference number). The 'Everyone' class has an ID of 0 (zero). e107 uses these IDs throughout to refer to classes.<br />
|
||||||
After the class name is the class visibility and editability - [vis:253, edit: 27] for example. This means that the class will be visible in most selectors only if the current user is a member of class 253,
|
After the class name is the class visibility and editability - [vis:253, edit: 27] for example. This means that the class will be visible in most selectors only if the current user is a member of class 253,
|
||||||
and the user may edit their class membership only if they are a member of class 27.<br />
|
and the user may edit their class membership only if they are a member of class 27.<br />
|
||||||
Finally, after the '=', is a list of all classes either above or below each class in the tree, plus the ID of that class. Thus a user who is a member of a particular class will
|
Finally, after the '=', is a list of all classes either above or below each class in the tree, plus the ID of that class. Thus a user who is a member of a particular class will
|
||||||
|
@@ -159,7 +159,7 @@ define("LANINS_102", 'Date / Time');
|
|||||||
//define("LANINS_104", 'Review Front Page ...');
|
//define("LANINS_104", 'Review Front Page ...');
|
||||||
|
|
||||||
define("LANINS_105", 'A database name or prefix beginning with some digits followed by “e” or “E” is not acceptable');
|
define("LANINS_105", 'A database name or prefix beginning with some digits followed by “e” or “E” is not acceptable');
|
||||||
define("LANINS_106", 'WARNING - E107 cannot write to the directories and/or files listed. While this will not stop E107 installing, it will mean that certain features are not available.
|
define("LANINS_106", 'WARNING - e107 cannot write to the directories and/or files listed. While this will not stop e107 installing, it will mean that certain features are not available.
|
||||||
You will need to change the file permissions to use these features');
|
You will need to change the file permissions to use these features');
|
||||||
|
|
||||||
define("LANINS_107", "Website Name");
|
define("LANINS_107", "Website Name");
|
||||||
|
Reference in New Issue
Block a user