dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
rpt-content-list-selection_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'
] =
'Content'
;
7
$messages
[
'bar_subtitle'
] =
'Pages in the currently selected language.'
;
8
$messages
[
'stats_title'
] =
'Content metrics'
;
9
$messages
[
'stats_pages'
] =
'Pages'
;
10
$messages
[
'stats_active'
] =
'Active'
;
11
$messages
[
'stats_inactive'
] =
'Inactive'
;
12
$messages
[
'column_title'
] =
'Title'
;
13
$messages
[
'column_permalink'
] =
'Permalink'
;
14
$messages
[
'column_folder'
] =
'Folder'
;
15
$messages
[
'column_active'
] =
'Active'
;
16
$messages
[
'column_updated'
] =
'Updated'
;
17
$messages
[
'status_active'
] =
'Active'
;
18
$messages
[
'status_inactive'
] =
'Inactive'
;
19
$messages
[
'cms_label'
] =
'Content CMS'
;
20
$messages
[
'section_folders_title'
] =
'Folders'
;
21
$messages
[
'section_folders_subtitle'
] =
'Content folders in the currently selected language.'
;
22
$messages
[
'section_media_title'
] =
'Media'
;
23
$messages
[
'section_media_subtitle'
] =
'Central media from dbxMedia.'
;
24
$messages
[
'section_templates_title'
] =
'Content templates'
;
25
$messages
[
'section_templates_subtitle'
] =
'Available templates from dbxContent/tpl/htm.'
;
26
$messages
[
'column_template'
] =
'Template'
;
27
$messages
[
'column_read_rights'
] =
'Read permissions'
;
28
$messages
[
'column_preview'
] =
'Preview'
;
29
$messages
[
'column_type'
] =
'Type'
;
30
$messages
[
'column_provider'
] =
'Provider'
;
31
$messages
[
'column_usage'
] =
'Usage'
;
32
$messages
[
'column_module'
] =
'Module'
;
33
$messages
[
'column_bytes'
] =
'Bytes'
;
34
$messages
[
'edit_template'
] =
'Edit template'
;
35
$messages
[
'edit_in_cms'
] =
'Edit in Content CMS'
;
36
$messages
[
'edit_folder_in_cms'
] =
'Edit content folder in CMS'
;
37
$messages
[
'confirm_folder_delete'
] =
'Delete this content folder?'
;
38
$messages
[
'confirm_media_delete'
] =
'Delete this medium?'
;
39
$messages
[
'confirm_template_delete'
] =
'Delete this content template?'
;
40
$messages
[
'media_not_found'
] =
'Medium not found.'
;
41
$messages
[
'template_deleted'
] =
'Template deleted: {name}.htm'
;
42
$messages
[
'template_delete_error'
] =
'The template could not be deleted.'
;
43
$messages
[
'template_create_error'
] =
'The template could not be created.'
;
44
$messages
[
'template_name_validation'
] =
'Please check the template name highlighted in red.'
;
45
$messages
[
'template_new_title'
] =
'New content template'
;
46
$messages
[
'template_new_info'
] =
'Enter a unique name for the new c-* content template.'
;
47
$messages
[
'template_name_label'
] =
'Template name'
;
48
$messages
[
'template_name_error'
] =
'The name must begin with c- and may contain only letters, numbers, hyphens and underscores.'
;
49
$messages
[
'section_undefined'
] =
'Content section “{section}” is not defined.'
;
50
$messages
[
'template_invalid_name'
] =
'Invalid template name. Allowed: c-name with letters, numbers, hyphens and underscores.'
;
51
$messages
[
'template_path_error'
] =
'The template path could not be determined.'
;
52
$messages
[
'template_exists'
] =
'Template already exists: {name}.htm'
;
53
$messages
[
'template_created'
] =
'Template created: {name}.htm'
;
54
$messages
[
'template_new_button'
] =
'New template'
;
55
$messages
[
'template_new_action_title'
] =
'Create a new c-* template'
;
56
57
58
$field
[
'name'
]=
'dbx_rrows'
;
59
$field
[
'type'
]=
'int'
;
60
$field
[
'tpl'
]=
'select-single-label'
;
61
$field
[
'default'
]=
'25'
;
62
$field
[
'label'
]=
'Number'
;
63
$field
[
'rules'
]=
'int'
;
64
$field
[
'options'
]=
'10=10&25=25&50=50&100=100'
;
65
$fields
[]=
$field
;
66
67
$field
[
'name'
]=
'dbx_rsort'
;
68
$field
[
'type'
]=
'varchar'
;
69
$field
[
'tpl'
]=
'select-single-label'
;
70
$field
[
'default'
]=
'title'
;
71
$field
[
'label'
]=
'Sorting'
;
72
$field
[
'rules'
]=
'parameter'
;
73
$field
[
'options'
]=
'id=ID&title=Title&permalink=Permalink&update_date=Modified'
;
74
$fields
[]=
$field
;
75
76
$field
[
'name'
]=
'dbx_rdesc'
;
77
$field
[
'type'
]=
'varchar'
;
78
$field
[
'tpl'
]=
'select-single-label'
;
79
$field
[
'default'
]=
'ASC'
;
80
$field
[
'label'
]=
'Direction'
;
81
$field
[
'rules'
]=
'parameter'
;
82
$field
[
'options'
]=
'ASC=Ascending&DESC=Descending'
;
83
$fields
[]=
$field
;
$messages
$messages
Definition
config.fd.php:2
$field
$field
Definition
dbx/cfg/config.dd.php:4
$fields
$fields
Definition
dbxForm_fd_language_messages_test.php:204
dbx
modules
dbxContent_admin
fd
rpt-content-list-selection_en.fd.php
Generated by
1.17.0