language/english/admin.json
changeset 1226 de56132c008d
parent 1215 ec7f8f6312bb
child 1227 bdac73ed481e
equal deleted inserted replaced
1225:4c6da61e613e 1226:de56132c008d
   334       field_disablesite: 'Disable this site',
   334       field_disablesite: 'Disable this site',
   335       field_disablesite_message: 'Message to show to users:',
   335       field_disablesite_message: 'Message to show to users:',
   336       
   336       
   337       // Section: default theme
   337       // Section: default theme
   338       heading_default_theme: 'Visual defaults',
   338       heading_default_theme: 'Visual defaults',
   339       field_defualt_theme: 'Default theme for guests and new users:',
   339       field_default_theme: 'Default theme for guests and new users:',
   340       
   340       
   341       // Section: breadcrumbs
   341       // Section: breadcrumbs
   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       // Section: CDN
   347       // Section: CDN
   348       
       
   349       field_cdn_path: 'URL to <acronym title="Content Delivery Network">CDN</acronym> server:',
   348       field_cdn_path: 'URL to <acronym title="Content Delivery Network">CDN</acronym> server:',
   350       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).',
   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_example: 'Example: <tt>http://cdn.mycompany.com/enano/',
   350       field_cdn_path_example: 'Example: <tt>http://cdn.mycompany.com/enano/',
       
   351       
       
   352       // Section: gzip
       
   353       field_gzip: 'Enable gzip compression',
       
   354       field_gzip_hint: 'Compress pages using before sending them to the user. At the cost of a small amount of CPU, this can save a lot of bandwidth. This only enables compression for HTML and some Javascript; to gzip compress CSS and images, please consult your webserver\'s documentation.',
       
   355       field_gzip_lbl: 'Use gzip compression',
       
   356       field_gzip_btn_check: 'Check server for support',
       
   357       field_gzip_check_msg_server_does_it: 'Your server performs gzip compression on its own. There is no need to enable it in Enano, and if you do, you may cause Enano to stop working.',
       
   358       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.',
       
   360       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.',
       
   362       field_gzip_check_msg_failure: 'Server check failed. Unless you think Enano is wrong, don\'t enable gzip below.',
   352       
   363       
   353       // Main section: users and communication
   364       // Main section: users and communication
   354       heading_users: 'Users and communication',
   365       heading_users: 'Users and communication',
   355       
   366       
   356       // Section: account activation
   367       // Section: account activation