[pLog-svn] r4899 - templates/branches/lifetype-1.2/MinimaPlus

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 1 05:09:20 EST 2007


Author: oscar
Date: 2007-03-01 05:09:20 -0500 (Thu, 01 Mar 2007)
New Revision: 4899

Modified:
   templates/branches/lifetype-1.2/MinimaPlus/post.template
Log:
Fixed a few hardcoded strings


Modified: templates/branches/lifetype-1.2/MinimaPlus/post.template
===================================================================
--- templates/branches/lifetype-1.2/MinimaPlus/post.template	2007-03-01 10:03:45 UTC (rev 4898)
+++ templates/branches/lifetype-1.2/MinimaPlus/post.template	2007-03-01 10:09:20 UTC (rev 4899)
@@ -11,8 +11,8 @@
 		</div>
 		
 		<p class="post-footer">
-			<em>posted by {$postOwner->getUsername()} on 
-			<a href="{$url->postPermalink($post)}" title="permanent link">{$locale->formatDate($postDate,"%m/%d,%Y")}</a> @ {$locale->formatDate($postDate,"%H:%M")}</em> | <a class="comment-link" href="http://phys.idv.tw/wp/?p=1#comments"><em><a href="{$url->postPermalink($post)}#comments">{$post->getTotalComments()} Comments</a></em></a>
+			<em>{$locale->tr("posted_by")} {$postOwner->getUsername()}, 
+			<a href="{$url->postPermalink($post)}" title="permanent link">{$locale->formatDate($postDate,"%m/%d,%Y")}</a> @ {$locale->formatDate($postDate,"%H:%M")}</em> | <a class="comment-link" href="http://phys.idv.tw/wp/?p=1#comments"><em><a href="{$url->postPermalink($post)}#comments">{$post->getNumComments()} {$locale->tr("comments")}</a></em></a>
 		</p>
 	</div>
 



More information about the pLog-svn mailing list