language/english/admin.json
changeset 345 4ccdfeee9a11
parent 343 eefe9ab7fe7c
child 347 299a90e28abc
equal deleted inserted replaced
344:be6c5fdd9203 345:4ccdfeee9a11
    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',
    21     'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum',
    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',
    27       acphome: 'ACP: Home',
    27       acphome: 'ACP: Home',
    28       acpgc: 'ACP: General configuration',
    28       acpgc: 'ACP: General configuration',
    29       acpup: 'ACP: File uploads',
    29       acpup: 'ACP: File uploads',
    30       acpft: 'ACP: Allowed file types',
    30       acpft: 'ACP: Allowed file types',
    31       acppl: 'ACP: Manage plugins',
    31       acppl: 'ACP: Manage plugins',
       
    32       acpdb: 'ACP: Database backup',
    32       acppm: 'ACP: Manage pages',
    33       acppm: 'ACP: Manage pages',
    33       adminusers: 'ACP: User management'
    34       acped: 'ACP: Edit page content',
       
    35       acppg: 'ACP: Page groups',
       
    36       acpum: 'ACP: User management',
    34     },
    37     },
    35     adm: {
    38     adm: {
    36       cat_general: 'General',
    39       cat_general: 'General',
    37       cat_content: 'Content',
    40       cat_content: 'Content',
    38       cat_appearance: 'Appearance',
    41       cat_appearance: 'Appearance',
    95       lbl_deleterule: 'Delete this rule',
    98       lbl_deleterule: 'Delete this rule',
    96       lbl_save_success_title: 'Permissions updated',
    99       lbl_save_success_title: 'Permissions updated',
    97       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.',
   100       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.',
    98       lbl_delete_success_title: 'Rule deleted',
   101       lbl_delete_success_title: 'Rule deleted',
    99       lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.',
   102       lbl_delete_success_body: 'The access rules for %target_name% on this page have been deleted.',
       
   103       lbl_field_inherit: 'Inherit',
   100       lbl_field_deny: 'Deny',
   104       lbl_field_deny: 'Deny',
   101       lbl_field_disallow: 'Disallow',
   105       lbl_field_disallow: 'Disallow',
   102       lbl_field_wikimode: 'Wiki mode',
   106       lbl_field_wikimode: 'Wiki mode',
   103       lbl_field_allow: 'Allow',
   107       lbl_field_allow: 'Allow',
   104       lbl_help: '<p><b>Permission types:</b></p><ul><li><b>Allow</b> means that the user is allowed to access the item</li><li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li><li><b>Disallow</b> means the user is denied access unless something allows it.</li><li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li></ul>',
   108       lbl_help: '<p>
       
   109                    <b>Permission types:</b>
       
   110                  </p>
       
   111                  <ul>
       
   112                    <li><b>Allow</b> means that the user is allowed to access the item</li>
       
   113                    <li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li>
       
   114                    <li><b>Disallow</b> means the user is denied access unless something allows it.</li>
       
   115                    <li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li>
       
   116                    <li><b>Inherit</b> forces the permission to be unset and thus inherited from the defaults. Setting every permission to Inherit is the same as deleting the rule.</li>
       
   117                  </ul>',
   105       
   118       
   106       scope_type_wholesite: 'this entire site',
   119       scope_type_wholesite: 'this entire site',
   107       scope_type_thispage: 'this page',
   120       scope_type_thispage: 'this page',
   108       scope_type_pagegroup: 'this group of pages',
   121       scope_type_pagegroup: 'this group of pages',
   109       
   122       
   135       msg_inactive_users_plural: 'It appears that %num_users% users are awaiting account activation. You can activate those accounts by going to the <a %um_flags%>User Manager</a>.',
   148       msg_inactive_users_plural: 'It appears that %num_users% users are awaiting account activation. You can activate those accounts by going to the <a %um_flags%>User Manager</a>.',
   136       heading_top_pages: 'Most requested pages',
   149       heading_top_pages: 'Most requested pages',
   137       th_toppages_page: 'Page',
   150       th_toppages_page: 'Page',
   138       th_toppages_hits: 'Hits',
   151       th_toppages_hits: 'Hits',
   139       heading_seclog: 'Security log',
   152       heading_seclog: 'Security log',
       
   153       msg_seclog_info: 'This list shows the 5 most recent actions/attempted actions performed by administrators on this site. This also includes attempts to view blocked pages and use the administration panel without appropriate privileges. You can view a complete list using the link below.',
   140       btn_seclog_full: 'Full security log',
   154       btn_seclog_full: 'Full security log',
   141     },
   155     },
   142     acpgc: {
   156     acpgc: {
   143       err_avatar_dir_invalid: 'You have entered an invalid avatar directory.',
   157       err_avatar_dir_invalid: 'You have entered an invalid avatar directory.',
   144       msg_save_success: 'Your changes to the site configuration have been saved.',
   158       msg_save_success: 'Your changes to the site configuration have been saved.',
   390       err_header: 'There were one or more problems that prevented the page from being saved:',
   404       err_header: 'There were one or more problems that prevented the page from being saved:',
   391       delete_reason: 'Administrative deletion from admin CP; contact webmaster for details',
   405       delete_reason: 'Administrative deletion from admin CP; contact webmaster for details',
   392       
   406       
   393       msg_save_success: 'Your changes to the page have been saved. <a href="%viewpage_url%">View page &raquo;</a>',
   407       msg_save_success: 'Your changes to the page have been saved. <a href="%viewpage_url%">View page &raquo;</a>',
   394     },
   408     },
   395     adminusers: {
   409     acped: {
       
   410       heading_main: 'Edit page content',
       
   411       hint: 'This panel allows you to edit the contents of pages that are stored in the database.',
       
   412       // The rest of this section is identical to the first parts of the acppm category by default (you can copy and paste).
       
   413       err_page_not_found: 'No pages matching that search string could be found.',
       
   414       msg_results_ambiguous_title: 'Ambiguous search results',
       
   415       msg_results_ambiguous_body: 'Multiple pages that matched your search terms were found. Please select the page you wish to edit:',
       
   416       ambig_btn_viewpage: 'View',
       
   417       err_ambig_absolute: 'Your database is corrupt as it contains multiple pages with the same urlname and namespace.',
       
   418       lbl_field_search: 'Search for a page title or URL string:',
       
   419       heading_select_page_from_list: 'Select page from a list',
       
   420       hint_select_page_from_list: 'You can also select the page you want to edit from the list below. The list is broken into sections of 100 pages, so if you have a lot of pages on your site, you can click the pagination control below to view more pages.',
       
   421     },
       
   422     acpdb: {
       
   423       err_not_supported_title: 'Not supported',
       
   424       err_not_supported_desc: 'This function is only supported under the MySQL database driver.',
       
   425       err_demo_mode_title: 'Access denied',
       
   426       err_demo_mode_desc: 'Since you\'re using the Enano demo, we can\'t allow database backups. Sorry.',
       
   427       
       
   428       intro: 'This page allows you to back up your Enano database should something go miserably wrong.',
       
   429       lbl_system_tables: 'Export tables that are part of the Enano core',
       
   430       lbl_additional_tables: 'Additional tables to export:',
       
   431       lbl_include_structure: 'Include table structure',
       
   432       lbl_include_data: 'Include table data',
       
   433       btn_create_backup: 'Create backup',
       
   434     },
       
   435     acppg: {
       
   436       // Main menu
       
   437       heading_main: 'Manage page groups',
       
   438       hint_intro: 'Enano\'s page grouping system allows you to build sets of pages that can be controlled by a single ACL rule. This makes managing features such as a members-only section of your site a lot easier. If you don\'t use the ACL system, you probably don\'t need to use page groups.',
       
   439       col_group_name: 'Group name',
       
   440       col_type: 'Type',
       
   441       col_target: 'Target',
       
   442       col_actions: 'Actions',
       
   443       gtype_catlink: 'Link to category',
       
   444       gtype_tagged: 'Group of pages with one tag',
       
   445       gtype_static: 'Static group of pages',
       
   446       gtype_regex: 'Regular expression match',
       
   447       gtype_regex_long: 'Perl-compatible regular expression (advanced)',
       
   448       lbl_tag: 'Tag:',
       
   449       lbl_category: 'Category:',
       
   450       lbl_regex: 'Expression:',
       
   451       btn_edit: 'Edit',
       
   452       btn_delete: 'Delete',
       
   453       msg_no_groups: 'No page groups defined.',
       
   454       btn_create_new: 'Create new group',
       
   455       
       
   456       // Creation form
       
   457       err_no_cats: 'There aren\'t any categories on this site.',
       
   458       th_create: 'Create page group',
       
   459       field_group_name: 'Group name:',
       
   460       field_group_name_hint: 'This should be short, descriptive, and human-readable.',
       
   461       field_group_type: 'Group type:',
       
   462       
       
   463       field_member_pages: 'Member pages:',
       
   464       field_member_pages_hint: 'Click the "plus" button to add more fields.',
       
   465       field_target_category: 'Include pages in this category:',
       
   466       field_target_category_hint: 'Pages in subcategories are <u>not</u> included, however subcategory pages themselves are.',
       
   467       field_target_category_hint2: '<b>Reminder:</b> Enano does not automatically place any access controls on the category. If you don\'t want users to be able to freely add and remove pages from the category (assuming Wiki Mode is enabled for the category) then you need to enable protection on the category using the button on the more options menu.',
       
   468       field_target_tag: 'Include pages with this tag:',
       
   469       field_target_regex: 'Regular expression:',
       
   470       field_target_regex_hint: 'Be sure to include the starting and ending delimiters and any flags you might need.<br />
       
   471                                 These pages might help: <a href="http://us.php.net/manual/en/reference.pcre.pattern.modifiers.php">Pattern modifiers</a> &bull; <a href="http://us.php.net/manual/en/reference.pcre.pattern.syntax.php">Pattern syntax</a><br />
       
   472                                 Examples: <tt>/^(Special|Admin):/i</tt> &bull; <tt>/^Image:([0-9]+)$/</tt><br />
       
   473                                 Developers, remember that this will be matched against the full page identifier string. This means that <tt>/^About_Enano$/</tt> will NOT match the page Special:About_Enano.',
       
   474       btn_create_finish: 'Create page group',
       
   475       
       
   476       err_need_name: 'Please enter a name for the page group.',
       
   477       err_need_tag: 'Please enter a page tag.',
       
   478       err_need_cat: 'Please create a category page before linking a page group to a category.',
       
   479       err_need_page: 'Please specify at least one page to place in this group.',
       
   480       err_need_regex: 'Please specify a regular expression to match page IDs against.',
       
   481       msg_create_success: 'The page group "%group_name%" has been created.',
       
   482       
       
   483       // Delete form
       
   484       th_delete_confirm: 'Confirm deletion',
       
   485       msg_delete_confirm: 'Are you sure you want to delete this page group?',
       
   486       btn_delete_confirm: 'Yes, delete group',
       
   487       msg_delete_success: 'The group "%pg_name%" has been deleted.',
       
   488       
       
   489       // Editor
       
   490       th_editing_group: 'Editing page group:',
       
   491       btn_save_name: 'Save group name',
       
   492       th_remove_selected: 'Remove pages from this group',
       
   493       field_remove: '<b>Remove</b> pages:',
       
   494       btn_do_remove: 'Remove selected',
       
   495       btn_save_update: 'Save and update',
       
   496       btn_cancel_all: 'Cancel all changes',
       
   497       th_onthefly: 'On-the-fly tools',
       
   498       field_add_page: 'Add page:',
       
   499       field_add_page_hint: 'You can add multiple pages by entering part of a page title, and it will be auto-completed. Press Enter to quickly add the page. This only works if you a really up-to-date browser.',
       
   500       
       
   501       // Validation messages and errors
       
   502       err_ajaxadd_need_title: 'Please enter a page title.',
       
   503       err_ajaxadd_already_in: 'The page you are trying to add is already in this group.',
       
   504       ajaxadd_success: 'The page has been added to the specified group.',
       
   505       err_save_need_name: 'Please enter a valid name for this group.',
       
   506       msg_save_name_updated: 'The group name was updated successfully.',
       
   507       err_save_need_tag: 'Please enter a valid tag.',
       
   508       msg_save_tag_updated: 'The affecting tag was updated.',
       
   509       err_save_need_regex: 'Please enter an expression to match against.',
       
   510       msg_save_regex_updated: 'The expression to match against was updated.',
       
   511       err_save_bad_category: 'No category ID specified on POST URI.',
       
   512       msg_save_cat_updated: 'The affecting category was updated.',
       
   513       err_save_no_pages: 'No pages were selected for deletion, and thus none were deleted.',
       
   514       msg_save_pages_deleted: 'The requested page group members have been deleted.',
       
   515     },
       
   516     acpum: {
       
   517       heading_main: 'User administration panel',
       
   518       hint_intro: 'From this panel you can modify or delete user accounts.',
       
   519       field_search_user: 'Search for user:',
       
   520       field_search_user_hint: 'If your browser supports AJAX, this will provide suggestions for you.',
       
   521       btn_search_user_go: 'Go',
       
   522       heading_clear_sessions: 'Clear session key table',
       
   523       hint_clear_sessions: 'It\'s a good idea to clean out your session keys table every once in a while, since this helps to reduce database size. During this process you will be logged off and (hopefully) logged back on automatically. If you do this, all users besides you will be logged off, so be sure to do this at a time when traffic is low.',
       
   524       btn_clear_sessions: 'Clear session keys',
       
   525       
       
   526       heading_activation_one: '1 user is awaiting account activation',
       
   527       heading_activation_plural: '%count% users are awaiting account activation',
       
   528       col_activate_timestamp: 'Date of request',
       
   529       col_activate_requestedby: 'Requested by',
       
   530       col_activate_requestedfor: 'Requested for',
       
   531       col_activate_coppauser: 'COPPA user',
       
   532       col_activate_actions: 'Actions',
       
   533       coppauser_yes: 'Yes',
       
   534       coppauser_no: 'No',
       
   535       btn_activate_now: 'Activate now',
       
   536       btn_send_email: 'Send activation e-mail',
       
   537       btn_activate_deny: 'Deny request',
       
   538       msg_activate_success: 'The user account "%username%" has been activated.',
       
   539       err_activate_fail: 'The user account %username% has NOT been activated, possibly because the account is already active.',
       
   540       msg_activate_email_success: 'The user %username% has been sent an e-mail with an activation link.',
       
   541       err_activate_email_fail: 'The user account %username% has not been activated, probably because of a bad SMTP configuration.',
       
   542       msg_activate_deny_success: 'All activation requests for the user %username% have been deleted.',
       
   543       
       
   544       msg_sessionclear_success: 'The session key table has been cleared. Your database should be a little bit smaller now.',
       
   545       err_sessionclear_demo: 'Sorry Charlie, no can do. You might mess up other people logged into the demo site.',
       
   546       
       
   547       // VALIDATION ERRORS
       
   548       err_bad_username: 'The username you entered could not be found.',
       
   549       err_validation_fail: 'Your request could not be processed due to the following validation errors:',
       
   550       err_nosave_demo: 'Users cannot be modified or deleted in demo mode.',
       
   551       msg_delete_success: 'The user account has been deleted.',
       
   552       // Note the difference between this and err_bad_username. err_bad_username is shown when the username entered
       
   553       // doesn't match any usernames in the database (e.g. no search results); err_illegal_username is shown when
       
   554       // the admin tries to change the username to one that has illegal characters in it.
       
   555       err_illegal_username: 'The username you entered contains invalid characters.',
       
   556       err_no_aes_key: 'Session manager denied public encryption key lookup request',
       
   557       err_illegal_email: 'You have entered an invalid e-mail address.',
       
   558       msg_save_success: 'Your changes have been saved.',
       
   559       
       
   560       // EDITOR SMARTFORM
       
   561       heading_editing_user: 'Editing user:',
       
   562       heading_basic_options: 'Basic options',
       
   563       
       
   564       field_username: 'Username:',
       
   565       field_username_hint: 'Must be at least 2 characters in length',
       
   566       msg_same_user_username: 'You cannot change your own username. To change your username you must log into a different administrative account.',
       
   567       
       
   568       field_password: 'Password:',
       
   569       field_password_hint: 'Password strength requirements are not enforced here.',
       
   570       msg_password_unchanged: 'Password will be left unchanged.',
       
   571       btn_reset_password: 'Reset password...',
       
   572       msg_same_user_password: 'To change your password, please use the user preferences panel.',
       
   573       field_password_title: 'Change password to:',
       
   574       field_newpassword: 'New password:',
       
   575       field_newpassword_confirm: 'Confirm:',
       
   576       
       
   577       field_email: 'E-mail address:',
       
   578       msg_same_user_email: 'To change your e-mail address, please use the user preferences panel.',
       
   579       
       
   580       field_realname: 'Real name:',
       
   581       msg_same_user_realname: 'To change your real name on file, please use the user preferences panel.',
       
   582       
       
   583       field_signature: 'Signature:',
       
   584       
       
   585       heading_imcontact: 'Instant messenger contact information',
       
   586       
       
   587       field_aim: 'AIM handle:',
       
   588       field_wlm: '<acronym title="Windows&trade; Live Messenger">WLM</acronym> handle:',
       
   589       field_wlm_hint: 'If you don\'t specify the domain (@whatever.com), "@hotmail.com" will be assumed.',
       
   590       field_yim: 'Yahoo! IM handle:',
       
   591       field_xmpp: 'Jabber&trade;/XMPP handle:',
       
   592       
       
   593       heading_contact_extra: 'Extra contact information',
       
   594       
       
   595       field_homepage: 'Homepage:',
       
   596       field_homepage_hint: 'Please remember the http:// prefix.',
       
   597       field_location: 'Location:',
       
   598       field_job: 'Job:',
       
   599       field_hobbies: 'Hobbies:',
       
   600       field_email_public: 'E-mail address is public',
       
   601       field_email_public_hint: 'If this is checked, the user\'s e-mail address will be displayed on your the page. To protect the address from spambots, it will be encrypted.',
       
   602       
   396       avatar_heading: 'Avatar settings',
   603       avatar_heading: 'Avatar settings',
   397       avatar_image_none: 'This user does not currently have an avatar.',
   604       avatar_image_none: 'This user does not currently have an avatar.',
   398       avatar_lbl_change: 'Change avatar:',
   605       avatar_lbl_change: 'Change avatar:',
   399       avatar_lbl_keep: 'Keep current setting',
   606       avatar_lbl_keep: 'Keep current setting',
   400       avatar_lbl_remove: 'Delete this user\'s avatar',
   607       avatar_lbl_remove: 'Delete this user\'s avatar',
   401       avatar_lbl_set_http: 'Replace avatar using a new image from a URL',
   608       avatar_lbl_set_http: 'Replace avatar using a new image from a URL',
   402       avatar_lbl_set_file: 'Replace avatar using a new image from my computer',
   609       avatar_lbl_set_file: 'Replace avatar using a new image from my computer',
       
   610       
       
   611       heading_adminonly: 'Administrator-only options',
       
   612       
       
   613       field_active_title: 'User account is active',
       
   614       field_active_hint: 'If this is unchecked, the existing activation key will be overwritten in the database, thus invalidating any activation e-mails sent to the user.',
       
   615       field_active: 'Account is active and enabled',
       
   616       field_userlevel: 'User\'s site access level',
       
   617       field_userlevel_hint: 'If this is changed, the relevant group memberships will be updated accordingly.',
       
   618       
       
   619       field_deleteaccount_title: 'Delete user account',
       
   620       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       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       btn_save: 'Save changes',
   403     }
   625     }
   404   }
   626   }
   405 };
   627 };
   406 
   628 
   407 // All done! :-)
   629 // All done! :-)