|
70 | 70 | $string['logok'] = 'Here are the queries that have been sent to the DB:'; |
71 | 71 | $string['mergedbyuseridonlog'] = 'Merged by'; |
72 | 72 | $string['mergeusers'] = 'Merge user accounts'; |
73 | | -$string['messageprovider:mergeusers_completion'] = 'Notification when user merge process is completed'; |
74 | | -$string['message:mergeusers_success_subject'] = 'User merge completed successfully'; |
75 | | -$string['message:mergeusers_success_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed successfully.'; |
76 | | -$string['message:mergeusers_error_subject'] = 'User merge completed with errors'; |
77 | | -$string['message:mergeusers_error_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed with errors. Please review the merge logs for details.'; |
78 | 73 | $string['mergeusers:mergeusers'] = 'Merge user accounts'; |
79 | 74 | $string['mergeusers:view'] = 'Merge User Accounts'; |
80 | 75 | $string['mergeusers:viewlog'] = 'View merge logs'; |
|
84 | 79 | $string['mergeusersadvanced_help'] = 'Here you can enter the below fields if you know exactly what users that you want to merge.<br /><br /> Click the "search" button in order to verify/confirm that the input entered are in fact users.'; |
85 | 80 | $string['mergeusersqueued'] = 'Merge queued!<br/>Between {$a->fromuser}<br/>and {$a->touser}.<br/>It will run during the next cron execution. You will see the results on {$a->logid}.'; |
86 | 81 | $string['merging'] = 'Merged'; |
87 | | -$string['message:mergeusers_error_body'] = 'The merge of user {$a->fromuser} into {$a->touser} has been completed with errors. Please review the merge {$a->logid} for details.'; |
88 | | -$string['message:mergeusers_error_subject'] = '[Merge Users] Merge completed with errors'; |
89 | | -$string['message:mergeusers_success_body'] = 'The merge of user {$a->fromuser} into {$a->touser} has been completed successfully. Please review the merge {$a->logid} for details.'; |
90 | | -$string['message:mergeusers_success_subject'] = '[Merge Users] Merge completed successfully'; |
| 82 | +$string['message:mergeusers_error_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed with errors. Please review the merge logs for details.'; |
| 83 | +$string['message:mergeusers_error_subject'] = 'User merge completed with errors'; |
| 84 | +$string['message:mergeusers_success_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed successfully.'; |
| 85 | +$string['message:mergeusers_success_subject'] = 'User merge completed successfully'; |
91 | 86 | $string['messageprovider:mergeusers_completion'] = 'Notification when user merge process is completed'; |
92 | 87 | $string['newuser'] = 'User to keep'; |
93 | 88 | $string['newuserid'] = 'User ID to be kept'; |
|
0 commit comments