|
45 | 45 | 'admin' => 'Admin', |
46 | 46 | 'details_row' => 'This is the details row. Modify as you please.', |
47 | 47 | 'details_row_loading_error' => 'There was an error loading the details. Please retry.', |
48 | | - 'clone' => 'Clone', |
49 | | - 'clone_success' => '<strong>Entry cloned</strong><br>A new entry has been added, with the same information as this one.', |
50 | | - 'clone_failure' => '<strong>Cloning failed</strong><br>The new entry could not be created. Please try again.', |
| 48 | + 'clone' => 'Clone', |
| 49 | + 'clone_success' => '<strong>Entry cloned</strong><br>A new entry has been added, with the same information as this one.', |
| 50 | + 'clone_failure' => '<strong>Cloning failed</strong><br>The new entry could not be created. Please try again.', |
51 | 51 |
|
52 | 52 | // Confirmation messages and bubbles |
53 | 53 | 'delete_confirm' => 'Are you sure you want to delete this item?', |
|
62 | 62 | 'bulk_no_entries_selected_title' => 'No entries selected', |
63 | 63 | 'bulk_no_entries_selected_message' => 'Please select one or more items to perform a bulk action on them.', |
64 | 64 |
|
65 | | - // Bulk confirmation |
| 65 | + // Bulk delete |
66 | 66 | 'bulk_delete_are_you_sure' => 'Are you sure you want to delete these :number entries?', |
67 | 67 | 'bulk_delete_sucess_title' => 'Entries deleted', |
68 | 68 | 'bulk_delete_sucess_message' => ' items have been deleted', |
69 | 69 | 'bulk_delete_error_title' => 'Delete failed', |
70 | 70 | 'bulk_delete_error_message' => 'One or more items could not be deleted', |
71 | 71 |
|
| 72 | + // Bulk clone |
| 73 | + 'bulk_clone_are_you_sure' => 'Are you sure you want to clone these :number entries?', |
| 74 | + 'bulk_clone_sucess_title' => 'Entries cloned', |
| 75 | + 'bulk_clone_sucess_message' => ' items have been cloned.', |
| 76 | + 'bulk_clone_error_title' => 'Cloning failed', |
| 77 | + 'bulk_clone_error_message' => 'One or more entries could not be created. Please try again.', |
| 78 | + |
72 | 79 | // Ajax errors |
73 | 80 | 'ajax_error_title' => 'Error', |
74 | 81 | 'ajax_error_text' => 'Error loading page. Please refresh the page.', |
|
0 commit comments