[pLog-svn] r4352 - in plog/trunk: install locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Nov 27 20:42:07 GMT 2006


Author: oscar
Date: 2006-11-27 20:42:06 +0000 (Mon, 27 Nov 2006)
New Revision: 4352

Modified:
   plog/trunk/install/defaultconfig.properties.php
   plog/trunk/locale/locale_en_UK.php
Log:
new localized strings and default configuration parameters


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-11-27 20:41:37 UTC (rev 4351)
+++ plog/trunk/install/defaultconfig.properties.php	2006-11-27 20:42:06 UTC (rev 4352)
@@ -122,4 +122,6 @@
 $Inserts['default_global_article_category_id'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_global_article_category_id','1',1);";
 $Inserts['hard_show_posts_max']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_posts_max','50',1);";
 $Inserts['hard_recent_posts_max']                           = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_recent_posts_max','25',1);";
+$Inserts['show_comments_max']                               = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_comments_max','20',1);";
+$Inserts['hard_show_comments_max']                          = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_comments_max','50',1);";
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-11-27 20:41:37 UTC (rev 4351)
+++ plog/trunk/locale/locale_en_UK.php	2006-11-27 20:42:06 UTC (rev 4352)
@@ -1207,4 +1207,10 @@
 $messages['temp_folder_reset_ok'] = 'The temporary folder was successfully cleaned up';
 $messages['cleanup_temp_help'] = 'This will trigger a clean up of the temporary folder, forcing the data cache and the template cache to be reset for all blogs.';
 $messages['cleanup_temp'] = 'Purge temporary folder';
+
+$messages['comment_only_auth_users'] = 'Only authenticated users can comment';
+$messages['comment_only_auth_users_help'] = 'Only those users who have a valid user name and password and have logged in will be allowed to leave comments';
+$messages['show_comments_max'] = 'Comments per page';
+$messages['show_comments_max_help'] = 'Maximum number of comments per page';
+$messages['hard_show_comments_max_help'] = 'Hard limit for the number of comments per page';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list