bulk menu and some cleanup, not finished yet
This commit is contained in:
parent
bab5e6ee63
commit
ec5dbe1792
11 changed files with 595 additions and 243 deletions
|
|
@ -1143,33 +1143,58 @@
|
|||
"management": "Management",
|
||||
"search_users": "Search for users...",
|
||||
"loading": "Loading...",
|
||||
"placeholder_query": "Query",
|
||||
"placeholder_name": "Name",
|
||||
"placeholder_email": "Email",
|
||||
"label_query": "Query",
|
||||
"label_name": "Name",
|
||||
"label_email": "Email",
|
||||
"label_origin": "Origin",
|
||||
"label_activity": "Activity",
|
||||
"label_privileges": "Privileges",
|
||||
"all": "All",
|
||||
"only_local": "Local only",
|
||||
"only_external": "External only",
|
||||
"only_active": "Active only",
|
||||
"only_deactivated": "Deactivated only",
|
||||
"only_administrators": "Admin only",
|
||||
"all_privileged": "All privileged",
|
||||
"only_moderators": "Moderators only",
|
||||
"only_unapproved": "Unapproved only",
|
||||
"only_unconfirmed": "Unconfirmed only",
|
||||
"only_local": "Local Only",
|
||||
"only_external": "External Only",
|
||||
"only_active": "Active Only",
|
||||
"only_deactivated": "Deactivated Only",
|
||||
"only_administrators": "Admin Only",
|
||||
"all_privileged": "All Privileged",
|
||||
"only_moderators": "Moderators Only",
|
||||
"only_unapproved": "Unapproved Only",
|
||||
"only_unconfirmed": "Unconfirmed Only",
|
||||
"refresh": "Refresh",
|
||||
"bulk_actions": {
|
||||
"title": "Bulk Actions",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"activate": "Activate Selected Users?",
|
||||
"deactivate": "Deactivate Selected Users?",
|
||||
"delete": "Delete Selected Users?",
|
||||
"grant_admin": "Grant Admin Privileges To Selected Users?",
|
||||
"revoke_admin": "Revoke Admin Privileges From Selected Users?",
|
||||
"grant_moderator": "Grant Moderator Privileges To Selected Users?",
|
||||
"revoke_moderator": "Revoke Moderator Privileges From Selected Users?",
|
||||
"approve": "Approve Selected Users?",
|
||||
"confirm": "Confirm Selected Users?",
|
||||
"require_password_change": "Require Password Change For Selected Users?"
|
||||
},
|
||||
"activate": "Activate",
|
||||
"deactivate": "Deactivate",
|
||||
"resend_confirmation_email": "Resend confirmation email",
|
||||
"approve": "Approve",
|
||||
"grant_admin": "Grant Admin",
|
||||
"revoke_admin": "Revoke Admin",
|
||||
"grant_moderator": "Grant Moderator",
|
||||
"revoke_moderator": "Revoke Moderator",
|
||||
"confirm_user": "Confirm",
|
||||
"resend_confirmation_email": "Resend Confirmation Email",
|
||||
"require_password_change": "Require Password Change",
|
||||
"delete": "Delete",
|
||||
"loading_user": "Loading user...",
|
||||
"delete_user": "Delete User",
|
||||
"expand_user": "Expand user",
|
||||
"collapse_user": "Collapse user",
|
||||
"is_admin": "Is admin",
|
||||
"is_moderator": "Is moderator",
|
||||
"is_confirmed": "Is confirmed",
|
||||
"resend_confirmation_email": "Resend confirmation email",
|
||||
"approve": "Approve",
|
||||
"is_active": "Is active",
|
||||
"delete_user": "Delete user",
|
||||
"expand_timeline": "Expand timeline",
|
||||
"collapse_timeline": "Collapse timeline",
|
||||
"expand_raw_info": "Expand raw info",
|
||||
|
|
@ -1188,7 +1213,6 @@
|
|||
"link_source": "Source",
|
||||
"title_database": "Database",
|
||||
"title_details": "Details",
|
||||
"title_filter_user_search": "Filter User Search",
|
||||
"title_users": "Users",
|
||||
"user_has_no_posts": "User has no posts"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue