language/english/install.json
changeset 878 ecc764c10138
parent 872 8b42e51bb6e6
parent 876 aed15c337b72
child 924 142a29b583f9
equal deleted inserted replaced
875:0c3dd4c166c0 878:ecc764c10138
   246       
   246       
   247       msg_ajax_test_fail_title: 'All tests failed',
   247       msg_ajax_test_fail_title: 'All tests failed',
   248       msg_ajax_test_fail_body: 'None of the URL handling tests worked; you may have problems using Enano on your server.',
   248       msg_ajax_test_fail_body: 'None of the URL handling tests worked; you may have problems using Enano on your server.',
   249       msg_bestmethod_rewrite: 'The installer has detected that using rewritten URLs is the best level that will work.',
   249       msg_bestmethod_rewrite: 'The installer has detected that using rewritten URLs is the best level that will work.',
   250       msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.',
   250       msg_bestmethod_shortened: 'The installer has detected that using shortened URLs is the best level that will work.',
       
   251       msg_bestmethod_tiny: 'The installer has detected that using tiny URLs is the best level that will work.',
   251       msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.',
   252       msg_bestmethod_standard: 'The installer has detected that using standard URLs is the only level that will work.',
   252       msg_modrewrite_enabled: 'Your copy of Enano has the Windows mod_rewrite workaround patch enabled.',
   253       msg_modrewrite_enabled: 'Your copy of Enano has the Windows mod_rewrite workaround patch enabled.',
   253       msg_modrewrite_necessary: 'If you don\'t plan to use the Rewritten URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>',
   254       msg_modrewrite_necessary: 'If you don\'t plan to use the Rewritten URLs option below, you should go back and re-download Enano without this workaround enabled. The mod_rewrite issues Enano faces under Windows are caused by a security change in Apache 2.2 that is not present in Apache 2.0. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>',
   254       msg_modrewrite_unnecessary: 'The Enano installer has detected that you\'re probably not running Apache 2.2 under Windows. You don\'t need this workaround unless you\'re using this specific software stack. Unless you\'re sure that you are running Apache 2.2 under Windows on your server, it is recommended that you disable the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> constant in includes/constants.php. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>',
   255       msg_modrewrite_unnecessary: 'The Enano installer has detected that you\'re probably not running Apache 2.2 under Windows. You don\'t need this workaround unless you\'re using this specific software stack. Unless you\'re sure that you are running Apache 2.2 under Windows on your server, it is recommended that you disable the <tt>WINDOWS_MOD_REWRITE_WORKAROUNDS</tt> constant in includes/constants.php. <a href="http://enanocms.org/windows-patch" onclick="window.open(this.href); return false;">Learn more</a>',
   255       msg_modrewrite_disabled: 'Your server is running Apache 2.2 on Windows, but the Windows mod_rewrite workaround patch is disabled.',
   256       msg_modrewrite_disabled: 'Your server is running Apache 2.2 on Windows, but the Windows mod_rewrite workaround patch is disabled.',
   268       field_urlscheme_opt_standard_hint: 'Compatible with all servers. This is the default option and should be used unless you\'re sure that one of the other options below will work.',
   269       field_urlscheme_opt_standard_hint: 'Compatible with all servers. This is the default option and should be used unless you\'re sure that one of the other options below will work.',
   269       field_urlscheme_opt_shortened: 'Shortened URLs',
   270       field_urlscheme_opt_shortened: 'Shortened URLs',
   270       field_urlscheme_opt_shortened_hint: 'This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.',
   271       field_urlscheme_opt_shortened_hint: 'This eliminates the "?title=" portion of your URL, and instead uses a slash. This is occasionally more friendly to search engines.',
   271       field_urlscheme_opt_rewrite: 'Rewritten URLs',
   272       field_urlscheme_opt_rewrite: 'Rewritten URLs',
   272       field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. If you\'re running Apache and have the right permissions, Enano can configure this automatically. Otherwise, you\'ll need to configure your server manually and have a knowledge of regular expressions for this option to work.',
   273       field_urlscheme_opt_rewrite_hint: 'Using this option, you can completely eliminate the "index.php" from URLs. This is the most friendly option to search engines and looks very professional, but requires support for URL rewriting on your server. If you\'re running Apache and have the right permissions, Enano can configure this automatically. Otherwise, you\'ll need to configure your server manually and have a knowledge of regular expressions for this option to work.',
       
   274       field_urlscheme_opt_tiny: '<span style="font-weight: bold; color: #a00;">(Experimental)</span> Tiny URLs',
       
   275       field_urlscheme_opt_tiny_hint: 'This makes URLs very small - close to the size of Rewritten. However it doesn\'t work with every server, and we\'re still trying to experiment to find which servers it works with. If you can\'t use Rewritten URLs, you are encouraged to give this a try and let the Enano team know whether it works for you or not.',
   273       btn_urlscheme_detect: 'Auto-detect the best formatting scheme',
   276       btn_urlscheme_detect: 'Auto-detect the best formatting scheme',
   274       
   277       
   275       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
   278       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
   276     },
   279     },
   277     login: {
   280     login: {