gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Mon Dec 20 01:51:28 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/085c352e (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/4bacb6d1 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8ec09710 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/cd1d672e (commit)



commit 085c352e2b0d5ca8147d73898858ef26a9436c2b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Dec 20 07:50:20 2021 +0100

    Make volunteer statement easier to translate

diff --git a/index.phtml b/index.phtml
index 3b13ec3..ed98e59 100644
--- a/index.phtml
+++ b/index.phtml
@@ -42,7 +42,12 @@ include ("externals/menu.phtml");
 
 <?php // FIXME: I18N markup: ?>
     <p class="justify"><?=T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports."); ?></p>
-    <p class="justify" ><?=T_("GnuCash is developed, maintained, documented, and translated entirely by volunteers. Want to help out? We have ")?> <a href="https://wiki.gnucash.org/wiki/Contributing_to_GnuCash"><?=T_("some suggestions.")?></a><?=T_(" Please help translate GnuCash into your language at ")?><a href="https://hosted.weblate.org/engage/gnucash/">Weblate.</a>
+    <p class="justify" ><?php /* Translators: %s is the link to https://wiki.gnucash.org/wiki/Contributing_to_GnuCash */
+    printf(T_("GnuCash is developed, maintained, documented, and translated entirely by volunteers. Want to help out? We have %s."),
+             /* Translators: This is the label of the Contributing… wiki link */
+      '<a href="https://wiki.gnucash.org/wiki/Contributing_to_GnuCash">'.T_("some suggestions")."</a>");
+    /* Translators: %s is the link to weblate */
+    printf(" ".T_("Please help translate GnuCash into your language at %s."), '<a href="https://hosted.weblate.org/engage/gnucash/">Weblate</a>')?>
   </div>
 
   <div style="float: right"> <!--Need help section -->

commit 4bacb6d1276693b109fe58f224dd4fc03b08b8ea
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Dec 20 05:30:11 2021 +0100

    Link https://repology.org/projects/?search=gnucash in the download page

diff --git a/download.phtml b/download.phtml
index aa257df..c8337be 100644
--- a/download.phtml
+++ b/download.phtml
@@ -27,6 +27,9 @@
 
   <a id="distribution"></a><h3>Linux</h3>
   <p class="justify"><?php echo T_("Most linux distributions come bundled with a version of <span class=\"gnucash\">GnuCash</span>, 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 <span class=\"gnucash\">GnuCash</span> version that comes with your distribution.");?></p>
+  <p class="justify"><?php /* Translators: %s is the link to repology.org */
+    printf (T_("At %s you can compare which distribution which version ships."), '<a href="https://repology.org/projects/?search=gnucash">repology.org</a>');?>
+  </p>
   <p class="justify"><?php echo T_("Below are ways to install <span class=\"gnucash\">GnuCash</span> on some of the more popular distributions:");?></p>
 
   <ul class="imagelist">

commit 8ec09710f765978e05db3586f73ed8bcefd4c2ba
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Dec 20 05:54:43 2021 +0100

    On the download page vendor names as part of the links look nicer

diff --git a/download.phtml b/download.phtml
index e87ee86..aa257df 100644
--- a/download.phtml
+++ b/download.phtml
@@ -21,8 +21,8 @@
 
   <h3><?php echo T_("Installers")?></h3>
   <ul class="imagelist"><!-- ToDo: merge concat into format on next patch-po session -->
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <?=\LABEL_WIN?> <a href="<?php echo $latest_stable_path.$latest_stable_win;?>"><?=\SUPPORTED_WIN?></a></li>
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <?=\LABEL_MAC?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>"><?=\SUPPORTED_MAC?></a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_win;?>"><?=\LABEL_WIN." ".\SUPPORTED_WIN?></a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>"><?=\LABEL_MAC." ".\SUPPORTED_MAC?></a></li>
   </ul>
 
   <a id="distribution"></a><h3>Linux</h3>
@@ -65,8 +65,8 @@
       <p class="justify"><?php printf (T_("The latest unstable release of <span class=\"gnucash\">GnuCash</span> is %s.  Choose the download for your operating system below."), $latest_unstable)?></p>
       
       <ul>
-        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <?=\LABEL_WIN?> <a href="<?php echo $latest_unstable_path.$latest_unstable_win;?>"><?=\SUPPORTED_WIN?></a></li>
-        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <?=\LABEL_MAC?> <a href="<?php echo $latest_unstable_path.$latest_unstable_mac_intel;?>"><?=\SUPPORTED_MAC?></a></li>
+        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $latest_unstable_path.$latest_unstable_win;?>"><?=\LABEL_WIN." ".\SUPPORTED_WIN?></a></li>
+        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $latest_unstable_path.$latest_unstable_mac_intel;?>"><?=\LABEL_MAC." ".\SUPPORTED_MAC?></a></li>
         <li><a href="<?php echo $latest_unstable_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
       </ul>
   <?php } ?>



Summary of changes:
 download.phtml | 11 +++++++----
 index.phtml    |  7 ++++++-
 2 files changed, 13 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list