[pLog-svn] r4671 - plog/branches/lifetype-1.2/templates/default

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Feb 2 08:07:06 EST 2007


Author: oscar
Date: 2007-02-02 08:07:06 -0500 (Fri, 02 Feb 2007)
New Revision: 4671

Modified:
   plog/branches/lifetype-1.2/templates/default/commentform.template
Log:
localized a couple of unlocalized strings


Modified: plog/branches/lifetype-1.2/templates/default/commentform.template
===================================================================
--- plog/branches/lifetype-1.2/templates/default/commentform.template	2007-02-02 12:37:42 UTC (rev 4670)
+++ plog/branches/lifetype-1.2/templates/default/commentform.template	2007-02-02 13:07:06 UTC (rev 4671)
@@ -13,11 +13,11 @@
 	{else}
 	<input type="text" name="userName" id="userName" value="" /></div>
 	{/if}
-<div><label for="userEmail">Email</label><input type="text" name="userEmail" id="userEmail" value="" /></div>
-<div><label for="userUrl">Web</label><input type="text" name="userUrl" id="userUrl" value="" /></div>
+<div><label for="userEmail">{$locale->tr("comment_email")}</label><input type="text" name="userEmail" id="userEmail" value="" /></div>
+<div><label for="userUrl">{$locale->tr("comment_url")}</label><input type="text" name="userUrl" id="userUrl" value="" /></div>
 {/dynamic}
 {if $authimage}{if $authimage->isEnabled()}
-<div><label for="authImage">Please type the 6-digit code you can see here:</label><br/>
+<div><label for="authImage">{$locale->tr("authimage_type_code")}</label><br/>
 <input type="text" name="authImage" id="authImage" value="" />&nbsp;{$authimage->show()}</div>
 {/if}{/if}
 <div id="Submit"><input id="Add" type="submit" value="{$locale->pr("comment_send")}" name="Add" />



More information about the pLog-svn mailing list