r20844 - htdocs/branches/beta - Make translatable unstraslated strings.

Cristian Marchi cmarchi at code.gnucash.org
Thu Jul 7 12:48:33 EDT 2011


Author: cmarchi
Date: 2011-07-07 12:48:33 -0400 (Thu, 07 Jul 2011)
New Revision: 20844
Trac: http://svn.gnucash.org/trac/changeset/20844

Modified:
   htdocs/branches/beta/index.phtml
Log:
Make translatable unstraslated strings.

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-07 16:46:22 UTC (rev 20843)
+++ htdocs/branches/beta/index.phtml	2011-07-07 16:48:33 UTC (rev 20844)
@@ -61,10 +61,10 @@
 ?>
 <div class="newsborder">
 <div class="newsheader"><img alt="news panel" src="<?=$top_dir;?>/images/icons/document.txt.gif"> 
-<a href="oldnews.phtml">Older Announcements ...</a>
+<a href="oldnews.phtml"><?php echo T_("Older Announcements ...");?></a>
 
 </div><div class="newsinner">
-Click <a href="oldnews.phtml">here</a> for older announcements ...
+<?php echo T_("Click");?> <a href="oldnews.phtml"><?php echo T_("here");?></a> <?php echo T_("for older announcements ...");?>
 </div></div>
 </div>
 



More information about the gnucash-changes mailing list