language/english/core.json
changeset 1056 f21d6e75b469
parent 969 0506adb8eb6c
child 1114 4f4d63a281cd
equal deleted inserted replaced
1055:15ef8d2147c2 1056:f21d6e75b469
   501       thmsel_lbl_choosetheme: 'Choose a theme',
   501       thmsel_lbl_choosetheme: 'Choose a theme',
   502       thmsel_lbl_choosestyle: 'Choose a style variation',
   502       thmsel_lbl_choosestyle: 'Choose a style variation',
   503       thmsel_msg_success: 'Theme changed',
   503       thmsel_msg_success: 'Theme changed',
   504       thmsel_btn_reload: 'Reload page',
   504       thmsel_btn_reload: 'Reload page',
   505       thmsel_btn_close: 'Close selector and reload later',
   505       thmsel_btn_close: 'Close selector and reload later',
   506       thmsel_btn_close_hint: 'You will see your new theme choice go into effect the next time you refresh this page.',
   506       thmsel_btn_close_hint: 'You\'ll see your new theme on the next page reload.',
   507       
   507       
   508       badjson_title: 'The site encountered an error while processing your request.',
   508       badjson_title: 'The site encountered an error while processing your request.',
   509       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:',
   509       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:',
   510       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.',
   510       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.',
   511       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.',
   511       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.',