language/english/core.json
changeset 651 ce9d78d7251d
parent 582 a38876c0793c
child 655 b2c51a68209b
--- a/language/english/core.json	Sun Jul 20 13:32:04 2008 -0400
+++ b/language/english/core.json	Tue Jul 22 14:49:18 2008 -0500
@@ -458,6 +458,19 @@
       lbl_moreoptions_nojs: 'More options for this page',
       msg_loading_component: 'Loading %component%...',
       
+      badjson_title: 'The site encountered an error while processing your request.',
+      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:',
+      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.',
+      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.',
+      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.',
+      badjson_osc: 'This is KNOWN to be the case with the OpenSourceCMS.com demo version of Enano.',
+      badjson_msg_response: 'The response received from the server is as follows:',
+      badjson_msg_viewashtml: 'You may also choose to view the response as HTML.',
+      badjson_btn_viewashtml: 'View as HTML',
+      badjson_html_confirm_title: 'View the response as HTML?',
+      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.',
+      badjson_btn_close: 'Close',
+      
       // Server-side responses
       rename_too_short: 'The name you entered is too short. Please enter a longer name for this page.',
       rename_success_title: 'Page renamed',