r18936 - htdocs/trunk - Bug #613342 - add some gettext(string) to htdocs, patch by Yasuaki Taniguchi
Geert Janssens
gjanssens at code.gnucash.org
Sat Mar 20 09:45:34 EDT 2010
Author: gjanssens
Date: 2010-03-20 09:45:33 -0400 (Sat, 20 Mar 2010)
New Revision: 18936
Trac: http://svn.gnucash.org/trac/changeset/18936
Modified:
htdocs/trunk/docs.phtml
htdocs/trunk/download.phtml
htdocs/trunk/features.phtml
htdocs/trunk/sizing.phtml
Log:
Bug #613342 - add some gettext(string) to htdocs, patch by Yasuaki Taniguchi
Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml 2010-03-19 22:01:56 UTC (rev 18935)
+++ htdocs/trunk/docs.phtml 2010-03-20 13:45:33 UTC (rev 18936)
@@ -1,5 +1,5 @@
<?php
-$title = "Documentation Project";
+$title = _("Documentation Project");
include("local.php");
include("lang.php");
include("emulate_globals_on.php");
Modified: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml 2010-03-19 22:01:56 UTC (rev 18935)
+++ htdocs/trunk/download.phtml 2010-03-20 13:45:33 UTC (rev 18936)
@@ -24,7 +24,7 @@
<a name="distribution"></a><h3>Linux</h3>
<p><?php echo _("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
-<p><?php echo "Below are ways to install GnuCash on some of the more popular distributions:";?></p>
+<p><?php echo _("Below are ways to install GnuCash on some of the more popular distributions:");?></p>
<ul>
<li><b>Fedora: </b><?php echo _("Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
Modified: htdocs/trunk/features.phtml
===================================================================
--- htdocs/trunk/features.phtml 2010-03-19 22:01:56 UTC (rev 18935)
+++ htdocs/trunk/features.phtml 2010-03-20 13:45:33 UTC (rev 18936)
@@ -1,5 +1,5 @@
<?php
-$title = "Features";
+$title = _("Features");
include("local.php");
include("lang.php");
include("emulate_globals_on.php");
Modified: htdocs/trunk/sizing.phtml
===================================================================
--- htdocs/trunk/sizing.phtml 2010-03-19 22:01:56 UTC (rev 18935)
+++ htdocs/trunk/sizing.phtml 2010-03-20 13:45:33 UTC (rev 18936)
@@ -1,4 +1,4 @@
-<?php $title = "Sizing";
+<?php $title = _("Sizing");
include("local.php");
include("lang.php");
include("emulate_globals_on.php");
More information about the gnucash-changes
mailing list