[pLog-svn] r931 - plog/trunk/locale

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Feb 3 14:15:28 GMT 2005


Author: oscar
Date: 2005-02-03 14:15:27 +0000 (Thu, 03 Feb 2005)
New Revision: 931

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
aded a few clarifications


Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-03 08:08:17 UTC (rev 930)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-03 14:15:27 UTC (rev 931)
@@ -705,8 +705,8 @@
 $messages['help_default_template'] = 'Default template for new blogs';
 $messages['help_users_can_add_templates'] = 'Allow users to upload their own custom templates';
 $messages['help_template_compile_check'] = 'If disabled, Smarty will check every request if template files have changed and if so, use the new version. Set this to disabled for higher performance';
-$messages['help_template_cache_enabled'] = 'Enable the template cache. If enabled, cached versions will be used whenever possible and no data will need to be fetched from the database';
-$messages['help_template_cache_lifetime'] = 'Lifetime in seconds of the cache. Set to -1 to force the cache to never expire or set it to 0 to disable the cache';
+$messages['help_template_cache_enabled'] = 'Enable the template cache. If enabled, the cached version of a page will be used whenever possible. No data will need to be fetched from the database and templates will not need to be recompiled';
+$messages['help_template_cache_lifetime'] = 'Lifetime in seconds of the cache. Set to -1 to force the cache to never expire. If set to 0, the cache will be disabled but it is recommended to set template_cache_enabled to \"No\" in order to disable the cache";
 $messages['help_template_http_cache_enabled'] = 'Enable support for HTTP conditional requests. If enabled, pLog will take the "If-Modified-Since" HTTP header into account and send only content if strictly needed. Enable this to save bandwidth';
 // urls
 $messages['help_request_format_mode'] = 'Select one of the available URL format. If using custom URLs, make sure to configure the settings below';




More information about the pLog-svn mailing list