You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en-US/general.php
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,14 @@
384
384
'bulk_edit_about_to' => 'You are about to edit the following: ',
385
385
'checked_out' => 'Checked Out',
386
386
'checked_out_to' => 'Checked out to',
387
+
'available_users' => 'Available Users to Add',
388
+
'add_users_to_group' => 'Add Users to Group',
389
+
'users_to_add_to_group' => 'Users to Add',
390
+
'add_all_users_to_group' => 'Add all users to group',
391
+
'add_selected_users_to_group' => 'Add selected users to group',
392
+
'remove_selected_users_from_group' => 'Remove selected users from group',
393
+
'remove_all_users_from_group' => 'Remove all users from group',
394
+
'add_users_to_group_help' => 'Use the arrows to add or remove users from this group. You can select multiple users by holding down the Ctrl (Windows) or Command (Mac) key while clicking.',
387
395
'fields' => 'Fields',
388
396
'last_checkout' => 'Last Checkout',
389
397
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
<!-- this is a temp fix for the select2 not working inside modals -->
49
+
50
+
51
+
<divclass="form-group">
52
+
<divclass="col-md-12">
53
+
54
+
<!-- This hidden input will store the selected user IDs as a comma-separated string to avoid max_input_vars and max_multipart_body_parts php.ini issues -->
0 commit comments