r18466 - htdocs/trunk/search/templates - Mark additional string for translation in namazu templates

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 5 10:04:20 EST 2009


Author: gjanssens
Date: 2009-12-05 10:04:18 -0500 (Sat, 05 Dec 2009)
New Revision: 18466
Trac: http://svn.gnucash.org/trac/changeset/18466

Modified:
   htdocs/trunk/search/templates/NMZ.foot.php_tmpl
Log:
Mark additional string for translation in namazu templates
and attempt to fix the version number in the footer

Modified: htdocs/trunk/search/templates/NMZ.foot.php_tmpl
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.php_tmpl	2009-12-04 21:09:59 UTC (rev 18465)
+++ htdocs/trunk/search/templates/NMZ.foot.php_tmpl	2009-12-05 15:04:18 UTC (rev 18466)
@@ -7,10 +7,10 @@
 <hr />
 <p>
 <?=_("This search system is powered by:")?> 
-<strong><a href="http://www.namazu.org/">Namazu</a> v{version}</strong>
+<strong><a href="http://www.namazu.org/">Namazu</a><!-- VERSION --> v <!-- VERSION --></strong>
 </p>
 <p><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
-<p><?=("Server &amp; email outage reports to: ")?>
+<p><?= _("Server &amp; email outage reports to: ")?>
   <a href="mailto:webmaster at gnucash.org"><b>webmaster at gnucash.org</b></a></p>
 <p><?= _("Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-devel at gnucash.org</b></a>");?></p>
 </div>



More information about the gnucash-changes mailing list