Cheetah
en.php
Go to the documentation of this file.
1 <?php
2 
8 $aLangContent = array(
9  '_sys_module_pageac' => 'Page Access Control',
10  '_ch_pageac' => 'Page Access Control',
11  '_ch_pageac_note' => 'Notice',
12  '_ch_pageac_note_text' => '<p class="pageac_notes">The characters <b>&nbsp;&nbsp;|\\{}[]()#:^$.?+*&nbsp;&nbsp;</b> are treated as special characters in regular expressions and to make them usual characters it is necessary to preceded them with a backslash <b>&nbsp;\&nbsp;</b>. That is why if you haven\'t checked "Advanced Expression" option the script is adding backslashes for you.</p>
13 <p class="pageac_notes">For example if you\'re setting access to <b>photos module</b> then you should write rule as<br /><b>m/photos/</b></p>
14 <p class="pageac_notes">Those experienced members who knows what are UNIX-style regular epxressions and how to use it may tick the "Advanced Expression" checkbox during access rule creation and use the full power of regular expressions.</p>',
15  '_ch_pageac_new_rule' => 'New Access Rule',
16  '_ch_pageac_current_rules' => 'Current Access Rules',
17  '_ch_pageac_forbidden_groups' => 'Forbidden groups',
18  '_ch_pageac_add_rule' => 'Add',
19  '_ch_pageac_no_rules_admin' => 'There are no access rules defined yet',
20  '_ch_pageac_url' => 'URL',
21  '_ch_pageac_action' => 'Action',
22  '_ch_pageac_update' => 'Update',
23  '_ch_pageac_delete' => 'Delete',
24  '_ch_pageac_visible_for' => 'Visible for membership levels',
25  '_ch_pageac_visible_for_all' => 'All',
26  '_ch_pageac_access_denied' => 'Access Denied',
27  '_ch_pageac_deny_text' => 'You don\'t have permissions to access this page.',
28  '_ch_pageac_rules_page' => 'Page Access',
29  '_ch_pageac_topmenu_page' => 'Top Menu Access',
30  '_ch_pageac_membermenu_page' => 'Member Menu Access',
31  '_ch_pageac_page_blocks_page' => 'Page Blocks Access',
32  '_ch_pageac_loading' => 'Loading...',
33  '_ch_pageac_page_url' => 'Access URL template',
34  '_ch_pageac_page_url_empty' => 'Access URL template can not be empty',
35  '_ch_pageac_saved' => 'Saved',
36  '_ch_pageac_deleted' => 'Deleted',
37  '_ch_pageac_page_url_descr' => 'A page address relative to domain name (f.ex. <b>search.php</b> or <b>m/chat/</b>). Or a regular expression (for advanced users)',
38  '_ch_pageac_advanced' => 'Advanced Expression',
39  '_ch_pageac_advanced_descr' => 'If checked then it will be saved as is, without converting special characters to a regular expression format'
40 );
$aLangContent
$aLangContent
Definition: en.php:8
php