dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
admin-update_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6$messages['bar_title'] = 'System update';
7$messages['bar_subtitle'] = 'Update stable dbxApp releases easily and securely';
8$messages['intro'] = 'One click checks the latest release, downloads it and verifies SHA-256, the ZIP and every package file. You then only decide whether to install it safely or stop the update.';
9$messages['current_label'] = 'Installed';
10$messages['available_label'] = 'Available';
11$messages['staged_label'] = 'Staged';
12$messages['checked_label'] = 'Last checked';
13$messages['not_checked'] = 'Not checked yet';
14$messages['not_staged'] = 'No package';
15$messages['never'] = 'Never';
16$messages['update_available'] = 'A stable update is available.';
17$messages['ready_to_install'] = 'Update {version} has been fully verified. You can now install it or stop the update.';
18$messages['up_to_date'] = 'The installation is at the latest known version.';
19$messages['start_label'] = 'Prepare update automatically';
20$messages['check_label'] = 'Check now';
21$messages['stage_label'] = 'Verify package';
22$messages['install_label'] = 'Install safely now';
23$messages['stop_label'] = 'Stop update';
24$messages['rollback_label'] = 'Roll back last update';
25$messages['release_notes'] = 'View release';
26$messages['check_success'] = 'Release {version} was checked successfully.';
27$messages['stage_success'] = 'Release {version} was downloaded, verified with SHA-256 and staged safely.';
28$messages['prepare_success'] = 'Update {version} was downloaded and fully verified automatically. No program files have been changed yet.';
29$messages['install_success'] = 'dbxApp was updated successfully to version {version}.';
30$messages['stop_success'] = 'The prepared update {version} was stopped and removed completely.';
31$messages['rollback_success'] = 'Files and database state for version {version} were restored.';
32$messages['operation_invalid'] = 'The requested update action is invalid.';
33$messages['manifest_unavailable'] = 'The currently published release does not provide an update manifest yet. Automatic update checks are available from dbxApp 4.0.2.';
34$messages['install_confirm_title'] = 'Update dbxApp';
35$messages['install_confirm'] = 'Install the fully verified update now?';
36$messages['install_confirm_hint'] = 'The staged update can be stopped until installation starts. The following atomic database/file step must not be interrupted. Errors roll back database and files together.';
37$messages['rollback_confirm_title'] = 'Roll back update';
38$messages['rollback_confirm'] = 'Really restore the previous file version?';
39$messages['rollback_confirm_hint'] = 'All program files and DD tables changed by the latest update will be restored together from backup.';
40$messages['security_title'] = 'Fixed security boundary';
41$messages['security_text'] = 'Only stable HTTPS releases from ecb-dbxApp/dbxapp are accepted. Version, PHP requirements, SHA-256, ZIP paths, symlinks and every package file are checked.';
42$messages['database_title'] = 'Databases remain under dbxDB';
43$messages['database_text'] = 'Every DD keeps its local server binding. DB3 and SQL servers may be mixed. Migrations run exclusively through dbxDB/dbxDD, are recorded by ID and never originate from a shipped production database.';
$messages
Definition config.fd.php:2