language/english/admin.json
changeset 356 9f8fca26ddb9
parent 348 87e08a6e4fec
child 357 1d0152181585
equal deleted inserted replaced
355:d15e4411ef65 356:9f8fca26ddb9
    16 // via Javascript as well.
    16 // via Javascript as well.
    17 
    17 
    18 var enano_lang = {
    18 var enano_lang = {
    19   categories: [
    19   categories: [
    20     'adm', 'acl', 'adminusers',
    20     'adm', 'acl', 'adminusers',
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug',
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug', 'acpcp',
    22   ],
    22   ],
    23   strings: {
    23   strings: {
    24     meta: {
    24     meta: {
    25       adm: 'Administration panel nav menu',
    25       adm: 'Administration panel nav menu',
    26       acl: 'Access control list editor',
    26       acl: 'Access control list editor',
    33       acppm: 'ACP: Manage pages',
    33       acppm: 'ACP: Manage pages',
    34       acped: 'ACP: Edit page content',
    34       acped: 'ACP: Edit page content',
    35       acppg: 'ACP: Page groups',
    35       acppg: 'ACP: Page groups',
    36       acpum: 'ACP: User management',
    36       acpum: 'ACP: User management',
    37       acpug: 'ACP: User group management',
    37       acpug: 'ACP: User group management',
       
    38       acpcp: 'ACP: COPPA support',
    38     },
    39     },
    39     adm: {
    40     adm: {
    40       cat_general: 'General',
    41       cat_general: 'General',
    41       cat_content: 'Content',
    42       cat_content: 'Content',
    42       cat_appearance: 'Appearance',
    43       cat_appearance: 'Appearance',
   668       err_nodelete_system_group: 'The group "%g_name%" could not be deleted because it is a system group required for site functionality.',
   669       err_nodelete_system_group: 'The group "%g_name%" could not be deleted because it is a system group required for site functionality.',
   669       msg_delete_success: 'The group "%g_name%" has been deleted. Return to the <a %a_flags%>group manager</a>.',
   670       msg_delete_success: 'The group "%g_name%" has been deleted. Return to the <a %a_flags%>group manager</a>.',
   670       msg_name_update_success: 'The group name has been updated.',
   671       msg_name_update_success: 'The group name has been updated.',
   671       msg_user_added: 'The user "%username%" has been added to this usergroup.',
   672       msg_user_added: 'The user "%username%" has been added to this usergroup.',
   672       err_username_not_exist: '<b>The user "%username%" could not be added.</b><br />This username does not exist.',
   673       err_username_not_exist: '<b>The user "%username%" could not be added.</b><br />This username does not exist.',
       
   674     },
       
   675     acpcp: {
       
   676       heading_main: 'Background information',
       
   677       intro: 'The United States Childrens\' Online Privacy Protection Act (COPPA) was a law passed in 2001 that requires sites oriented towards children under 13 years old or with a significant amount of under-13 children clearly state what information is being collected in a privacy policy and obtain authorization from a parent or legal guardian before allowing children to use the site. Enano provides an easy way to allow you, as the website administrator, to obtain this authorization.',
       
   678       msg_save_success: 'Your changes have been saved.',
       
   679       th_form: 'COPPA support',
       
   680       field_enable_title: 'Enable COPPA support:',
       
   681       field_enable: 'COPPA enabled',
       
   682       field_enable_hint: 'If this is checked, users will be asked if they are under 13 years of age before registering',
       
   683       field_address: 'Your mailing address:',
       
   684       field_address_hint: 'This is the address to which parents will send authorization forms.',
       
   685       
   673     }
   686     }
   674   }
   687   }
   675 };
   688 };
   676 
   689 
   677 // All done! :-)
   690 // All done! :-)