685 msg_save_success: 'Your changes to this theme have been saved.', |
685 msg_save_success: 'Your changes to this theme have been saved.', |
686 msg_uninstall_success: 'The selected theme has been uninstalled.', |
686 msg_uninstall_success: 'The selected theme has been uninstalled.', |
687 }, |
687 }, |
688 acpcm: { |
688 acpcm: { |
689 heading_main: 'Performance and caching settings', |
689 heading_main: 'Performance and caching settings', |
690 intro: 'From this page you can control what information on your site is stored in cache files. Caching speeds up Enano performance by allowing data to be retrieved from the disk instead of querying the database. Sometimes the cache isn\'t updated immediately when the database is. From this page you can control what is cached, and you can clear specific caches to force them to refresh.', |
690 intro: 'Some information on your site is stored in cache files. Caching speeds up Enano performance by allowing data to be retrieved from the disk instead of querying the database. Sometimes the cache isn\'t updated immediately when the database is. From this page you can control what is cached, and you can clear specific caches to force them to refresh.', |
691 msg_refresh_warning: 'Some of the caches on this page will automatically refresh immediately even if you click Clear. This is because any use of the component will invoke the cache. To disable this behavior, you must disable caching site-wide.', |
691 msg_refresh_warning: 'Some of the caches on this page will automatically refresh immediately even if you click Clear. This is because any use of the component will invoke the cache. To disable this behavior, you must disable caching site-wide.', |
692 table_header: 'Cache settings', |
692 table_header: 'Cache settings', |
693 lbl_enable_cache: 'Enable the cache (recommended)', |
693 lbl_enable_cache: 'Enable the cache (recommended)', |
694 hint_enable_cache: 'To use the cache, the folder "cache" in the Enano root directory needs to be writable by the server. You can usually accomplish this by using your FTP client\'s CHMOD feature to set the permissions on this folder to 777. Learn more <a href="http://en.wikipedia.org/wiki/Chmod" onclick="window.open(this.href); return false;">about UNIX permissions</a>.', |
694 hint_enable_cache: 'To use the cache, the folder "cache" in the Enano root directory needs to be writable by the server. You can usually accomplish this by using your FTP client\'s CHMOD feature to set the permissions on this folder to 777. Learn more <a href="http://en.wikipedia.org/wiki/Chmod" onclick="window.open(this.href); return false;">about UNIX permissions</a>.', |
695 btn_clear_all: 'Clear all caches', |
695 btn_clear_all: 'Clear all caches', |