changeset 357 | 1d0152181585 |
parent 356 | 9f8fca26ddb9 |
child 358 | b25d34fbc7ab |
356:9f8fca26ddb9 | 357:1d0152181585 |
---|---|
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', |
21 'acphome', 'acpgc', 'acpup', 'acpft', 'acppl', 'acppm', 'acped', 'acpdb', 'acppg', 'acpum', 'acpug', 'acpcp', 'acpmm', |
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', |
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 acpcp: 'ACP: COPPA support', |
39 acpmm: 'ACP: Mass e-mail', |
|
39 }, |
40 }, |
40 adm: { |
41 adm: { |
41 cat_general: 'General', |
42 cat_general: 'General', |
42 cat_content: 'Content', |
43 cat_content: 'Content', |
43 cat_appearance: 'Appearance', |
44 cat_appearance: 'Appearance', |
680 field_enable_title: 'Enable COPPA support:', |
681 field_enable_title: 'Enable COPPA support:', |
681 field_enable: 'COPPA enabled', |
682 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_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: 'Your mailing address:', |
684 field_address_hint: 'This is the address to which parents will send authorization forms.', |
685 field_address_hint: 'This is the address to which parents will send authorization forms.', |
685 |
686 }, |
686 } |
687 acpmm: { |
688 heading_main: 'Send mass e-mail', |
|
689 err_need_subject: 'Please enter a subject.', |
|
690 err_need_message: 'Please enter a message.', |
|
691 msg_send_success: 'Your message has been sent.', |
|
692 err_send_fail: 'Could not send message for the following reason(s):', |
|
693 err_demo: 'This function is disabled in the demo. You think demo@enanocms.org likes getting "test" mass e-mails?', |
|
694 field_group_to: 'Send message to:', |
|
695 field_group_to_hint: 'By default, this message will be sent to the group selected here. You may instead send the message to a specific list of users by entering them in the second row, with usernames separated by a single comma (no space).', |
|
696 field_username: 'Usernames:', |
|
697 field_subject: 'Subject:', |
|
698 field_message: 'Message:', |
|
699 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>', |
|
701 }, |
|
687 } |
702 } |
688 }; |
703 }; |
689 |
704 |
690 // All done! :-) |
705 // All done! :-) |
691 |
706 |