|
35 | 35 | 'package-requires-update' => 'Panic Help Desk requires to <b>configure an upgrade</b>', |
36 | 36 | 'package-requires-update-info' => 'The administrator has installed a Panic Help Desk upgrade but has not finished configuring it. Please wait until the process has ended', |
37 | 37 |
|
| 38 | + 'status-updated' => 'The package is up to date and <b>Online</b> right now', |
38 | 39 | 'status-out-of-date' => '<b>Current status: Offline</b> until the the upgrade is configured', |
39 | | - 'about-to-update' => 'This is the Panic Help Desk <b>upgrade menu</b>', |
| 40 | + 'about-to-update' => 'Upgrade menu', |
40 | 41 | 'about-to-update-description' => 'Once you click on the "Upgrade now" button, the following changes are going to be done:', |
41 | | - 'all-tables-migrated' => 'There are no pending database updates, so no migration will be executed', |
| 42 | + 'all-tables-migrated' => 'All database modifications are already installed. No changes to do here', |
42 | 43 |
|
43 | 44 | 'optional-config' => 'Optional configuration', |
44 | | - 'choose-public-folder-action' => 'Have you done any modifications to the files at Laravel\'s "public/vendor/panichd" folder? Do you want to backup it?', |
45 | | - 'public-folder-destroy' => 'No (Recommended option)', |
46 | | - 'public-folder-backup' => 'Yes. Make a directory backup before copying the new files', |
| 45 | + 'choose-public-folder-action' => 'Do you want to backup "public/vendor/panichd" folder before it is reinstalled? (Needed if you have you done any modifications on it\'s files)', |
| 46 | + 'public-folder-destroy' => 'No', |
| 47 | + 'public-folder-backup' => 'Yes (A backup folder will be created inside "public/vendor")', |
47 | 48 |
|
48 | 49 | 'upgrade-now' => 'Upgrade now!', |
49 | 50 |
|
50 | 51 | 'upgrade-done' => 'The upgrade has finished correctly', |
51 | 52 |
|
52 | | - 'pending-settings' => 'There are still some <b>configurations pending</b>', |
| 53 | + 'pending-settings' => 'There are still some <b>configurations pending</b>', |
53 | 54 | 'pending-settings-description' => 'Before you can add new tickets, you must ensure that you have at least one status, priority, category and an agent assigned to it.', |
54 | 55 |
|
55 | 56 | 'master-template-file' => 'Master template file', |
56 | 57 | 'master-template-other-path' => 'Other path to the master template file', |
57 | 58 | 'master-template-other-path-ex' => 'ex. views/layouts/app.blade.php', |
58 | 59 | 'migrations-to-be-installed' => 'These migrations will be installed:', |
59 | 60 | 'another-file' => 'another File', |
60 | | - 'upgrade' => 'Panic Help Desk version upgrade', // New v0.2.3 |
61 | | - 'settings-to-be-installed' => 'These settings will be installed:', // New v0.2.3 |
62 | | - 'all-settings-installed' => 'All needed settings are installed', // New v0.2.3 |
| 61 | + 'upgrade' => 'Panic Help Desk version upgrade', |
| 62 | + 'settings-to-be-installed' => 'These settings will be installed:', |
| 63 | + 'all-settings-installed' => 'All needed configuration settings are registered. No changes to do here', |
| 64 | + 'public-folder-will-be-replaced' => 'The public/vendor/panichd folder content will be <b>deleted and reinstalled</b>', |
63 | 65 | ]; |
0 commit comments