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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat May 20 13:22:24 GMT 2006


Author: jondaley
Date: 2006-05-20 13:22:24 +0000 (Sat, 20 May 2006)
New Revision: 3447

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
moved summary message to locale, so it is easier for people to find it.  moved changed message to bottom of file

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-05-20 13:21:53 UTC (rev 3446)
+++ plog/trunk/locale/locale_en_UK.php	2006-05-20 13:22:24 UTC (rev 3447)
@@ -648,7 +648,6 @@
 $messages['blog_owner_help'] = 'User who will be set as the owner, with full control on the blog settings';
 $messages['users'] = 'Users';
 $messages['blog_quota_help'] = 'Resource quota in bytes. Set as 0 for unlimited or leave empty to make the blog use the global quota';
-$messages['blog_users_help'] = 'Users who have access to this blog.';
 $messages['edit_blog_settings_updated_ok'] = 'Blog "%s" updated successfully';
 $messages['error_updating_blog_settings'] = 'There was an error updating blog "%s"';
 $messages['error_incorrect_blog_owner'] = 'The user selected as blog owner is not correct';
@@ -1036,4 +1035,8 @@
 $messages['check_username_ok'] = 'Congradulations! The user name is available!';
 $messages['error_username_exist'] = 'Sorry! The user name is not available, please try others.';
 
+$messages['blog_users_help'] = 'Users who have access to this blog.';
+
+$messages['summary_welcome_paragraph'] = 'You should place here whatever welcome message you would like your users to see. Or remove this one completely and rearrange the whole page. Or something :) Take a look at templates/summary, that is where all template files that make up this page are stored. You are free to change them in any way you like.';
+
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list