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

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Feb 3 18:08:15 GMT 2005


Author: mark
Date: 2005-02-03 18:08:15 +0000 (Thu, 03 Feb 2005)
New Revision: 937

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
Fixed line 710 parse error.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-02-03 17:38:12 UTC (rev 936)
+++ plog/trunk/locale/locale_en_UK.php	2005-02-03 18:08:15 UTC (rev 937)
@@ -706,7 +706,7 @@
 $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 time 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, 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_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