-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved index #42
base: master
Are you sure you want to change the base?
Improved index #42
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,17 +24,17 @@ include ("externals/menu.phtml"); | |
Apple macOS <a | ||
href="<?=$latest_stable_path.$latest_stable_mac_intel?>"> ≥ 10.13 | ||
"High Sierra"</a></li> | ||
<li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development …)")?></a></li> | ||
<li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (source code, development…)")?></a></li> | ||
</ul> | ||
</div> | ||
<div class="downloadimage"> | ||
<img alt="download" src="<?=$top_dir?>/images/gnc-download.png" /> | ||
</div> | ||
<div style="float: left;"> | ||
<p><?php printf(T_( "Version %s is the last version for %s and %s and earlier." ), | ||
"<a href=\"download.phtml#previous\">".$last_win7_version."</a>", "Windows 7", "MacOS 10.12" )?> | ||
"<a href=\"download.phtml#previous\">".$last_win7_version."</a>", "Windows 7", "macOS 10.12" )?> | ||
</p> | ||
<p><?php printf(T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."), | ||
<p><?php printf(T_("Version %s is the last version for Windows XP/Vista and macOS 10.8 and earlier, and so the last version that will run on PowerPC Macs."), | ||
comradekingu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"<a href=\"download.phtml#historical\">".$last_xp_vista_version."</a>" )?> | ||
</p> | ||
</div> | ||
|
@@ -53,7 +53,7 @@ include ("externals/menu.phtml"); | |
<?php // FIXME: I18N printf, markup: ?> | ||
<?=T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the")?> | ||
<a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a> | ||
<?=T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.")?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a whitespace after "Mailing Lists" on https://www.gnucash.org for some reason. |
||
<?=T_(", which are public, e-mail-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.")?> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "email" is valid, and is the predominant form used in the English-speaking Gnucash community. |
||
</p> | ||
</div> | ||
</div> <!-- Need Help section --> | ||
|
@@ -72,12 +72,12 @@ include ("externals/menu.phtml"); | |
<li><?=T_("Scheduled Transactions")?></li> | ||
<li><?=T_("Financial Calculations"); ?></li> | ||
</ul> | ||
<a href="<?=$home?>/features.phtml"><?=T_("<b>Discover more …</b>")?></a> | ||
<a href="<?=$home?>/features.phtml"><?=T_("<b>Discover more…</b>")?></a> | ||
</div> | ||
<!-- mainfeature --> | ||
<div id="newfeatures"> | ||
<h1><?php printf(T_("GnuCash %s Released"), "4.0"); ?></h1> | ||
<p><?php printf(T_("We've released GnuCash %s with many bugfixes and improvements including some %s!"), "4.0", | ||
<p><?php printf(T_("GnuCash %s brings many bugfixes and improvements, including some %s!"), "4.0", | ||
sprintf("<a href=\"%s\">%s</a>", $home . "/new_features-4.0.phtml", T_("great new features")))?> | ||
</p> | ||
</div> <!-- newfeatures --> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that was the official writing of that releases.