dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
design-briefing_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['label_mode'] = 'Task';
7$messages['label_source_design'] = 'Source design';
8$messages['label_target_design'] = 'Target design';
9$messages['label_goal'] = 'Briefing / objective';
10$messages['label_layout_notes'] = 'Page layout';
11$messages['label_menu_notes'] = 'Menu style';
12$messages['label_branding_notes'] = 'Branding and logo';
13$messages['label_footer_notes'] = 'Footer';
14$messages['label_responsive_notes'] = 'Mobile and accessibility';
15$messages['label_preserve_behavior'] = 'Preserve system behavior, modules, Ajax, openWin and all permissions unchanged';
16$messages['mode_update'] = 'Change an existing design';
17$messages['mode_create'] = 'Develop a new design';
18$messages['placeholder_target_design'] = 'my-new-design';
19$messages['placeholder_goal'] = 'Target group, style, impression, examples and what should be improved ...';
20$messages['placeholder_layout'] = 'Menu at the top or left, content width, header, sidebars ...';
21$messages['placeholder_menu'] = 'Compact, tabs, mobile navigation, behavior of long submenus ...';
22$messages['placeholder_branding'] = 'Brand, tagline, colors, typography, visual language ...';
23$messages['placeholder_footer'] = 'Content, legal texts, contact, reduced or full version ...';
24$messages['placeholder_responsive'] = 'Priorities for smartphones, keyboard, contrast and touch ...';
25$messages['bar_title'] = 'AI design job';
26$messages['bar_subtitle'] = 'Briefing, complete design context and secure response ZIP';
27$messages['action_design_studio'] = 'Design Studio';
28$messages['token_error'] = 'The form token is invalid or has expired.';
29$messages['source_not_found'] = 'The source design was not found.';
30$messages['target_required'] = 'A free technical target name is required for a new design.';
31$messages['target_exists'] = 'The target design already exists. Use a new name.';
32$messages['goal_required'] = 'Describe the design objective.';
33$messages['zip_unavailable'] = 'ZipArchive is not available.';
34$messages['briefing_zip_error'] = 'The briefing ZIP could not be created.';
35$messages['import_failed_title'] = 'The design ZIP could not be checked';
36$messages['action_back'] = 'Back';
37$messages['zip_select'] = 'Select a design response ZIP.';
38$messages['zip_upload_invalid'] = 'The ZIP upload is invalid.';
39$messages['zip_too_large'] = 'The ZIP is larger than max_bundle_bytes.';
40$messages['staging_error'] = 'Import staging could not be created.';
41$messages['zip_open_error'] = 'The ZIP could not be opened.';
42$messages['zip_too_many_files'] = 'The response ZIP contains too many files.';
43$messages['zip_path_invalid'] = 'Invalid ZIP path: {path}';
44$messages['zip_unpacked_too_large'] = 'The unpacked response is too large.';
45$messages['zip_extract_error'] = 'The ZIP could not be extracted.';
46$messages['manifest_contract_error'] = 'manifest.json is missing or does not use contract {contract}.';
47$messages['result_directory_missing'] = 'result/design/ is missing.';
48$messages['manifest_mode_error'] = 'manifest.mode must be create or update.';
49$messages['manifest_design_error'] = 'The source or target design in the manifest is invalid.';
50$messages['manifest_source_missing'] = 'The source design from the manifest does not exist.';
51$messages['manifest_target_exists'] = 'The new target design already exists.';
52$messages['manifest_target_missing'] = 'The target design to update does not exist.';
53$messages['result_empty'] = 'The response contains no design files.';
54$messages['result_file_invalid'] = 'The design file {file} is not allowed.';
55$messages['status_new'] = 'new';
56$messages['status_unchanged'] = 'unchanged';
57$messages['status_changed'] = 'changed';
58$messages['preview_title'] = 'Check design result';
59$messages['preview_expired'] = 'The design preview has expired.';
60$messages['apply_message'] = 'Design {name} was validated and activated.';
61$messages['backup_message'] = '{backup} was backed up before replacement.';
62$messages['apply_success_title'] = 'Design result applied';
63$messages['apply_error_title'] = 'The design could not be applied';
64$messages['action_view_design'] = 'View design';
65?>
$messages
Definition config.fd.php:2