1<?php
2/*
3 * Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
4 *
5 * Admin Language File
6 *
7*/
8
9// define("BANLAN_1", "Ban removed.");
10define("BANLAN_2", "No bans in list.");
11define("BANLAN_3", "Existing Bans");
12// define("BANLAN_4", "Remove ban");
13define("BANLAN_5", "Enter IP, email address, or host");
14define("BANLAN_7", "Reason");
15define("BANLAN_8", "Ban Address");
16define("BANLAN_9", "Ban users from site by email, IP or host address");
17define("BANLAN_10", "IP / Email / Reason");
18define("BANLAN_11", "Auto-ban: More than 10 failed login attempts");
19define("BANLAN_12", "Note: Reverse DNS is currently disabled; it must be enabled to allow banning by host.  Banning by IP and email address will still function normally.");
20define("BANLAN_13", "Note: To ban a user by user name, go to the users admin page: ");
21define("BANLAN_14", "Ban List");
22define("BANLAN_15", "Messages/Ban Periods");
23define("BANLAN_16", "Banning");
24define("BANLAN_17", "Ban Date");
25define("BANLAN_18", "Ban expires");
26define("BANLAN_19", "Notes");
27define("BANLAN_20", "Type");
28//define("BANLAN_21", "Never");
29define("BANLAN_22", "Unknown");
30define("BANLAN_23", "day(s)");
31define("BANLAN_24", "hours");
32define("BANLAN_25", "Add to Banlist");
33define("BANLAN_26", "Currently ");
34define("BANLAN_27", "Invalid characters in IP address stripped - now:");
35define("BANLAN_28", "Ban type");
36define("BANLAN_29", "Message to show to banned user");
37define("BANLAN_30", "Ban duration");
38define("BANLAN_31", "(Use an empty message if you wish the user to get a blank screen)");
39define("BANLAN_32", "Indefinite");
40//define("BANLAN_33", "Settings Updated");
41define("BANLAN_34", "Expired");
42define("BANLAN_35", "Import/Export");
43define("BANLAN_36", "Export Types");
44define("BANLAN_37", "Field Separator");
45define("BANLAN_38", "Quote (round each value)");
46define("BANLAN_39", "Export");
47define("BANLAN_40", "Banlist Export");
48define("BANLAN_41", "Banlist Import");
49define("BANLAN_42", "Import Choices");
50define("BANLAN_43", "Replace all existing imported bans");
51define("BANLAN_44", "Use expiry date/time from import");
52define("BANLAN_45", "Import");
53define("BANLAN_46", "Import File:");
54define("BANLAN_47", "File upload error");
55define("BANLAN_48", "Deleted [y] expired ban list entries");
56define("BANLAN_49", "CSV import: Unbalanced quotes in line ");
57define("BANLAN_50", "CSV import: Error writing banlist record at line ");
58define("BANLAN_51", "CSV import: Success, [y] lines imported from file ");
59define("BANLAN_52", "Whitelist");
60define("BANLAN_53", "Add to Whitelist");
61define("BANLAN_54", "No entries in whitelist");
62define("BANLAN_55", "Entry Date");
63define("BANLAN_56", "IP/Email, User");
64define("BANLAN_57", "User");
65define("BANLAN_58", "Add users to the whitelist");
66define("BANLAN_59", "Edit existing whitelist entry");
67define("BANLAN_60", "Edit existing banlist entry");
68define("BANLAN_61", "Existing Whitelist entries");
69// define("BANLAN_62", "Options");
70define("BANLAN_63", "Use reverse DNS to allow host banning");
71define("BANLAN_64", "Reverse DNS accesses when adding ban");
72define("BANLAN_65", "Turning this option on will allow you to ban users by hostname, rather then just IP or email address.  <br />NOTE: This may affect pageload times on some hosts, or if a server isn't responding");
73define("BANLAN_66", "When a ban occurs, this option adds the domain of the banned address to the reason");
74define("BANLAN_67", "Set maximum access rate");
75define("BANLAN_68", "This determines the maximum number of site accesses in a 5-minute period");
76define("BANLAN_69", "for members");
77define("BANLAN_70", "for guests");
78define("BANLAN_71", "Retrigger ban period");
79define("BANLAN_72", "Ban Options");
80define("BANLAN_73", "This will restart the ban period if a banned user accesses the site");
81define("BANLAN_74", "Banlist Maintenance");
82define("BANLAN_75", "Remove expired bans from list");
83define("BANLAN_76", "Execute");
84define("BANLAN_77", "Messages/Ban Periods");
85define("BANLAN_78", "Hit count exceeded ([x] requests within allotted time)");
86define("BANLAN_79", "CSV Export format:");
87define("BANLAN_80", "CSV Import format:");
88define("BANLAN_81", "Ban Action Log");
89define("BANLAN_82", "No entries in Ban Action Log");
90define("BANLAN_83", "Date/Time");
91define("BANLAN_84", "IP Address");
92define("BANLAN_85", "Additional information");
93define("BANLAN_86", "Ban-related events");
94define("BANLAN_87", "Total [y] entries in list");
95define("BANLAN_88", "Empty Ban Action Log");
96define("BANLAN_89", "Log File Deleted");
97define("BANLAN_90", "Error deleting log file");
98define("BANLAN_91", "Date/time format for ban log");
99define("BANLAN_92", "See the strftime function page at php.net");
100define("BANLAN_93", "");
101
102// Ban types - block reserved 100-109
103define("BANLAN_100", "Unknown");
104define("BANLAN_101", "Manual");
105define("BANLAN_102", "Flood");
106define("BANLAN_103", "Hit count");
107define("BANLAN_104", "Login failure");
108define("BANLAN_105", "Imported");
109define("BANLAN_106", "User");
110define("BANLAN_107", "Unknown");
111define("BANLAN_108", "Unknown");
112define("BANLAN_109", "Old");
113
114// Detailed explanations for ban types - block reserved 110-119
115define("BANLAN_110", "Most likely a ban that was imposed before e107 was upgraded from 0.7.x");
116define("BANLAN_111", "Entered by an admin");
117define("BANLAN_112", "Attempts to update the site too fast");
118define("BANLAN_113", "Attempts to access the site too frequently from the same address");
119define("BANLAN_114", "Multiple failed login attempts from the same user");
120define("BANLAN_115", "Added from an external list");
121define("BANLAN_116", "IP address banned on account of user ban");
122define("BANLAN_117", "Spare reason");
123define("BANLAN_118", "Spare reason");
124define("BANLAN_119", "Indicates an import error - previously imported bans");
125
126define("BANLAN_120", "Whitelist entry");
127define("BANLAN_121", "Blacklist entry");
128define("BANLAN_122", "Blacklist");
129define("BANLAN_123", "Add to Blacklist");
130define("BANLAN_124", "Expires");   // not ban_lan_34
131define("BANLAN_125", "Use my IP");
132define("BANLAN_126", "IP / Email");
133define("BANLAN_127", "Delete all [x] failed logins from database");
134
135
136