"description":"Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
"active-rules":"Active Rules",
"validate":"Validate Blacklist",
"apply":"Apply Blacklist",
"hints":"Syntax Hints",
"hint-1":"Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
"hint-2":"You can add in comments by starting lines with the <code>#</code> symbol.",
"validate.x-valid":"<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
"validate.x-invalid":"The following <strong>%1</strong> rules are invalid:",
"description":"There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings → User → User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
"invitations.description":"Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
"alerts.password-reset-confirm":"Do you want to send password reset email(s) to these user(s)?",
"alerts.confirm-delete":"<b>Warning!</b><br/>Do you really want to delete user(s)?<br/> This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
"alerts.delete-success":"User(s) Deleted!",
"alerts.confirm-purge":"<b>Warning!</b><br/>Do you really want to delete user(s) and their content?<br/> This action is not reversable! All user data and content will be erased!",
"alerts.create":"Create User",
"alerts.button-create":"Create",
"alerts.button-cancel":"Cancel",
"alerts.error-passwords-different":"Passwords must match!",
@ -221,14 +221,14 @@ define('admin/manage/users', ['translator'], function (translator) {
return;
}
bootbox.confirm('<b>Warning!</b><br/>Do you really want to delete user(s)?<br/> This action is not reversable, only the user account will be deleted, their posts and topics will not be deleled!',function(confirm){
@ -241,14 +241,14 @@ define('admin/manage/users', ['translator'], function (translator) {
if(!uids.length){
return;
}
bootbox.confirm('<b>Warning!</b><br/>Do you really want to delete user(s) and their content?<br/> This action is not reversable, all user data and content will be erased!',function(confirm){
<input type="text" class="form-control" id="change-group-desc" placeholder="A short description about your group" value="{group.description}" maxlength="255" /><br />
</fieldset>
<fieldset>
<label for="change-group-user-title">Title of Members</label>
<input type="text" class="form-control" id="change-group-user-title" placeholder="The title of users if they are a member of this group" value="{group.userTitle}" maxlength="40" /><br />