92 err_bad_group_id: 'The group ID you submitted is not valid.', |
92 err_bad_group_id: 'The group ID you submitted is not valid.', |
93 err_demo: 'Editing access control lists is disabled in the administration demo.', |
93 err_demo: 'Editing access control lists is disabled in the administration demo.', |
94 err_zero_list: 'Supplied rule list has a length of zero', |
94 err_zero_list: 'Supplied rule list has a length of zero', |
95 err_pleaseselect_targettype: 'Please select a target type.', |
95 err_pleaseselect_targettype: 'Please select a target type.', |
96 err_pleaseselect_username: 'Please enter a username.', |
96 err_pleaseselect_username: 'Please enter a username.', |
|
97 err_select_preset: 'Please select a preset to load.', |
|
98 err_preset_name_empty: 'Please enter a name for this preset.', |
|
99 err_preset_is_blank: 'The preset you entered seems completely empty (i.e. all permissions set to "inherit")', |
97 |
100 |
98 radio_usergroup: 'A usergroup', |
101 radio_usergroup: 'A usergroup', |
99 radio_user: 'A specific user', |
102 radio_user: 'A specific user', |
100 radio_scope_thispage: 'Only this page', |
103 radio_scope_thispage: 'Only this page', |
101 radio_scope_wholesite: 'The entire website', |
104 radio_scope_wholesite: 'The entire website', |
110 lbl_deleterule: 'Delete this rule', |
113 lbl_deleterule: 'Delete this rule', |
111 lbl_save_success_title: 'Permissions updated', |
114 lbl_save_success_title: 'Permissions updated', |
112 lbl_save_success_body: 'The permissions for %target_name% on this page have been updated successfully. If you changed permissions that affect your user account, you may not see changes until you reload the page.', |
115 lbl_save_success_body: 'The permissions for %target_name% on this page have been updated successfully. If you changed permissions that affect your user account, you may not see changes until you reload the page.', |
113 lbl_delete_success_title: 'Rule deleted', |
116 lbl_delete_success_title: 'Rule deleted', |
114 lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.', |
117 lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.', |
|
118 lbl_preset_load_title: 'Load a preset', |
|
119 lbl_preset_load: 'Select a preset...', |
|
120 lbl_preset_save_title: 'Enter a name for this preset', |
115 lbl_field_inherit: 'Inherit', |
121 lbl_field_inherit: 'Inherit', |
116 lbl_field_deny: 'Deny', |
122 lbl_field_deny: 'Deny', |
117 lbl_field_disallow: 'Disallow', |
123 lbl_field_disallow: 'Disallow', |
118 lbl_field_wikimode: 'Wiki mode', |
124 lbl_field_wikimode: 'Wiki mode', |
119 lbl_field_allow: 'Allow', |
125 lbl_field_allow: 'Allow', |
158 msg_list_on_page_group: ' for page group: %page_group%', |
164 msg_list_on_page_group: ' for page group: %page_group%', |
159 msg_list_entire_site: ' for the entire site', |
165 msg_list_entire_site: ' for the entire site', |
160 |
166 |
161 msg_list_score: 'Score: %score% (%desc%) %info%', |
167 msg_list_score: 'Score: %score% (%desc%) %info%', |
162 |
168 |
|
169 msg_no_presets: 'No presets are defined. Define a preset by setting all the ACL settings to what you want, and then hitting Save. <a %close_flags%>Close</a>', |
|
170 |
163 btn_success_dismiss: 'dismiss', |
171 btn_success_dismiss: 'dismiss', |
164 btn_success_close: 'close manager', |
172 btn_success_close: 'close manager', |
165 btn_deleterule: 'Delete rule', |
173 btn_deleterule: 'Delete rule', |
166 btn_createrule: 'Create rule', |
174 btn_createrule: 'Create rule', |
167 btn_returnto_editor: 'Return to ACL editor', |
175 btn_returnto_editor: 'Return to ACL editor', |
168 btn_returnto_userscope: 'Return to user/scope selection', |
176 btn_returnto_userscope: 'Return to user/scope selection', |
169 btn_show_existing: '» View existing rules', |
177 btn_show_existing: '» View existing rules', |
170 btn_close: 'Close ACL wizard', |
178 btn_close: 'Close ACL wizard', |
|
179 btn_edit_presets: 'Presets: <a %load_flags%>Load</a> | <a %save_flags%>Save</a>', |
|
180 btn_load_preset: 'Load preset', |
|
181 btn_save_preset: 'Save preset', |
171 |
182 |
172 inherit_enano_default: 'Enano defaults', |
183 inherit_enano_default: 'Enano defaults', |
173 inherit_global_everyone: 'Rule for everyone on the entire site', |
184 inherit_global_everyone: 'Rule for everyone on the entire site', |
174 inherit_global_group: 'Rule for the group "%group_name%" on the entire site', |
185 inherit_global_group: 'Rule for the group "%group_name%" on the entire site', |
175 inherit_global_user: 'Rule for this user on the entire site', |
186 inherit_global_user: 'Rule for this user on the entire site', |
208 heading_submain: 'These options control the entire site.', |
219 heading_submain: 'These options control the entire site.', |
209 field_site_name: 'Site name:', |
220 field_site_name: 'Site name:', |
210 field_site_desc: 'Site description:', |
221 field_site_desc: 'Site description:', |
211 field_main_page: 'Main page:', |
222 field_main_page: 'Main page:', |
212 field_copyright: 'Copyright notice shown on pages:', |
223 field_copyright: 'Copyright notice shown on pages:', |
213 field_copyright_hint: 'Hint: If you\'re using Windows, you can make a "©" symbol by holding ALT and pressing 0169 on the numeric keypad.', |
224 field_copyright_hint: 'Hint: To make a copyright symbol (©), type <tt>&copy;</tt>.', |
214 field_contactemail: 'Contact e-mail', |
225 field_contactemail: 'Contact e-mail', |
215 field_contactemail_hint: 'All e-mail sent from this site will appear to have come from the address shown here.', |
226 field_contactemail_hint: 'All e-mail sent from this site will appear to have come from the address shown here.', |
216 |
227 |
217 // Section: wiki mode |
228 // Section: wiki mode |
218 heading_wikimode: 'Wiki mode', |
229 heading_wikimode: 'Wiki mode', |
562 lbl_enable_cache: 'Enable the cache (recommended)', |
573 lbl_enable_cache: 'Enable the cache (recommended)', |
563 hint_enable_cache: 'To use the cache, the folder "cache" in the Enano root directory needs to be writable by the server. You can usually accomplish this by using your FTP client\'s CHMOD feature to set the permissions on this folder to 777. Learn more <a href="http://en.wikipedia.org/wiki/Chmod" onclick="window.open(this.href); return false;">about UNIX permissions</a>.', |
574 hint_enable_cache: 'To use the cache, the folder "cache" in the Enano root directory needs to be writable by the server. You can usually accomplish this by using your FTP client\'s CHMOD feature to set the permissions on this folder to 777. Learn more <a href="http://en.wikipedia.org/wiki/Chmod" onclick="window.open(this.href); return false;">about UNIX permissions</a>.', |
564 btn_clear_all: 'Clear all caches', |
575 btn_clear_all: 'Clear all caches', |
565 hint_clear_all: 'To force all caches (except image thumbnails) on the site to empty, click this button. Certain caches, such as language data, must be regenerated in order to fully refresh the cache. It is recommended that you use "%this.acpcm_btn_refresh_all%" below to clear all caches and then regenerate them.', |
576 hint_clear_all: 'To force all caches (except image thumbnails) on the site to empty, click this button. Certain caches, such as language data, must be regenerated in order to fully refresh the cache. It is recommended that you use "%this.acpcm_btn_refresh_all%" below to clear all caches and then regenerate them.', |
566 btn_refresh_all: 'Refresh all caches', |
577 btn_refresh_all: 'Refresh all caches', |
567 hint_refresh_all: 'This will clear all caches (except image thumbnails) on the site to empty and then regenerate, except templates, which are cached on demand.', |
578 hint_refresh_all: 'This will clear all caches (except image thumbnails) on the site to empty and then regenerate, except certain components that are cached on demand.', |
568 |
579 |
569 th_individual_caches: 'Individual caches', |
580 th_individual_caches: 'Individual caches', |
570 btn_clear: 'Clear', |
581 btn_clear: 'Clear', |
571 btn_refresh: 'Refresh', |
582 btn_refresh: 'Refresh', |
572 |
583 |