language/english/install.json
changeset 930 648043f3911d
parent 924 142a29b583f9
child 932 d5437edb6c1c
equal deleted inserted replaced
929:2e981507dfae 930:648043f3911d
   273       field_urlscheme_opt_standard: 'Standard URLs',
   273       field_urlscheme_opt_standard: 'Standard URLs',
   274       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.',
   274       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.',
   275       field_urlscheme_opt_shortened: 'Shortened URLs',
   275       field_urlscheme_opt_shortened: 'Shortened URLs',
   276       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.',
   276       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.',
   277       field_urlscheme_opt_rewrite: 'Rewritten URLs',
   277       field_urlscheme_opt_rewrite: 'Rewritten URLs',
   278       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.',
   278       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. Enano can configure this automatically on Apache and some IIS7 servers. Otherwise, you\'ll need a knowledge of regular expressions and it will be necessary to configure your server manually for this option to work.',
   279       field_urlscheme_opt_tiny: '<span style="font-weight: bold; color: #a00;">(Experimental)</span> Tiny URLs',
   279       field_urlscheme_opt_tiny: '<span style="font-weight: bold; color: #a00;">(Experimental)</span> Tiny URLs',
   280       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.',
   280       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.',
   281       btn_urlscheme_detect: 'Auto-detect the best formatting scheme',
   281       btn_urlscheme_detect: 'Auto-detect the best formatting scheme',
   282       
   282       
   283       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',
   283       objective_verify: 'Verify that your site information is correct. Again, all of the above settings can be changed from the administration panel.',