gnucash-htdocs master: Link wiki:Flatpak
Frank H.Ellenberger
fell at code.gnucash.org
Thu Sep 19 06:38:58 EDT 2019
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/8ae1624b (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/da07562b (commit)
commit 8ae1624b5c9471b6ada0f1e870d84366be7bde49
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Sep 19 12:38:25 2019 +0200
Link wiki:Flatpak
diff --git a/download.phtml b/download.phtml
index b6db65b..18caa83 100644
--- a/download.phtml
+++ b/download.phtml
@@ -40,6 +40,8 @@
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
<p class="justify"><?php printf (T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <a href=\"%s\">Flatpak</a>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from"), $URL_FLATPAK)?></p>
<p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
+ // Translators: %s is the wiki url, change this only, if you created a localized instance of ...wiki/Flatpak
+ <p class"justify"><a>href="<?php printf (T_("%sFlatpak"), $URL_WIKI);?>"><?php printf (T_("Known Issues and other details ...");?></a></p>
</li>
</ul>
diff --git a/externals/global_params.php b/externals/global_params.php
index 0592327..f0e4f3d 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -68,4 +68,5 @@
$URL_FLATHUB="https://flathub.org/apps/details/org.gnucash.GnuCash";
$URL_FLATPAK="https://flatpak.org/";
-?>
+ $URL_WIKI="https://wiki.gnucash.org/wiki/";
+ ?>
Summary of changes:
download.phtml | 2 ++
externals/global_params.php | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list