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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Mar 10 05:50:42 GMT 2005


Author: oscar
Date: 2005-03-10 05:50:41 +0000 (Thu, 10 Mar 2005)
New Revision: 1394

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
started to add some default values, I'm hoping to finish this by today

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-09 22:59:11 UTC (rev 1393)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-10 05:50:41 UTC (rev 1394)
@@ -666,22 +666,22 @@
 $messages['site_config_saved_ok'] = 'Site settings saved successfully';
 $messages['error_saving_site_config'] = 'There was an error saving the site settings';
 /// general settings
-$messages['help_comments_enabled'] = 'Enable or disable comments for new blogs by default';
-$messages['help_beautify_comments_text'] = 'If this is enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs';
-$messages['help_temp_folder'] = 'Folder that pLog can use to write its temporary data such as compiled templates, etc. Use a folder outside the web server tree for incresed security';
+$messages['help_comments_enabled'] = 'Enable comments for new blogs by default [Default = Yes]';
+$messages['help_beautify_comments_text'] = 'If enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs [Default = Yes]';
+$messages['help_temp_folder'] = 'Folder that pLog can use to write its temporary data such as compiled templates, etc. Use a folder outside the web server tree for incresed security [Default = ./tmp]';
 $messages['help_base_url'] = 'Base URL where this blog is installed';
-$messages['help_subdomains_enabled'] = 'Enable or disable subdomains. Please see the documentation for more information regarding subdomains';
+$messages['help_subdomains_enabled'] = 'Enable or disable subdomains. Please see the documentation for more information regarding subdomains [Default = No]';
 $messages['help_subdomains_base_url'] = 'When subdomains are enabled, this base URL is used instead of base_url. Use {blogname} to get the blog name and {username} to get the name of the user owner of the blog in order to generate a link to a blog. (i.e. http://{blogname}.yourdomain.com})';
-$messages['help_include_blog_id_in_url'] = 'Meaningful only when subdomains are enabled and "normal" URLs are enabled, forces internally-generated URLs not to have the "blogId" parameter. Do not change unless you know what you are doing';
-$messages['help_script_name'] = 'Set this if you need to rename index.php to something else';
-$messages['help_show_posts_max'] = 'Maximum number of posts shown in the main page. Only meaningful for new blogs';
-$messages['help_recent_posts_max'] = 'Maximum number of recent posts shown in the main page. Only meaningful for new blogs';
-$messages['help_save_drafts_via_xmlhttprequest_enabled'] = 'Whether the feature that allows to save drafts via Javascript and the XmlHttpRequest is enabled';
-$messages['help_locale_folder'] = 'Folder where the locale files are stored';
-$messages['help_default_locale'] = 'Default language settings for new blogs';
-$messages['help_default_blog_id'] = 'Default blog that will be shown if no other is specified';
-$messages['help_default_time_offset'] = 'Default time offset for new blogs';
-$messages['help_html_allowed_tags_in_comments'] = 'Space-separated list of the HTML tags that are allowed in comments';
+$messages['help_include_blog_id_in_url'] = 'Meaningful only when subdomains are enabled and "normal" URLs are enabled, forces internally-generated URLs not to have the "blogId" parameter. Do not change unless you know what you are doing [Default = Yes]';
+$messages['help_script_name'] = 'Set this if you need to rename index.php to something else [Default = index.php]';
+$messages['help_show_posts_max'] = 'Maximum number of posts shown in the main page. Only meaningful for new blogs [Default = 15]';
+$messages['help_recent_posts_max'] = 'Maximum number of recent posts shown in the main page. Only meaningful for new blogs [Default = 10]';
+$messages['help_save_drafts_via_xmlhttprequest_enabled'] = 'Whether the feature that allows to save drafts via Javascript and the XmlHttpRequest is enabled [Default = Yes]';
+$messages['help_locale_folder'] = 'Folder where the locale files are stored [Default = ./locale]';
+$messages['help_default_locale'] = 'Default language settings for new blogs [Default = en_UK]';
+$messages['help_default_blog_id'] = 'Default blog that will be shown if no other is specified [Default = 1]';
+$messages['help_default_time_offset'] = 'Default time offset for new blogs [Default = 0]';
+$messages['help_html_allowed_tags_in_comments'] = 'Space-separated list of the HTML tags that are allowed in comments [Default = <a><i><br><br/><b>]';
 $messages['help_referer_tracker_enabled'] = 'Enable or disable the feature to save referrers to the database. Set to disabled for higher performance';
 $messages['help_show_more_enabled'] = 'Enable or disable the "more..." feature by default for new blogs';
 $messages['help_update_article_reads'] = 'Enable or disable the update of the counter of times that an article has been read is updated or not. Set to disabled for higher performance';




More information about the pLog-svn mailing list