455 changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
455 changestyle_success: 'Your theme preference has been changed.\nWould you like to reload the page now to see the changes?', |
456 killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.', |
456 killphp_confirm: 'Are you really sure you want to do this? Some pages might not function if this emergency-only feature is activated.', |
457 killphp_success: 'Embedded PHP in pages has been disabled.', |
457 killphp_success: 'Embedded PHP in pages has been disabled.', |
458 lbl_moreoptions_nojs: 'More options for this page', |
458 lbl_moreoptions_nojs: 'More options for this page', |
459 msg_loading_component: 'Loading %component%...', |
459 msg_loading_component: 'Loading %component%...', |
|
460 |
|
461 badjson_title: 'The site encountered an error while processing your request.', |
|
462 badjson_body: 'We unexpectedly received the following response from the server. The response should have been in the JSON serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers for this problem:', |
|
463 badjson_tip1: 'The server sent back a bad HTTP response code and thus sent an error page instead of running Enano. This indicates a possible problem with your server, and is not likely to be a bug with Enano.', |
|
464 badjson_tip2: 'The server sent back the expected JSON response, but also injected some code into the response that should not be there. Typically this consists of advertisement code. In this case, the administrator of this site will have to contact their web host to have advertisements disabled.', |
|
465 badjson_tip3: 'It\'s possible that Enano triggered a PHP error or warning. In this case, you may be looking at a bug in Enano.', |
|
466 badjson_osc: 'This is KNOWN to be the case with the OpenSourceCMS.com demo version of Enano.', |
|
467 badjson_msg_response: 'The response received from the server is as follows:', |
|
468 badjson_msg_viewashtml: 'You may also choose to view the response as HTML.', |
|
469 badjson_btn_viewashtml: 'View as HTML', |
|
470 badjson_html_confirm_title: 'View the response as HTML?', |
|
471 badjson_html_confirm_body: 'If the server\'s response was modified by an attacker to include malicious code, viewing the response as HTML might allow that malicious code to run. Only continue if you have inspected the response text and verified that it is safe.', |
|
472 badjson_btn_close: 'Close', |
460 |
473 |
461 // Server-side responses |
474 // Server-side responses |
462 rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.', |
475 rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.', |
463 rename_success_title: 'Page renamed', |
476 rename_success_title: 'Page renamed', |
464 rename_success_body: 'This page has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.<br /><br />Please note that you might not see this change take effect until you reload the page.', |
477 rename_success_body: 'This page has been renamed to "%page_name_new%". You are encouraged to leave a comment explaining your action.<br /><br />Please note that you might not see this change take effect until you reload the page.', |