|
91 | 91 | $txt['upgrade_step_migration'] = 'Migrations'; |
92 | 92 | $txt['upgrade_step_convertutf'] = 'Convert to UTF-8'; |
93 | 93 | $txt['upgrade_step_cleanup'] = 'Cleanup'; |
94 | | -$txt['upgrade_step_delete'] = 'Finalize Upgrade'; |
| 94 | +$txt['upgrade_step_finalize'] = 'Finalize Upgrade'; |
95 | 95 |
|
96 | 96 | // Installer - Welcome. |
97 | 97 | $txt['install_welcome'] = 'Welcome'; |
|
295 | 295 | // Upgrade - steps and substeps |
296 | 296 | $txt['upgrade_steps'] = 'Steps'; |
297 | 297 | $txt['upgrade_substeps'] = 'Substeps'; |
298 | | -$txt['upgrade_db_changes'] = 'Executing database changes'; |
299 | | -$txt['upgrade_db_patient'] = 'Please be patient - this may take some time on large forums. The time elapsed increments from the server to show progress is being made.'; |
| 298 | +$txt['upgrade_executing_substeps'] = 'Executing {type, select, |
| 299 | + migration {database changes} |
| 300 | + cleanup {cleanup steps} |
| 301 | + other {substeps} |
| 302 | +}'; |
| 303 | +$txt['upgrade_please_be_patient'] = 'Please be patient - this may take some time on large forums. The time elapsed increments from the server to show progress is being made.'; |
300 | 304 | $txt['upgrade_current_step'] = 'Current Step:'; |
301 | | -$txt['upgrade_current_substep'] = 'Current Migration:'; |
302 | | -$txt['upgrade_completed'] = 'Completed'; |
303 | | -$txt['upgrade_outof'] = 'out of'; |
304 | | -$txt['upgrade_db_complete'] = 'Database update complete! Click Continue to proceed.'; |
305 | | -$txt['upgrade_completed_migration'] = ' Completed Migration:'; |
| 305 | +$txt['upgrade_current_substep'] = 'Current Substep: {substep}'; |
| 306 | +$txt['upgrade_substep_progress'] = 'Completed {substep_done} out of {total_substeps} {type, select, |
| 307 | + migration {database changes} |
| 308 | + cleanup {cleanup steps} |
| 309 | + other {substeps} |
| 310 | +}.'; |
| 311 | +$txt['upgrade_completed_substep'] = ' Completed Substep:'; |
| 312 | +$txt['upgrade_step_complete'] = 'The "{step}" step is complete! Click Continue to proceed.'; |
306 | 313 |
|
307 | 314 |
|
308 | 315 |
|
|
414 | 421 | $txt['upgrade_continue_step'] = 'Continue from step reached during last execution of upgrade script.'; |
415 | 422 | $txt['upgrade_bypass'] = '<strong>Note:</strong> If necessary, the above security check can be bypassed for users who may administrate a server, but may not have admin rights on the forum. In order to bypass the above check, simply open "upgrade.php" in a text editor and replace "$disable_security = false;" with "$disable_security = true;" and refresh this page.'; |
416 | 423 | $txt['upgrade_areyouready'] = 'Before the upgrade gets underway, please review the options below and press "Continue" when you are ready to begin.'; |
417 | | -$txt['upgrade_backup_table'] = 'Perform a tables backup in your database with the prefix'; |
| 424 | +$txt['upgrade_backup_table'] = 'Backup SMF tables in your database using the prefix <span class="bbc_tt">{0}</span>'; |
418 | 425 | $txt['upgrade_backup_complete'] = 'Backup Complete! Click Continue to Proceed.'; |
419 | | -$txt['upgrade_recommended'] = 'recommended!'; |
| 426 | +$txt['upgrade_recommended'] = 'Strongly recommended!'; |
| 427 | +$txt['upgrade_backup_already_exists'] = 'Backup already exists. If you enable this option, the existing backup will be replaced with a new one.'; |
420 | 428 | $txt['upgrade_maintenance'] = 'Put the forum into maintenance mode during upgrade.'; |
421 | 429 | $txt['upgrade_maintenance_title'] = 'Maintenance Title:'; |
422 | 430 | $txt['upgrade_maintenance_message'] = 'Maintenance Message:'; |
|
474 | 482 | $txt['upgrade_incorrect_settings'] = 'If these seem incorrect please open Settings.php in a text editor before proceeding with this upgrade. If they are incorrect due to you moving your forum to a new location please download and execute the <a href="https://download.simplemachines.org/?tools">Repair Settings</a> tool from the Simple Machines website before continuing.'; |
475 | 483 |
|
476 | 484 | $txt['upgrade_fulltext_error'] = 'Your fulltext search index was dropped to facilitate the conversion. You will need to recreate it.'; |
477 | | -$txt['upgrade_writable_files'] = 'The following files need to be writable to continue the upgrade. Please ensure the Windows permissions are correctly set to allow this:'; |
| 485 | +$txt['upgrade_writable_files'] = 'The following files need to be writable to continue the upgrade. Please ensure the file permissions are correctly set to allow this:'; |
478 | 486 | $txt['upgrade_time_user'] = '"{name}" is running the upgrade script.'; |
479 | 487 |
|
480 | 488 | $txt['upgrade_completed_time_hms'] = 'Upgrade completed in {h, plural, |
|
547 | 555 | $txt['upgrade_complete'] = 'Upgrade Complete'; |
548 | 556 | $txt['converting_utf8'] = 'Converting to UTF-8'; |
549 | 557 | $txt['converting_json'] = 'Converting to JSON'; |
| 558 | + |
| 559 | +$txt['converting_table_to_utf8mb4'] = 'Converting table {0} to utf8mb4'; |
0 commit comments