[pLog-svn] r4628 - plog/branches/lifetype-1.2/locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 10:13:08 EST 2007


Author: oscar
Date: 2007-01-30 10:13:08 -0500 (Tue, 30 Jan 2007)
New Revision: 4628

Modified:
   plog/branches/lifetype-1.2/locale/locale_en_UK.php
Log:
Some more fixes to the English locale

Modified: plog/branches/lifetype-1.2/locale/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-01-30 15:12:36 UTC (rev 4627)
+++ plog/branches/lifetype-1.2/locale/locale_en_UK.php	2007-01-30 15:13:08 UTC (rev 4628)
@@ -207,7 +207,7 @@
 $messages['extended_text'] = 'Extended Text';
 $messages['extended_text_help'] = 'Extended text of the post. This part can optionally appear only in the post page or in the main page. See the blog settings for more information.';
 $messages['trackback_urls'] = 'Real Trackback Urls';
-$messages['trackback_urls_help'] = 'If the article, you want to send the trackback to, does not support Trackback Auto-Discover mechanism, you may put its real trackback url here and use new a line for each url.';
+$messages['trackback_urls_help'] = 'If the article you want to send the trackback to does not support Trackback Auto-Discover mechanism, you may put its real trackback url here and use new a line for each url.';
 $messages['post_slug'] = 'Slug';
 $messages['post_slug_help'] = 'The slug will be used to generate nice permanent links.';
 $messages['date'] = 'Date';
@@ -1213,8 +1213,8 @@
 $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';
+$messages['show_comments_max_help'] = 'Maximum number of comments per page [ Default = 20 ]';
+$messages['hard_show_comments_max_help'] = 'Hard limit for the number of comments per page [ Default = 50 ]';
 
 $messages['error_resource_not_whitelisted_extension'] = 'The type of the file is not one of the allowed ones.';
 $messages['help_upload_allowed_files'] = 'Space-separated list of file types that are allowed to be uploaded. Usage of \'*\' and \'?\' is allowed. If both upload_forbidden_file and this option are set, the whitelist (upload_allowed_files) takes precedence over the blacklist [Default = None]';
@@ -1225,7 +1225,7 @@
 
 $messages['editBlogUser'] = 'Edit Blog User';
 
-$messages['help_summary_service_name'] = 'Name of your site/service that will appear in several places in the front page as well as in the RSS feeds';
+$messages['help_summary_service_name'] = 'Name of your site/service that will appear in several places in the front page as well as in the RSS feeds [ Default = empty ]';
 
 $messages['register_step2_help'] = 'Please provide now the required information in order to create a blog.';
 
@@ -1239,4 +1239,8 @@
 $messages['purging_please_wait'] = 'Please wait while data is being purged. This page will keep refreshing itself until all data has been processed, please do not attempt to stop this process';
 
 $messages['error_cannot_delete_last_blog_category'] = 'You cannot delete the last blog category.';
+
+$messages['help_logout_destination_url'] = 'URL where users will be forwarded when logging out of the service, instead of the login page of the admin interface [ Default Value = empty ]';
+$messages['help_default_global_article_category_id'] = 'Identifier of the default global article category [ Default = empty ]';
+$messages['help_blog_does_not_exist_url'] = 'URL where users will be forwarded when they attempt to reach a blog that does not exist in this site, instead of being forwarded to the site\'s default blog [ Default = empty ]';
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list