342 field_breadcrumb_mode: 'Enable breadcrumbs:', |
342 field_breadcrumb_mode: 'Enable breadcrumbs:', |
343 field_breadcrumb_mode_subpages: 'Only with a slash in the URL (default)', |
343 field_breadcrumb_mode_subpages: 'Only with a slash in the URL (default)', |
344 field_breadcrumb_mode_always: 'Always', |
344 field_breadcrumb_mode_always: 'Always', |
345 field_breadcrumb_mode_never: 'Never', |
345 field_breadcrumb_mode_never: 'Never', |
346 |
346 |
|
347 heading_server_settings: 'Server settings', |
|
348 |
347 // Section: CDN |
349 // Section: CDN |
348 field_cdn_path: 'URL to <acronym title="Content Delivery Network">CDN</acronym> server:', |
350 field_cdn_path: 'URL to <acronym title="Content Delivery Network">CDN</acronym> server:', |
349 field_cdn_path_hint: 'A CDN, or Content Delivery Network, allows downloading of shared Enano components from a server designed to serve out only images, CSS, and script files. Since a browser can open separate connections for the page and for images and scripts, the page loads faster. Leave this blank to just use Enano\'s local files (default).', |
351 field_cdn_path_hint: 'A CDN, or Content Delivery Network, allows downloading of shared Enano components from a server designed to serve out only images, CSS, and script files. Since a browser can open separate connections for the page and for images and scripts, the page loads faster. Leave this blank to just use Enano\'s local files (default).', |
350 field_cdn_path_example: 'Example: <tt>http://cdn.mycompany.com/enano/', |
352 field_cdn_path_example: 'Example: <tt>http://cdn.mycompany.com/enano/', |
351 |
353 |
358 field_gzip_check_msg_server_good: 'Your server is not automatically compressing PHP-generated pages, so Enano\'s compression facilities are needed.', |
360 field_gzip_check_msg_server_good: 'Your server is not automatically compressing PHP-generated pages, so Enano\'s compression facilities are needed.', |
359 field_gzip_check_msg_php_bad: 'PHP does not have gzip support enabled.', |
361 field_gzip_check_msg_php_bad: 'PHP does not have gzip support enabled.', |
360 field_gzip_check_msg_php_good: 'Found gzip compression support in PHP.', |
362 field_gzip_check_msg_php_good: 'Found gzip compression support in PHP.', |
361 field_gzip_check_msg_success: 'Success - all server checks passed. You can enable gzip support.', |
363 field_gzip_check_msg_success: 'Success - all server checks passed. You can enable gzip support.', |
362 field_gzip_check_msg_failure: 'Server check failed. Unless you think Enano is wrong, don\'t enable gzip below.', |
364 field_gzip_check_msg_failure: 'Server check failed. Unless you think Enano is wrong, don\'t enable gzip below.', |
|
365 |
|
366 // Section: Trust XFF |
|
367 field_xff: 'Trust X-Forwarded-For header:', |
|
368 field_xff_hint: 'If your server is behind a proxying cache such as Squid or Varnish, turn this on to trust the IP addresses sent from the proxy. The remote address reported by your webserver, not the value of X-Forwarded-For, is the source address used to decide whether to trust the header or not.', |
|
369 field_xff_checkbox: 'Trust XFF header', |
|
370 field_xff_radio_both: 'Both IPv4 and IPv6 (default)', |
|
371 field_xff_radio_ipv4: 'IPv4 source addresses only', |
|
372 field_xff_radio_ipv6: 'IPv6 source addresses only', |
363 |
373 |
364 // Main section: users and communication |
374 // Main section: users and communication |
365 heading_users: 'Users and communication', |
375 heading_users: 'Users and communication', |
366 |
376 |
367 // Section: account activation |
377 // Section: account activation |