From 4b26b5a9dd9b234bb225652a2df2a2fd234969c4 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 29 May 2014 13:50:28 -0700 Subject: [PATCH] Replaced language-file occurrences of 'E107' with 'e107' --- e107_languages/English/admin/help/banlist.php | 2 +- e107_languages/English/admin/help/userclass2.php | 2 +- e107_languages/English/lan_installer.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_languages/English/admin/help/banlist.php b/e107_languages/English/admin/help/banlist.php index 20bb7d26d..5dfeb7c33 100644 --- a/e107_languages/English/admin/help/banlist.php +++ b/e107_languages/English/admin/help/banlist.php @@ -88,7 +88,7 @@ default : $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)

Automatic Bans
-E107 automatically bans individual IP addresses if they attempt to flood the site, as well as addresses with failed logins.
+e107 automatically bans individual IP addresses if they attempt to flood the site, as well as addresses with failed logins.
These bans also appear in this list. You can select (on the options page) what to do for each type of ban.

Removing a ban
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 diff --git a/e107_languages/English/admin/help/userclass2.php b/e107_languages/English/admin/help/userclass2.php index e08530538..36d49c54d 100644 --- a/e107_languages/English/admin/help/userclass2.php +++ b/e107_languages/English/admin/help/userclass2.php @@ -43,7 +43,7 @@ switch ($action) break; 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.
- 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.
+ 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.
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.
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 diff --git a/e107_languages/English/lan_installer.php b/e107_languages/English/lan_installer.php index d3a26ee8e..af68ad5c3 100644 --- a/e107_languages/English/lan_installer.php +++ b/e107_languages/English/lan_installer.php @@ -159,7 +159,7 @@ define("LANINS_102", 'Date / Time'); //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_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'); define("LANINS_107", "Website Name");