|
7 | 7 | */ |
8 | 8 | 'nav-settings' => 'Settings', |
9 | 9 | 'nav-agents' => 'Agents', |
| 10 | + 'nav-categories' => 'Categories', |
| 11 | + 'nav-configuration' => 'Configuration', |
10 | 12 | 'nav-dashboard' => 'Dashboard', |
11 | 13 | 'nav-dashboard-title' => 'Administrator dashboard', |
12 | | - 'nav-categories' => 'Categories', |
| 14 | + 'nav-members' => 'Members', |
| 15 | + 'nav-notices' => 'Notices', |
13 | 16 | 'nav-priorities' => 'Priorities', |
| 17 | + 'nav-settings' => 'Settings', |
14 | 18 | 'nav-statuses' => 'Statuses', |
15 | | - 'nav-notices' => 'Notices', |
16 | | - 'nav-configuration' => 'Configuration', |
17 | | - 'nav-administrator' => 'Administrator', //new |
18 | 19 |
|
19 | 20 | 'table-hash' => '#', |
20 | 21 | 'table-id' => 'ID', |
|
23 | 24 | 'table-action' => 'Action', |
24 | 25 | 'table-categories' => 'Categories', |
25 | 26 | 'table-categories-autoasg-title'=> 'New tickets automatic assignment', |
| 27 | + 'table-email' => 'E-mail', |
26 | 28 | 'table-magnitude' => 'Magnitude', |
27 | 29 | 'table-num-tickets' => 'Tickets count', |
28 | 30 | 'table-remove-agent' => 'Remove from agents', |
|
34 | 36 | 'table-lang' => 'Lang', |
35 | 37 | 'table-edit' => 'Edit', |
36 | 38 |
|
| 39 | + 'btn-add-new' => 'Add new one', |
37 | 40 | 'btn-back' => 'Back', |
38 | 41 | 'btn-change' => 'Change', |
39 | 42 | 'btn-create' => 'Create', |
|
44 | 47 | 'btn-submit' => 'Submit', |
45 | 48 | 'btn-save' => 'Save', |
46 | 49 | 'btn-update' => 'Update', |
47 | | - |
| 50 | + |
| 51 | + // Vocabulary |
48 | 52 | 'colon' => ': ', |
49 | 53 |
|
50 | 54 | /* Access Levels */ |
|
73 | 77 | 'index-category' => 'Category', |
74 | 78 | 'index-agents' => 'Agents', |
75 | 79 | 'index-agent' => 'Agent', |
76 | | - 'index-administrators' => 'Administrators', //new |
77 | | - 'index-administrator' => 'Administrator', //new |
| 80 | + 'index-administrators' => 'Administrators', |
| 81 | + 'index-administrator' => 'Administrator', |
78 | 82 | 'index-users' => 'Users', |
79 | 83 | 'index-user' => 'User', |
80 | 84 | 'index-tickets' => 'Tickets', |
|
87 | 91 | 'index-agents-chart' => 'Tickets distribution per Agent', |
88 | 92 |
|
89 | 93 | // $admin_route_path/agent/____ |
90 | | - 'agent-index-title' => 'Agent Management', |
| 94 | + 'agent-index-title' => 'Agents Management', |
91 | 95 | 'agent-index-no-agents' => 'There are no agents', |
92 | 96 | 'agent-index-create-new' => 'Add agent', |
93 | 97 | 'agent-create-form-agent' => 'User', |
|
107 | 111 |
|
108 | 112 |
|
109 | 113 | // $admin_route_path/administrators/____ |
110 | | - 'administrator-index-title' => 'Administrator Management', //new |
111 | | - 'btn-create-new-administrator' => 'Create new administrator', //new |
112 | | - 'administrator-index-no-administrators' => 'There are no administrators, ', //new |
113 | | - 'administrator-index-create-new' => 'Add administrators', //new |
114 | | - 'administrator-create-title' => 'Add Administrator', //new |
115 | | - 'administrator-create-add-administrators' => 'Add Administrators', //new |
116 | | - 'administrator-create-no-users' => 'There are no user accounts, create user accounts first.', //new |
117 | | - 'administrator-create-select-user' => 'Select user accounts to be added as administrators', //new |
| 114 | + 'administrator-index-title' => 'Administrators Management', |
| 115 | + 'btn-create-new-administrator' => 'Create new administrator', |
| 116 | + 'administrator-index-no-administrators' => 'There are no administrators, ', |
| 117 | + 'administrator-index-create-new' => 'Add administrators', |
| 118 | + 'administrator-create-title' => 'Add Administrator', |
| 119 | + 'administrator-create-add-administrators' => 'Add Administrators', |
| 120 | + 'administrator-create-no-users' => 'There are no user accounts, create user accounts first.', |
| 121 | + 'administrator-create-select-user' => 'Select user accounts to be added as administrators', |
118 | 122 |
|
119 | 123 | // $admin_route_path/category/____ |
120 | 124 | 'category-index-title' => 'Categories Management', |
|
157 | 161 | 'category-edit-tag-background' => 'Background', |
158 | 162 | 'category-edit-tag-text' => 'Text', |
159 | 163 |
|
| 164 | +// $admin_route_path/member/____ |
| 165 | + 'member-index-title' => 'Member users management', |
| 166 | + 'member-index-help' => 'Members are all registered users in database. This website administrator may have filtered the list', |
| 167 | + 'member-index-empty' => 'No registered members were found. Please, check if there is any error in database "panichd_members" view', |
| 168 | + 'member-modal-update-title' => 'Update member user', |
| 169 | + 'member-modal-create-title' => 'Create member user', |
| 170 | + 'member-delete-confirmation' => 'Are you sure you want to delete this user from database?', |
| 171 | + 'member-password-label' => 'Password', |
| 172 | + 'member-password-repeat-label' => 'Repeat password', |
| 173 | + |
| 174 | + |
160 | 175 | // $admin_route_path/priority/____ |
161 | 176 | 'priority-index-title' => 'Priorities Management', |
162 | 177 | 'priority-index-help' => 'You may change priority order dragging this table rows. This order will be used also in ticket list when checking this field', |
|
0 commit comments