[pLog-svn] r3223 - in plog/trunk: locale templates/summary

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Apr 10 18:50:01 GMT 2006


Author: mark
Date: 2006-04-10 18:50:00 +0000 (Mon, 10 Apr 2006)
New Revision: 3223

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_TW.php
   plog/trunk/templates/summary/blogslist.template
   plog/trunk/templates/summary/index.template
   plog/trunk/templates/summary/postslist.template
Log:
Some summary template cosmetics change with some new locale messages.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-04-10 18:41:10 UTC (rev 3222)
+++ plog/trunk/locale/locale_en_UK.php	2006-04-10 18:50:00 UTC (rev 3223)
@@ -1012,5 +1012,6 @@
 $messages['error_comment_spam_throw_away'] = 'You cannot post this message. Anti-spam filter has blocked it.';
 $messages['error_comment_spam_keep'] = 'The anti-spam filter has put your comment in the moderation queue and it will have to be approved by the blog owner.';
 
-
+$messages['blog_categories'] = 'Blog Categories';
+$messages['globa_article_categories'] = 'Global Article Categories';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2006-04-10 18:41:10 UTC (rev 3222)
+++ plog/trunk/locale/locale_zh_TW.php	2006-04-10 18:50:00 UTC (rev 3223)
@@ -991,4 +991,27 @@
 
 $messages['error_post_status'] = '請選擇文章狀態。';
 $messages['error_comment_status'] = '請選擇迴響狀態。';
+$messages['admin_mode'] = 'Admin Mode';
+$messages['administrate_user_blog'] = 'Administrate this blog';
+$messages['trackbacks_updated_ok'] = '%s trackbacks updated successfully';
+$messages['trackback_updated_ok'] = 'Trackback updated successfully';
+$messages['error_trackback_status'] = 'Please select a valid status';
+$messages['error_incorrect_user'] = 'User is not valid';
+$messages['select'] = 'Select';
+$messages['remove_selected'] = 'Remove Selected';
+
+$messages['notification_subject'] = 'LifeType Notification System';
+$messages['error_no_trackback_links_sent'] = 'Warning: No Trackbacks were sent.';
+
+$messages['logout_destination_url'] = 'URL where users will be sent when logging out, like for examplethe front page of your service. Leave empty in order to use the default value (the login page) [Default = empty]';
+
+$messages['help_http_cache_lifetime'] = 'Lifetime in seconds of the client side cache (browsers will not return to the server for this long, and pages will be served from the local cache.  This greatly speeds up the browsing experience, but will delay post and comment visibility. [Default = 1800]';
+
+$messages['trackbacks_no_trackback'] = 'Sending a trackback to the following URL failed: ';
+
+$messages['error_comment_spam_throw_away'] = 'You cannot post this message. Anti-spam filter has blocked it.';
+$messages['error_comment_spam_keep'] = 'The anti-spam filter has put your comment in the moderation queue and it will have to be approved by the blog owner.';
+
+$messages['blog_categories'] = '網誌分類';
+$messages['global_article_categories'] = '全站文章分類';
 ?>
\ No newline at end of file

Modified: plog/trunk/templates/summary/blogslist.template
===================================================================
--- plog/trunk/templates/summary/blogslist.template	2006-04-10 18:41:10 UTC (rev 3222)
+++ plog/trunk/templates/summary/blogslist.template	2006-04-10 18:50:00 UTC (rev 3223)
@@ -1,10 +1,11 @@
 {include file="summary/header.template" section=$locale->tr("blogs")}
 <div id="onecolumn">
     <div id="intro">
-		{foreach from=$blogCategories item=blogCategory}
-			{math assign=fontSize equation="(int)((x-y)/step)+12" x=$blogCategory->getNumActiveBlogs() y=$min step=$step}
-			<span class="tag"><a style="font-size: {$fontSize}px" href="?op=BlogList&amp;blogCategoryId={$blogCategory->getId()}">{$blogCategory->getName()}</a></span>
-		{/foreach}
+	<h4>{$locale->tr("blog_categories")}</h4>
+	{foreach from=$blogCategories item=blogCategory}
+		{math assign=fontSize equation="(int)((x-y)/step)+12" x=$blogCategory->getNumActiveBlogs() y=$min step=$step}
+		<span class="tag"><a style="font-size: {$fontSize}px" href="?op=BlogList&amp;blogCategoryId={$blogCategory->getId()}">{$blogCategory->getName()}</a></span>
+	{/foreach}
     </div>
     {if empty($currentBlogCategory)}
     	<h4>{$locale->tr("all")}</h4>

Modified: plog/trunk/templates/summary/index.template
===================================================================
--- plog/trunk/templates/summary/index.template	2006-04-10 18:41:10 UTC (rev 3222)
+++ plog/trunk/templates/summary/index.template	2006-04-10 18:50:00 UTC (rev 3223)
@@ -44,6 +44,7 @@
     </div>
 	<br/>
     <div id="intro">
+	<h4>{$locale->tr("global_article_categories")}</h4>
 	{foreach from=$globalArticleCategories item=globalArticleCategory}
 		{math assign=fontSize equation="(int)((x-y)/step)+12" x=$globalArticleCategory->getNumActiveArticles() y=$min step=$step}
 		<span class="tag"><a style="font-size: {$fontSize}px" href="?op=PostList&amp;globalArticleCategoryId={$globalArticleCategory->getId()}">{$globalArticleCategory->getName()}</a></span>

Modified: plog/trunk/templates/summary/postslist.template
===================================================================
--- plog/trunk/templates/summary/postslist.template	2006-04-10 18:41:10 UTC (rev 3222)
+++ plog/trunk/templates/summary/postslist.template	2006-04-10 18:50:00 UTC (rev 3223)
@@ -1,6 +1,7 @@
 {include file="summary/header.template" section=$locale->tr("blogs")}
 <div id="onecolumn">
     <div id="intro">
+	<h4>{$locale->tr("global_article_categories")}</h4>
 	{foreach from=$globalArticleCategories item=globalArticleCategory}
 		{math assign=fontSize equation="(int)((x-y)/step)+12" x=$globalArticleCategory->getNumActiveArticles() y=$min step=$step}
 		<span class="tag"><a style="font-size: {$fontSize}px" href="?op=PostList&amp;globalArticleCategoryId={$globalArticleCategory->getId()}">{$globalArticleCategory->getName()}</a></span>



More information about the pLog-svn mailing list