|
5 | 5 | /* |
6 | 6 | * Constants |
7 | 7 | */ |
8 | | - 'nav-settings' => 'Settings', |
| 8 | + 'nav-administrators' => 'Administrators', |
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 |
| 52 | + 'admin' => 'Admin', |
48 | 53 | 'colon' => ': ', |
| 54 | + 'role' => 'Role', |
49 | 55 |
|
50 | 56 | /* Access Levels */ |
51 | 57 | 'level-1' => 'Everyone', |
|
74 | 80 | 'index-category' => 'Category', |
75 | 81 | 'index-agents' => 'Agents', |
76 | 82 | 'index-agent' => 'Agent', |
77 | | - 'index-administrators' => 'Administrators', //new |
78 | | - 'index-administrator' => 'Administrator', //new |
| 83 | + 'index-administrators' => 'Administrators', |
| 84 | + 'index-administrator' => 'Administrator', |
79 | 85 | 'index-users' => 'Users', |
80 | 86 | 'index-user' => 'User', |
81 | 87 | 'index-tickets' => 'Tickets', |
|
91 | 97 | 'index-view-user-tickets' => 'View user own :list tickets', |
92 | 98 |
|
93 | 99 | // $admin_route_path/agent/____ |
94 | | - 'agent-index-title' => 'Agent Management', |
| 100 | + 'agent-index-title' => 'Agents Management', |
95 | 101 | 'agent-index-no-agents' => 'There are no agents', |
96 | 102 | 'agent-index-create-new' => 'Add agent', |
97 | 103 | 'agent-create-form-agent' => 'User', |
|
111 | 117 |
|
112 | 118 |
|
113 | 119 | // $admin_route_path/administrators/____ |
114 | | - 'administrator-index-title' => 'Administrator Management', //new |
115 | | - 'btn-create-new-administrator' => 'Create new administrator', //new |
116 | | - 'administrator-index-no-administrators' => 'There are no administrators, ', //new |
117 | | - 'administrator-index-create-new' => 'Add administrators', //new |
118 | | - 'administrator-create-title' => 'Add Administrator', //new |
119 | | - 'administrator-create-add-administrators' => 'Add Administrators', //new |
120 | | - 'administrator-create-no-users' => 'There are no user accounts, create user accounts first.', //new |
121 | | - 'administrator-create-select-user' => 'Select user accounts to be added as administrators', //new |
| 120 | + 'administrator-index-title' => 'Administrators Management', |
| 121 | + 'btn-create-new-administrator' => 'Create new administrator', |
| 122 | + 'administrator-index-no-administrators' => 'There are no administrators, ', |
| 123 | + 'administrator-index-create-new' => 'Add administrators', |
| 124 | + 'administrator-create-title' => 'Add Administrator', |
| 125 | + 'administrator-create-add-administrators' => 'Add Administrators', |
| 126 | + 'administrator-create-no-users' => 'There are no user accounts, create user accounts first.', |
| 127 | + 'administrator-create-select-user' => 'Select user accounts to be added as administrators', |
122 | 128 |
|
123 | 129 | // $admin_route_path/category/____ |
124 | 130 | 'category-index-title' => 'Categories Management', |
|
167 | 173 | 'category-reason-no-status' => 'Closing reason :number with name ":name" requires a defined status', |
168 | 174 | 'category-tag-not-valid-format' => 'Tag ":tag" format is not valid', |
169 | 175 |
|
| 176 | +// $admin_route_path/member/____ |
| 177 | + 'member-index-title' => 'Member users management', |
| 178 | + 'member-index-help' => 'Members are all registered users in database. This website administrator may have filtered the list', |
| 179 | + 'member-index-empty' => 'No registered members were found. Please, check if there is any error in database "panichd_members" view', |
| 180 | + 'member-modal-update-title' => 'Update member user', |
| 181 | + 'member-modal-create-title' => 'Create member user', |
| 182 | + 'member-delete-confirmation' => 'Are you sure you want to delete this user from database?', |
| 183 | + 'member-password-label' => 'Password', |
| 184 | + 'member-new-password-label' => 'New password (optional)', |
| 185 | + 'member-password-repeat-label' => 'Repeat password', |
| 186 | + 'member-added-ok' => 'Member user ":name" has been created correctly', |
| 187 | + 'member-updated-ok' => 'Member user ":name" has been updated correctly', |
| 188 | + 'member-deleted' => 'Member user ":name" has been DELETED', |
| 189 | + |
170 | 190 | // $admin_route_path/priority/____ |
171 | 191 | 'priority-index-title' => 'Priorities Management', |
172 | 192 | '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