[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: user_banning.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 // Tabs 10 $l['banning'] = "Banning"; 11 $l['banned_accounts'] = "Banned Accounts"; 12 $l['banned_accounts_desc'] = "Here you can manage user accounts which are banned from access to the board."; 13 $l['ban_a_user'] = "Ban a User"; 14 $l['ban_a_user_desc'] = "Here you can ban a user."; 15 $l['edit_ban'] = "Edit Ban"; 16 $l['edit_ban_desc'] = "Here you can edit the reason and length of currently banned users."; 17 $l['banned_ips'] = "Banned IPs"; 18 $l['disallowed_usernames'] = "Disallowed Usernames"; 19 $l['disallowed_email_addresses'] = "Disallowed Email Addresses"; 20 21 // Errors 22 $l['error_invalid_ban'] = "You have selected an invalid ban to edit."; 23 $l['error_invalid_username'] = "The username you have entered is invalid and does not exist."; 24 $l['error_no_perm_to_ban'] = "You do not have permission to ban this user."; 25 $l['error_already_banned'] = "This user already belongs to a banned group and cannot be added to a new one."; 26 $l['error_ban_self'] = "You cannot ban yourself."; 27 $l['error_no_reason'] = "You did not enter a reason to ban this user."; 28 29 // Success 30 $l['success_ban_lifted'] = "The selected ban has been lifted successfully."; 31 $l['success_banned'] = "The selected user has been banned successfully."; 32 $l['success_ban_updated'] = "The selected ban has been updated successfully."; 33 $l['success_pruned'] = "The selected user's posts and threads have been pruned successfully."; 34 35 // Confirm 36 $l['confirm_lift_ban'] = "Are you sure you want to lift this ban?"; 37 $l['confirm_prune'] = "Are you sure you want to prune all threads and posts created by this user?"; 38 39 //== Pages 40 //= Add / Edit 41 $l['ban_username'] = "Username <em>*</em>"; 42 $l['autocomplete_enabled'] = "Auto-complete is enabled in this field."; 43 $l['ban_reason'] = "Ban Reason"; 44 $l['ban_group'] = "Banned Group <em>*</em>"; 45 $l['ban_group_desc'] = "In order for this user to be banned they must be moved to a banned group."; 46 $l['ban_time'] = "Ban Length <em>*</em>"; 47 48 //= Index 49 $l['user'] = "User"; 50 $l['moderation'] = "Moderation"; 51 $l['ban_lifts_on'] = "Ban Lifts On"; 52 $l['time_left'] = "Time Left"; 53 $l['permenantly'] = "permanently"; 54 $l['na'] = "N/A"; 55 $l['for'] = "for"; 56 $l['bannedby_x_on_x'] = "<strong>{1}</strong><br /><small>Banned by {2} on {3} {4}</small>"; 57 $l['lift'] = "Lift"; 58 $l['no_banned_users'] = "You don't have any banned users at the moment."; 59 $l['prune_threads_and_posts'] = "Prune Threads & Posts"; 60 61 // Buttons 62 $l['ban_user'] = "Ban User"; 63 $l['update_ban'] = "Update Ban"; 64 65 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |