language/english/admin.json
changeset 347 299a90e28abc
parent 345 4ccdfeee9a11
child 348 87e08a6e4fec
equal deleted inserted replaced
346:cdf24ba5f114 347:299a90e28abc
    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',
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug',
    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',
    32       acpdb: 'ACP: Database backup',
    32       acpdb: 'ACP: Database backup',
    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     },
    38     },
    38     adm: {
    39     adm: {
    39       cat_general: 'General',
    40       cat_general: 'General',
    40       cat_content: 'Content',
    41       cat_content: 'Content',
    41       cat_appearance: 'Appearance',
    42       cat_appearance: 'Appearance',
   620       field_deleteaccount: 'Permanently delete this user account when I click Save',
   621       field_deleteaccount: 'Permanently delete this user account when I click Save',
   621       msg_delete_own_account: '<blink style="color: red;">WARNING!</blink> This will delete your own user account!',
   622       msg_delete_own_account: '<blink style="color: red;">WARNING!</blink> This will delete your own user account!',
   622       field_deleteaccount_hint: 'Even if you delete this user account, the username will be shown in page edit history, comments, and other areas of the site. Deleting a user account CANNOT BE UNDONE and should only be done in extreme circumstances. If the user has violated the site policy, deleting the account will not prevent him from using the site or creating a new account, for that you need to add a new ban rule.',
   623       field_deleteaccount_hint: 'Even if you delete this user account, the username will be shown in page edit history, comments, and other areas of the site. Deleting a user account CANNOT BE UNDONE and should only be done in extreme circumstances. If the user has violated the site policy, deleting the account will not prevent him from using the site or creating a new account, for that you need to add a new ban rule.',
   623       
   624       
   624       btn_save: 'Save changes',
   625       btn_save: 'Save changes',
       
   626     },
       
   627     acpug: {
       
   628       heading_main: 'Manage Usergroups',
       
   629       heading_edit_existing: 'Edit an existing group',
       
   630       btn_edit_stage1: 'Edit group',
       
   631       heading_create_new: 'Create a new group',
       
   632       field_group_name: 'Group name:',
       
   633       btn_create_stage1: 'Continue',
       
   634       
       
   635       // Edit form
       
   636       heading_edit_name: 'Edit group name',
       
   637       btn_cant_delete: 'Can\'t delete system group',
       
   638       btn_delete_group: 'Delete this group',
       
   639       btn_save_name: 'Save name',
       
   640       heading_edit_members: 'Edit group members',
       
   641       msg_no_members: 'This group has no members.',
       
   642       lbl_member_mod: 'Mod',
       
   643       btn_remove_member: 'Remove member',
       
   644       heading_add_member: 'Add a new member',
       
   645       field_username: 'Username:',
       
   646       field_make_mod: 'Is a group moderator',
       
   647       field_make_mod_hint: '(can add and delete other members)',
       
   648       btn_add_user: 'Add user to group',
       
   649       
       
   650       // Create form
       
   651       err_group_name_invalid: 'The group name you chose is invalid.',
       
   652       heading_creating_group: 'Creating group:',
       
   653       field_group_mod: 'Group moderator',
       
   654       field_group_type: 'Group status',
       
   655       btn_create_stage2: 'Create group',
       
   656       err_already_exist: 'The group name you entered already exists.',
       
   657       err_bad_username: 'The username you entered could not be found.',
       
   658       err_bad_insert_id: 'The group ID could not be looked up.',
       
   659       heading_info: 'Information',
       
   660       msg_create_success: 'The group %g_name% has been created successfully.',
       
   661       
       
   662       // More editor bits, validation messages
       
   663       err_nodelete_system_group: 'The group "%g_name%" could not be deleted because it is a system group required for site functionality.',
       
   664       msg_delete_success: 'The group "%g_name%" has been deleted. Return to the <a %a_flags%>group manager</a>.',
       
   665       msg_name_update_success: 'The group name has been updated.',
       
   666       msg_user_added: 'The user "%username%" has been added to this usergroup.',
       
   667       err_username_not_exist: '<b>The user "%username%" could not be added.</b><br />This username does not exist.',
   625     }
   668     }
   626   }
   669   }
   627 };
   670 };
   628 
   671 
   629 // All done! :-)
   672 // All done! :-)