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', 'acpcp', 'acpmm', |
21 'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', 'acpsl', 'acpbc', |
|
22 'acplo', |
22 ], |
23 ], |
23 strings: { |
24 strings: { |
24 meta: { |
25 meta: { |
25 adm: 'Administration panel nav menu', |
26 adm: 'Administration panel nav menu', |
26 acl: 'Access control list editor', |
27 acl: 'Access control list editor', |
35 acppg: 'ACP: Page groups', |
36 acppg: 'ACP: Page groups', |
36 acpum: 'ACP: User management', |
37 acpum: 'ACP: User management', |
37 acpug: 'ACP: User group management', |
38 acpug: 'ACP: User group management', |
38 acpcp: 'ACP: COPPA support', |
39 acpcp: 'ACP: COPPA support', |
39 acpmm: 'ACP: Mass e-mail', |
40 acpmm: 'ACP: Mass e-mail', |
|
41 acpsl: 'ACP: Security log', |
|
42 acpbc: 'ACP: Ban control', |
|
43 acplo: 'ACP: Logout page', |
40 }, |
44 }, |
41 adm: { |
45 adm: { |
42 cat_general: 'General', |
46 cat_general: 'General', |
43 cat_content: 'Content', |
47 cat_content: 'Content', |
44 cat_appearance: 'Appearance', |
48 cat_appearance: 'Appearance', |
697 field_subject: 'Subject:', |
701 field_subject: 'Subject:', |
698 field_message: 'Message:', |
702 field_message: 'Message:', |
699 btn_send: 'Send message', |
703 btn_send: 'Send message', |
700 msg_send_takeawhile: 'Please be warned: it may take a LONG time to send this message. <b>Please do not stop the script until the process is finished.</b>', |
704 msg_send_takeawhile: 'Please be warned: it may take a LONG time to send this message. <b>Please do not stop the script until the process is finished.</b>', |
701 }, |
705 }, |
|
706 acpsl: { |
|
707 heading_main: 'System security log', |
|
708 col_type: 'Type', |
|
709 col_date: 'Date', |
|
710 col_username: 'Username', |
|
711 col_ip: 'IP Address', |
|
712 entry_admin_auth_good: 'Successful elevated authentication<br /><small>Authentication level: %level%</small>', |
|
713 entry_admin_auth_bad: 'Failed elevated authentication<br /><small>Attempted auth level: %level%</small>', |
|
714 entry_activ_good: 'Successful account activation', |
|
715 entry_auth_good: 'Successful regular user logon', |
|
716 entry_activ_bad: 'Failed account activation', |
|
717 entry_auth_bad: 'Failed regular user logon', |
|
718 entry_sql_inject: 'SQL injection attempt<div style="max-width: 90%; clip: rect(0px,auto,auto,0px); overflow: auto; display: block; font-size: smaller;">Offending query: %query%</div>', |
|
719 entry_db_backup: 'Database backup created<br /><small>Tables: %tables%</small>', |
|
720 entry_install_enano: 'Installed Enano version %version%', |
|
721 entry_upgrade_enano: 'Upgraded Enano to version %version%', |
|
722 entry_illegal_page: 'Unauthorized viewing attempt<br /><small>Page: %illegal_link%</small>', |
|
723 entry_upload_enable: 'Enabled file uploads', |
|
724 entry_upload_disable: 'Disabled file uploads', |
|
725 entry_magick_enable: 'Enabled ImageMagick for uploaded images', |
|
726 entry_magick_disable: 'Disabled ImageMagick for uploaded images', |
|
727 entry_filehist_enable: 'Enabled revision tracking for uploaded files', |
|
728 entry_filehist_disable: 'Disabled revision tracking for uploaded files', |
|
729 entry_magick_path: 'Changed path to ImageMagick executable', |
|
730 entry_plugin_disable: 'Disabled plugin: %plugin%', |
|
731 entry_plugin_enable: 'Enabled plugin: %plugin%', |
|
732 entry_seclog_unauth: 'Unauthorized attempt to call security log fetcher', |
|
733 entry_u_from_admin: 'User %username% demoted from Administrators group', |
|
734 entry_u_from_mod: 'User %username% demoted from Moderators group', |
|
735 entry_u_to_admin: 'User %username% added to Administrators group', |
|
736 entry_u_to_mod: 'User %username% added to Moderators group', |
|
737 tip_reverse_dns: 'Click for reverse DNS info', |
|
738 }, |
|
739 acpbc: { |
|
740 err_empty: 'Please enter something to ban.', |
|
741 err_invalid_ip_range: 'The IP address range you entered is invalid.', |
|
742 err_demo: 'This function is disabled in the demo. Just because <i>you</i> don\'t like %ban_target% doesn\'t mean <i>we</i> don\'t like %ban_target%.', |
|
743 col_type: 'Type', |
|
744 col_value: 'Value', |
|
745 col_regex: 'Regular Expression', |
|
746 msg_no_rules: 'No ban rules yet.', |
|
747 ban_type_ip: 'IP address', |
|
748 ban_type_username: 'Username', |
|
749 ban_type_email: 'E-mail address', |
|
750 btn_delete: 'Delete', |
|
751 // Some languages like Chinese don't literally have the word "yes", so this would be something |
|
752 // along the lines of "This is a regular expression" / "This is not..." in Chinese. Hence the |
|
753 // separation of this from a generic "yes" string. |
|
754 ban_regex_yes: 'Yes', |
|
755 ban_regex_no: 'No', |
|
756 heading_create_new: 'Create new ban rule', |
|
757 field_type: 'Type:', |
|
758 field_rule: 'Rule:', |
|
759 field_rule_hint: 'You can ban multiple IP addresses, users, or e-mail addresses by separating entries with a single comma (User1,User2). Do not put a space after the comma. For IP addresses, you may specify ranges like 172|192.168.4-30|90-167.1-90, which will turn into 172 and 192 . 168 . 4-30 and 90-167 . 1 - 90, which matches 18,899 IP addresses.', |
|
760 field_reason: 'Reason to show to the banned user:', |
|
761 field_regex: 'This rule is a regular expression', |
|
762 field_regex_hint: '(advanced users only)', |
|
763 btn_create: 'Create new ban rule', |
|
764 }, |
|
765 acplo: { |
|
766 heading_main: 'You have now been logged out of the administration panel.', |
|
767 msg_logout_complete: 'You will continue to be logged into the website, but you will need to re-authenticate before you can access the administration panel again.</p><p>Return to the <a href="%mainpage_link%">Main Page</a>.', |
|
768 } |
702 } |
769 } |
703 }; |
770 }; |
704 |
771 |
705 // All done! :-) |
772 // All done! :-) |
706 |
773 |