gnucash-htdocs beta: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Jun 30 13:45:18 EDT 2024
discards https://github.com/Gnucash/gnucash-htdocs/commit/9619b78e (commit)
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/c72354ca (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/2dbd29c6 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/6daf36ca (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/5ab0c175 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/1f85994d (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/026b7bdc (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/64840d66 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/7eaae2c5 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/583dcf82 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/92f4fe9b (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/69384a9f (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/10a2f459 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/84d476f9 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/5d35a114 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/403f9f50 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/85366d1e (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/9a2873a7 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/9cc3cb91 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/a9f3dccf (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/fb42d830 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/36ee9e20 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/6664dd4d (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (https://github.com/Gnucash/gnucash-htdocs/commit/9619b78e)
\
N -- N -- N (https://github.com/Gnucash/gnucash-htdocs/commit/c72354ca)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
commit c72354ca6a0a20f70edcc394cde4ab4d656e3997
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Tue Apr 2 18:34:32 2024 +0200
Update download with new FlatHub button
diff --git a/download.phtml b/download.phtml
index 15e3105..11ac35b 100644
--- a/download.phtml
+++ b/download.phtml
@@ -44,7 +44,7 @@
<ul class="imagelist">
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
<p class="justify"><?php printf (T_("An alternative to using your distribution's software manager is to use the Flatpak management system, which bundles all the necessary libraries for you. This can ease the installation of newer versions of GnuCash on older Linux machines. If you have <a href=\"%s\">Flatpak</a> installed, you can download any 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>
+ <p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=<?=$locale?>'/></a></p>
<p class="justify"><a href="<?php
/* Translators: %s is the base url of the gnucash wiki, adjust this,
if a localized instance of the Flatpak page exists like "%sDe/Flatpak" */
commit 2dbd29c6b3b4fb07a25e5c3a0627f761a670ab3f
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Jun 30 10:39:15 2024 -0700
Announce release of GnuCash 5.7
diff --git a/externals/global_params.php b/externals/global_params.php
index 74dbb63..8f865fa 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,13 +6,13 @@
$major_stable ="5";
// TODO: on major_stable 5 in download.phtml copy from $old_stable into the historical
// section: last_win7 and $last_mac_sierra
- $minor_stable ="6";
+ $minor_stable ="7";
// Number of Translations: Did we add or dropped some?
define("PROG_TRANSLATIONS", 61);
$latest_stable = $major_stable.".".$minor_stable;
- //$latest_stable_win = $latest_stable;
- $latest_stable_win = $latest_stable."-1";
+ $latest_stable_win = $latest_stable;
+ //$latest_stable_win = $latest_stable."-1";
$latest_stable_mac_intel = $latest_stable."-1";
// Change this when there has been a re-tag to add the re-tag letter,
// e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
diff --git a/news/240630-5.7.news b/news/240630-5.7.news
new file mode 100644
index 0000000..2bb67e4
--- /dev/null
+++ b/news/240630-5.7.news
@@ -0,0 +1,165 @@
+<b>Announcement:</b> GnuCash 5.7 Released
+2024-06-30
+
+<h2>GnuCash 5.7 Released</h2>
+
+<p>The GnuCash development team announces GnuCash 5.7, the eighth release in the stable 5.x series.</p>
+
+<h4>Between 5.6 and 5.7, the following bugfixes were accomplished:</h4>
+<ul>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=669031">Bug 669031 - Save the Scheduled Transactions number of months</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=669035">Bug 669035 - Save the Scheduled Transaction divider position</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798822">Bug 798822 - Move to blank transaction</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799047">Bug 799047 - AutoComplete Only Considers Visible Transactions</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799258">Bug 799258 - Reports calculating net worth incorrectly after stock split</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799262">Bug 799262 - Failed import QIF investment</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799264">Bug 799264 - option account selector fails to include appropriate hidden accounts.</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799268">Bug 799268 - Cannot write a check over $1000</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799272">Bug 799272 - Crashes when pasting a copied transaction</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799279">Bug 799279 - Import Matcher (CSV) does not compute correctly the share amount based on security price</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799281">Bug 799281 - Deleting a transaction may trigger a crash</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799290">Bug 799290 - Invoice register context menu issue</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799298">Bug 799298 - Shortcut Ctrl-G does not work in the General Journal register for the default date value</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799300">Bug 799300 - Nullpointer exception in gnc_quote_source_s</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799305">Bug 799305 - Crash when there is more than one unknown quote source for commodities</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799309">Bug 799309 - Import Multi-split CSV can duplicate 'Notes' field from one transaction to next</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799320">Bug 799320 - GNUCash Immediately Exits on Startup</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799324">Bug 799324 - Invalid free in gvalue_from_kvp_value()</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799334">Bug 799334 - GnuCash re-opens to incorrect account window if there are transient tabs present when closed.</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799336">Bug 799336 - Stock Assistant closes with its New Account dialog</a></li>
+ <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799339">Bug 799339 - RFE: Add Document Link for Payments to Owner Report</a></li>
+</ul>
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+ <li>New Report: Exprimental>Transaction Breakdown Report<p>Retrieves transactions from an account, distributes the splits into accounts - note if a transaction has 2 or more splits into 1 account, the transaction account cell will show the sum of the 2 splits - note if a transaction's currency is different from the account's currency, both amounts will be shown into the appropriate currency. [txn-columns] multilevel sorting - type then name. </p></li>
+ <li>Add ability for the dense calendar to start from any week day.</li>
+ <li>In the dense calendar, add a default number of months per column entry to the view model to get a better layout when the function gnc_dense_cal_set_num_months is solely used.</li>
+ <li>Add today indication on the dense calendar</li>
+ <li>Updated the Quote Sources list in the Security Editor to match F::Q v1.59</li>
+ <li>Import Matcher - select row if none is selected yet when right-clicking the list of matches</li>
+ <li>Change the default visible period for General Ledger from 1 calendar month to 30 days.</li>
+ <li>Fix Failing SRFI-64 tests being reported as pass by ctest with guile-3.</li>
+ <li>Ensure that filters are re-applied to multi-account registers when the number of included sub-accounts changes.</li>
+ <li>Copy the latest price when creating a new entry in the Price Editor from a commodity selection</li>
+ <li>New function <code>gnc_account_foreach_until_date</code> uses binary search to find first split after date, then for_each from earliest split to (but excluding) that split. </li>
+ <li>New function <code>gnc_reports_foreach</code> to abstract GHashTable-base implementation.</li>
+ <li>Cleanup - remove deprecated function (re-)defines that were deprected 11 years ago.</li>
+ <li>[engine.i] move gnc_accounts_and_all_descendants to engine.i</li>
+ <li>[Account.cpp] Convert children from GList to std::vector. </li>
+ <li>[html-utilities.scm] show acct full names in gnc:html-render-options-changed</li>
+ <li>[ifrs-cost-basis.scm] amend truth table as per bug 797796 comment 241 further amendments to match updated truth table.</li>
+ <li>Clean up some obsolete tools and references to non-git VCS's</li>
+ <li>Rework version-info rules to allow building from github downloaded zip archives</li>
+ <li>Remove account splits in reverse crono order, speeds up book shutdown.</li>
+ <li>Move libgnucash/doc/xml to libgnucash/backend/xml/DTD</li>
+ <li>Remove libgnucash/docs, ensuring all of the content is available either in Doxygen comments or in the Wiki.</li>
+ <li>Remove XCode info from HACKING, obsolete. Move valgrind/callgrind instructions to the Wiki.</li>
+ <li>Move doxygen target and related files to toplevel. Note: this also means the target directory changes from libgnucash/docs/html to [toplevel]/doxygen/html and the main page is specified directly in doxygen.cfg.</li>
+ <li>Drop old migration script to split qof from engine</li>
+ <li>Update doxygen.cfg file to more recent release</li>
+ <li>Doxygen - Clean up obsolete files and comments.</li>
+ <li>[gnc-ofx-import.cpp] show message while deduplicating download</li>
+ <li>Replace more GLib containers with C++ containers.</li>
+ <li>Change python install path to be compatible with distro installations.</li>
+ <li>Update some C++ template override signatures to be C++20 compliant.</li>
+ <li>[gnc-log-replay.cpp] don't set import to DEBUG because it'll spew too many debug messages when gnc-log-replay completes.</li>
+ <li>Fix transaction report sorting/show-account-description and display.</li>
+ <li>[test-commodity-utils.scm] don't test TZ-sensitive datetimes</li>
+ <li>[engine.i] gnc_get_match_commodity_splits from scheme to c++ for better efficiency.</li>
+ <li>[utest-Account] add more balance limit tests</li>
+ <li>Convert more C files to C++</li>
+ <li>Fix more memory leaks and use-after-frees.</li>
+ <li>[Transaction|Split.cpp] Remove Reg2 unused functions</li>
+</ul>
+
+<h4>German AQBanking Users:</h4>
+<p>The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The <a href="https://code.gnucash.org/builds/">GnuCash nightly builds</a> have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.</p>
+
+<p><b>New and Updated Translations:</b> Arabic, Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Italian, Japanese, Macedonian, Norwegian Bokmål, Polish, Portuguese (Brazil), Slovak, Tamil, Turkish, Urdu</p>
+
+<a href="https://hosted.weblate.org/engage/gnucash/">Help translate GnuCash on Weblate</a>
+
+<h4>Known Problems</h4>
+<p><a href="https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced">Complete list of all open bugs.</a></p>
+
+<h2>Documentation</h2>
+<h4>Between 5.6 and 5.7, no bugfixes were accomplished:</h4>
+
+
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+<li>gnc-struct: change entity and section id's for 'employee-voucher'</li>
+<li>All: manual, ch_Business: Harmonize section IDs: Numbers for the nesting depth of the sections are not required.</li>
+<li>All: manual, ch_Business, Change id=âbusnss-emplyeditâ to âbusnss-emplyfindâ, as the Find dialog is described here.</li>
+<li>docbook: Improve entity untranslated</li>
+<li>docbook: use entitiy for url-wiki</li>
+<li>de, pt: Update &untranslated-*; to &untranslated;</li>
+<li>C: Manual: Getting Help: resolve ambiguities</li>
+<li>de: Handbuch: ergänze Leerzeichen, löse Mehrdeutigkeiten auf</li>
+<li>docbook: additional entities for business menuitems</li>
+<li>Guide(zh): fix xml validity error</li>
+</ul>
+
+<p>New and Updated Translations: Chinese, German</p>
+
+
+<h3>Getting GnuCash for Windows and MacOS</h3>
+<p>GnuCash is provided for both Microsoft Windows 10® and later
+ and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one
+ packages. An installer is provided for Microsoft Windows® while
+ the MacOS® package is a disk image containing a drag-and-drop
+ application bundle.</p>
+
+<p>GnuCash is also available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>
+
+<p>The SHA256 Hashes for the downloadable files are:</p>
+<ul>
+ <li><code>bdd09df26e0863b3b1b09d6e5ea469ad0224b04691380c6c794c76e51fbae702</code> gnucash-5.7.tar.bz2</li>
+ <li><code>f6af2a455e7b8a5e95f3f71041f1eeec43fc92ec3bff37c3fdb4e364b2bb2239</code> gnucash-5.7.tar.gz</li>
+ <li><code>8c000a84246f08a193e9da22d3ae760499f00fbe4fb77d310488c596715c1487</code> gnucash-5.7-1.setup.exe</li>
+ <li><code>1f55eb6eadd1ff18c41947601d57d43e280732dff577621e0441b47d9d688b0a</code> Gnucash-Intel-5.7-1.dmg</li>
+ <li><code>1cb5dc4a7a84f12ce1d7f1f072456c8a5cbc14486b2ccf6918bf88c8dd98647a</code> gnucash-docs-5.7.tar.gz</li>
+</ul>
+
+<ul>
+ <li>SourceForge:
+ <ul>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.7/gnucash-5.7-1.setup.exe">Win32</a></li>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.7/Gnucash-Intel-5.7-1.dmg">Mac-Intel</a></li>
+ </ul></li>
+ <li>Github
+ <ul>
+ <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.7/gnucash-5.7-1.setup.exe">Win32</a></li>
+ <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.7/Gnucash-Intel-5.7-1.dmg">Mac-Intel</a></li>
+ </ul></li></ul>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 5.7 for yourself, the source code can be downloaded from:</p>
+<ul>
+
+ <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.7/gnucash-5.7.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.7/gnucash-5.7.tar.gz">gzip</a>.</li>
+
+ <li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/5.7/gnucash-5.7.tar.bz2">bzip</a>, <a href="https://github.com/Gnucash/gnucash/releases/download/5.7/gnucash-5.7.tar.gz">gzip</a></li>
+
+ <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+
+<h3>Getting the documentation</h3>
+
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 5.7 documentation can be found under "GnuCash v5 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles.</p>
+
+<p>If you want to compile the GnuCash Documentation 5.7 for yourself, the source code can be downloaded from:</p>
+<ul>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.7/gnucash-docs-5.7.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/5.7/gnucash-docs-5.7.tar.gz">GitHub</a></li>
+ <li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
+</ul>
+
+
+<h3>About the Program</h3>
+
+<p>GnuCash is a free, open source accounting program released under
+ the GNU General Public License (GPL) and available for GNU/Linux,
+ *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash
+ began in 1997, and its first stable release was in 1998.</p>
commit 6daf36caf53315b66b8d8b9c7599642732260b08
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sun Jun 30 18:36:03 2024 +0200
make hu
diff --git a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo
index eb7b00d..f913921 100644
Binary files a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo and b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo differ
commit 5ab0c1759e7fab11b6187bdb16131ac70ad8c225
Author: Szia Tomi <sziatomi01 at gmail.com>
Date: Sun Jun 30 09:09:42 2024 +0000
Translation update by Szia Tomi <sziatomi01 at gmail.com> using Weblate
po/hu.po: 100.0% (288 of 288 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Website (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/hu/
Co-authored-by: Szia Tomi <sziatomi01 at gmail.com>
diff --git a/po/hu.po b/po/hu.po
index 52eabbc..c5ee1ea 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,7 +12,7 @@ msgstr ""
"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-04-06 09:01+0000\n"
+"PO-Revision-Date: 2024-06-30 09:09+0000\n"
"Last-Translator: Szia Tomi <sziatomi01 at gmail.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/gnucash/"
"website/hu/>\n"
@@ -21,7 +21,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.5-dev\n"
+"X-Generator: Weblate 5.7-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -1400,7 +1400,7 @@ msgstr ""
#: features.phtml:107
msgid "Statement Reconciliation"
-msgstr "Kimutatásegyeztetés"
+msgstr "Számlakivonat egyeztetése"
#: features.phtml:112
msgid ""
@@ -1410,8 +1410,8 @@ msgid ""
"your books match the bank's."
msgstr ""
"A <b>Számlaegyeztetés</b> lehetÅvé teszi a felhasználó számára, hogy "
-"összehasonlÃtsa a számlán szereplÅ tranzakciókat a banki kimutatással. Ez a "
-"művelet nagyon hasznos a nyomon nem követett tranzakciók vagy az "
+"összehasonlÃtsa a számlán szereplÅ tranzakciókat a bankszámlakivonatokkal. "
+"Ez a művelet nagyon hasznos a nyomon nem követett tranzakciók vagy az "
"adatbeviteli hibák észleléséhez, és annak biztosÃtásához, hogy a könyvelése "
"egyezzen a bank könyvelésével."
@@ -1422,8 +1422,8 @@ msgid ""
"easy task."
msgstr ""
"A <span class=\"gnucash\">GnuCash</span> egyeztetÅeszköz futtatása, az "
-"egyeztetett és az elszámolt egyenlegekkel egyszerű feladattá teszi a banki "
-"kimutatásokkal való egyeztetést."
+"egyeztetett és a kiegyenlÃtett (elszámolt) egyenlegekkel egyszerű feladattá "
+"teszi a bankszámlakivonatokkal való egyeztetést."
#: features.phtml:118
msgid "Income/Expense Account Types"
@@ -1594,7 +1594,7 @@ msgstr ""
"A <span class=\"gnucash\">GnuCash</span> az elsÅ ingyenes "
"szoftveralkalmazás, amely támogatja a német <b>Home Banking Computer "
"Information (HBCI)</b> protokollt, amely lehetÅvé teszi a német felhasználók "
-"számára, hogy kimutatásokat töltsenek le, valamint banki átutalásokat és "
+"számára, hogy számlakivonatokat töltsenek le, valamint banki átutalásokat és "
"fizetési megbÃzásokat (közvetlen terheléseket) kezdeményezzenek."
#: features.phtml:205
commit 1f85994d075b6b6be8d7643c4203eee4fb2aa6c8
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sat Jun 29 23:59:47 2024 +0200
make he
diff --git a/locale/he/LC_MESSAGES/gnucash-htdocs.mo b/locale/he/LC_MESSAGES/gnucash-htdocs.mo
index 96ee425..8d930ea 100644
Binary files a/locale/he/LC_MESSAGES/gnucash-htdocs.mo and b/locale/he/LC_MESSAGES/gnucash-htdocs.mo differ
commit 026b7bdc2e3fd811ff099a1ce29a81e5b2cc3ce8
Author: Avi Markovitz <avi.markovitz at gmail.com>
Date: Sat Jun 29 14:09:27 2024 +0200
Translation update by Avi Markovitz <avi.markovitz at gmail.com> using Weblate
po/he.po: 99.6% (287 of 288 strings; 1 fuzzy)
1 failing checks (0.3%)
Translation: GnuCash/Website (Hebrew)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/he/
Co-authored-by: Avi Markovitz <avi.markovitz at gmail.com>
diff --git a/po/he.po b/po/he.po
index 4c2304b..806a295 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the gnucash-htdocs package.
# Automatically generated, 2020.
#
-# Avi Markovitz <avi.markovitz at gmail.com>, 2021, 2022.
+# Avi Markovitz <avi.markovitz at gmail.com>, 2021, 2022, 2024.
# Yaron Shahrabani <sh.yaron at gmail.com>, 2021, 2022, 2023, 2024.
msgid ""
msgstr ""
@@ -11,8 +11,8 @@ msgstr ""
"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-04-09 22:01+0000\n"
-"Last-Translator: Yaron Shahrabani <sh.yaron at gmail.com>\n"
+"PO-Revision-Date: 2024-06-29 12:09+0000\n"
+"Last-Translator: Avi Markovitz <avi.markovitz at gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/gnucash/website/"
"he/>\n"
"Language: he\n"
@@ -20,7 +20,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 5.5-dev\n"
+"X-Generator: Weblate 5.7-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -480,14 +480,6 @@ msgstr ""
"<span class=\"gnucash\">×× ××§×ש</span> wikis."
#: docs.phtml:43
-#, fuzzy
-#| msgid ""
-#| "You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
-#| "org\">gnucash-user</a> mailing list if you cannot find a satisfactory "
-#| "answer to your question within either the <b>Help Manual</b> or the "
-#| "<b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-#| "is also through your comments that we know how to improve the "
-#| "documentation."
msgid ""
"You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
"org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer "
@@ -497,7 +489,7 @@ msgid ""
msgstr ""
"× ××ª× ×× ×ש××× ×××עת ×××ר ×××§×ר×× × ×רש××ת ×××××ר <a href=\"mailto:gnucash-"
"user at gnucash.org\">gnucash-user</a> ××××× ××× ×צ××ª× ×ª×©××× ×ספקת ×ש××ת×× "
-"×××ר×× ××¢××¨× <b></b> ×× <b>××ר×× ×××ש×××</b>. ×× ×× × <b>ר×צ×× </b> ××§×× ××× "
+"<b>×××ר×× ××שת×ש </b> ×× <b>×××ר×× ×××ש×××</b>. ×× ×× × <b>ר×צ×× </b> ××§×× ××× "
"×ש××, ××¨× ××ער×ת ש××× × ××¢ ×× ××× ×שפר ×ת ×ת××¢××."
#. Translators: %s is a link
commit 64840d66d840c554b120efe031e4cb2d41966770
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Wed May 15 22:15:51 2024 +0200
make zh_TW
diff --git a/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo b/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo
index 7a9b3ef..2ec4a35 100644
Binary files a/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo and b/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo differ
commit 7eaae2c579d71d096810d20ffea40453bc721ae6
Author: Jeff Huang <s8321414 at gmail.com>
Date: Wed May 15 04:01:50 2024 +0000
Translation update by Jeff Huang <s8321414 at gmail.com> using Weblate
po/zh_TW.po: 100.0% (288 of 288 strings; 0 fuzzy)
1 failing checks (0.3%)
Translation: GnuCash/Website (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/zh_Hant/
Co-authored-by: Jeff Huang <s8321414 at gmail.com>
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2b420b6..955bbcb 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash-htdocs r22051\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-03-04 04:01+0000\n"
+"PO-Revision-Date: 2024-05-15 04:01+0000\n"
"Last-Translator: Jeff Huang <s8321414 at gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
"gnucash/website/zh_Hant/>\n"
@@ -20,7 +20,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.5-dev\n"
+"X-Generator: Weblate 5.6-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -421,24 +421,14 @@ msgid ""
msgstr "<span class=\"gnucash\">GnuCash</span> ä¸»è¦æå
©ä»½æä»¶è½å¹«å©ä½¿ç¨è
ï¼"
#: docs.phtml:30
-#, fuzzy
-#| msgid "The Help Manual"
msgid "The GnuCash Manual"
-msgstr "說ææå"
+msgstr "GnuCash æå"
#: docs.phtml:31
msgid "The Tutorial and Concepts Guide"
msgstr "æå¸èè§å¿µæå"
#: docs.phtml:34
-#, fuzzy
-#| msgid ""
-#| "The <b>Help Manual</b> is designed to be a quick reference of how to "
-#| "accomplish specific tasks and how to use the features in <span "
-#| "class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed "
-#| "to be an in depth guide to the concepts behind using <span "
-#| "class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
-#| "concepts into practice."
msgid ""
"The <b>GnuCash Manual</b> is designed to be a quick reference of how to "
"accomplish specific tasks and how to use the features in <span "
@@ -447,10 +437,10 @@ msgid ""
"class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
"concepts into practice."
msgstr ""
-"<b>說ææå</b>æ¯éå°å¦ä½å®æç¹å®ä»»å以åä½¿ç¨ <span "
-"class=\"gnucash\">GnuCash</span> åé
åè½çå¿«éåèæåã<b>æå¸èè§å¿µæå</"
-"b>忝ééæå¸ï¼èªªæä½¿ç¨ <span class=\"gnucash\">GnuCash</span> æå
¶èå¾çæ¦"
-"念èåçï¼ä»¥åå¦ä½æç¨éäºæ¦å¿µç深度æåã"
+"<b>GnuCash æå</b>æ¯éå°å¦ä½å®æç¹å®ä»»å以åä½¿ç¨ <span class=\"gnucash\""
+">GnuCash</span> åé
åè½çå¿«éåèæåã<b>æå¸èè§å¿µæå</b>忝ééæå¸ï¼"
+"說æä½¿ç¨ <span class=\"gnucash\">GnuCash</span> "
+"æå
¶èå¾çæ¦å¿µèåçï¼ä»¥åå¦ä½æç¨éäºæ¦å¿µç深度æåã"
#. Translators: If wiki pages in your laguage exists, consider to replace "De"/"Deutsch" by your language.
#: docs.phtml:39
@@ -465,14 +455,6 @@ msgstr ""
"class=\"gnucash\">GnuCash ç¶åº</span>ã"
#: docs.phtml:43
-#, fuzzy
-#| msgid ""
-#| "You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
-#| "org\">gnucash-user</a> mailing list if you cannot find a satisfactory "
-#| "answer to your question within either the <b>Help Manual</b> or the "
-#| "<b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-#| "is also through your comments that we know how to improve the "
-#| "documentation."
msgid ""
"You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
"org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer "
@@ -480,10 +462,10 @@ msgid ""
"and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through "
"your comments that we know how to improve the documentation."
msgstr ""
-"妿æ¨å¨<b>說ææå</b>å<b>æå¸èè§å¿µæå</b>ä¸ç¡æ³æ¾å°æéè¦ççæ¡ï¼æ¨ä¹å¯"
-"以以è±èªå¯«ä¿¡å° <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-user</a> "
-"éµä»¶è«å£ãæå<b>æå¾
</b>å¾å°æ¨ç建è°èææï¼ä¹æ£å çºå¦æ¤ï¼æåæç¥éå¦ä½æ¹å"
-"æä»¶ã"
+"妿æ¨å¨ <b>GnuCash æå</b>å<b>æå¸èè§å¿µæå</b>ä¸ç¡æ³æ¾å°æéè¦ççæ¡ï¼"
+"æ¨ä¹å¯ä»¥ä»¥è±èªå¯«ä¿¡å° <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-"
+"user</a> éµä»¶è«å£ãæå<b>æå¾
</b>å¾å°æ¨ç建è°èææï¼ä¹æ£å çºå¦æ¤ï¼æåæç¥"
+"éå¦ä½æ¹åæä»¶ã"
#. Translators: %s is a link
#: docs.phtml:45
@@ -528,10 +510,8 @@ msgstr "ç©©å®ç"
#: docs.phtml:64 docs.phtml:209 docs.phtml:341 docs.phtml:514 docs.phtml:631
#: docs.phtml:657 docs.phtml:679 docs.phtml:697
-#, fuzzy
-#| msgid "GnuCash v%s"
msgid "GnuCash Manual"
-msgstr "GnuCash V%s"
+msgstr "GnuCash æå"
#: docs.phtml:68 docs.phtml:129 docs.phtml:213 docs.phtml:263 docs.phtml:345
#: docs.phtml:406 docs.phtml:515 docs.phtml:566 docs.phtml:632 docs.phtml:643
commit 583dcf825f4a7fa71869408193e5c14723daa913
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sun Apr 14 01:32:20 2024 +0200
make hr
diff --git a/locale/hr/LC_MESSAGES/gnucash-htdocs.mo b/locale/hr/LC_MESSAGES/gnucash-htdocs.mo
index 844aafd..f4446b2 100644
Binary files a/locale/hr/LC_MESSAGES/gnucash-htdocs.mo and b/locale/hr/LC_MESSAGES/gnucash-htdocs.mo differ
commit 92f4fe9bcea1702ddc41efa1bffff94af073c623
Author: Milo Ivir <mail at milotype.de>
Date: Sat Apr 13 21:01:54 2024 +0200
Translation update by Milo Ivir <mail at milotype.de> using Weblate
po/hr.po: 100.0% (288 of 288 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Website (Croatian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/hr/
Co-authored-by: Milo Ivir <mail at milotype.de>
diff --git a/po/hr.po b/po/hr.po
index fafecc6..47686fd 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: GnuCash ht-docs\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-01-20 16:01+0000\n"
+"PO-Revision-Date: 2024-04-13 19:01+0000\n"
"Last-Translator: Milo Ivir <mail at milotype.de>\n"
"Language-Team: Croatian <https://hosted.weblate.org/projects/gnucash/website/"
"hr/>\n"
@@ -19,9 +19,9 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.4-dev\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Weblate 5.5-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -467,24 +467,14 @@ msgstr ""
"dokumentacije, koji služe kao pomoÄ korisnicima:"
#: docs.phtml:30
-#, fuzzy
-#| msgid "The Help Manual"
msgid "The GnuCash Manual"
-msgstr "PriruÄnik za pomoÄ"
+msgstr "GnuCash priruÄnik"
#: docs.phtml:31
msgid "The Tutorial and Concepts Guide"
msgstr "Vježbe i koncepti"
#: docs.phtml:34
-#, fuzzy
-#| msgid ""
-#| "The <b>Help Manual</b> is designed to be a quick reference of how to "
-#| "accomplish specific tasks and how to use the features in <span "
-#| "class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed "
-#| "to be an in depth guide to the concepts behind using <span "
-#| "class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
-#| "concepts into practice."
msgid ""
"The <b>GnuCash Manual</b> is designed to be a quick reference of how to "
"accomplish specific tasks and how to use the features in <span "
@@ -493,7 +483,7 @@ msgid ""
"class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
"concepts into practice."
msgstr ""
-"<b>PriruÄnik za pomoÄ</b> pomaže pri brzom pronalaženju informacija za "
+"<b>GnuCash priruÄnik</b> pomaže pri brzom pronalaženju informacija za "
"obavljanje odreÄenih radnji te objaÅ¡njava razne funkcije programa <span "
"class=\"gnucash\">GnuCash</span>. <b>Vježbe i koncepti</b> potanko "
"objašnjava princip rada <span class=\"gnucash\">GnuCasha</span> s vježbama "
@@ -511,14 +501,6 @@ msgstr ""
"a> <span class=\"gnucash\">GnuCash</span> wiki-stranice."
#: docs.phtml:43
-#, fuzzy
-#| msgid ""
-#| "You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
-#| "org\">gnucash-user</a> mailing list if you cannot find a satisfactory "
-#| "answer to your question within either the <b>Help Manual</b> or the "
-#| "<b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-#| "is also through your comments that we know how to improve the "
-#| "documentation."
msgid ""
"You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
"org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer "
@@ -526,11 +508,11 @@ msgid ""
"and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through "
"your comments that we know how to improve the documentation."
msgstr ""
-"Eâmail poruke možeÅ¡ slati i na <a href=\"mailto:gnucash-user at gnucash."
-"org\">gnucash-korisniÄku</a> pretplatniÄku listu, ako u <b>PriruÄniku za "
-"pomoÄ</b> ili u <b>Vježbe i koncepti</b> ne naÄeÅ¡ zadovoljavajuÄi odgovor. "
-"<b>Želimo</b> povratne informacije, jer i na taj naÄin doznajemo, Å¡to i kako "
-"možemo ispraviti u dokumentaciji."
+"Eâmail poruke možeÅ¡ slati i na <a href=\"mailto:gnucash-user at gnucash.org\""
+">gnucash-korisniÄku</a> pretplatniÄku listu, ako u <b>GnuCash priruÄnik</b> "
+"ili u <b>Vježbe i koncepti</b> ne naÄeÅ¡ zadovoljavajuÄi odgovor. <b>Želimo</"
+"b> povratne informacije, jer i na taj naÄin doznajemo, Å¡to i kako možemo "
+"ispraviti u dokumentaciji."
#. Translators: %s is a link
#: docs.phtml:45
@@ -578,10 +560,8 @@ msgstr "Stabilna"
#: docs.phtml:64 docs.phtml:209 docs.phtml:341 docs.phtml:514 docs.phtml:631
#: docs.phtml:657 docs.phtml:679 docs.phtml:697
-#, fuzzy
-#| msgid "GnuCash v%s"
msgid "GnuCash Manual"
-msgstr "GnuCash v%s"
+msgstr "GnuCash priruÄnik"
#: docs.phtml:68 docs.phtml:129 docs.phtml:213 docs.phtml:263 docs.phtml:345
#: docs.phtml:406 docs.phtml:515 docs.phtml:566 docs.phtml:632 docs.phtml:643
commit 69384a9f8bda649156bac956d9f1cbd9712f2197
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Fri Apr 12 23:12:33 2024 +0200
make he
diff --git a/locale/he/LC_MESSAGES/gnucash-htdocs.mo b/locale/he/LC_MESSAGES/gnucash-htdocs.mo
index 6f2042b..96ee425 100644
Binary files a/locale/he/LC_MESSAGES/gnucash-htdocs.mo and b/locale/he/LC_MESSAGES/gnucash-htdocs.mo differ
commit 10a2f459c930489f9ab8176cd9e326dee899e6b3
Author: Yaron Shahrabani <sh.yaron at gmail.com>
Date: Wed Apr 10 00:01:52 2024 +0200
Translation update by Yaron Shahrabani <sh.yaron at gmail.com> using Weblate
po/he.po: 99.3% (286 of 288 strings; 2 fuzzy)
1 failing checks (0.3%)
Translation: GnuCash/Website (Hebrew)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/he/
Co-authored-by: Yaron Shahrabani <sh.yaron at gmail.com>
diff --git a/po/he.po b/po/he.po
index 514b982..4c2304b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,10 +8,10 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash-htdocs\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-01-22 14:01+0000\n"
+"PO-Revision-Date: 2024-04-09 22:01+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron at gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/gnucash/website/"
"he/>\n"
@@ -20,7 +20,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 5.4-dev\n"
+"X-Generator: Weblate 5.5-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -447,24 +447,14 @@ msgstr ""
"××שת×ש××:"
#: docs.phtml:30
-#, fuzzy
-#| msgid "The Help Manual"
msgid "The GnuCash Manual"
-msgstr "××ר×× ××¢×ר×"
+msgstr "××ר×× GnuCash"
#: docs.phtml:31
msgid "The Tutorial and Concepts Guide"
msgstr "××ר×× ×××ר×× ××××ש×××"
#: docs.phtml:34
-#, fuzzy
-#| msgid ""
-#| "The <b>Help Manual</b> is designed to be a quick reference of how to "
-#| "accomplish specific tasks and how to use the features in <span "
-#| "class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed "
-#| "to be an in depth guide to the concepts behind using <span "
-#| "class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
-#| "concepts into practice."
msgid ""
"The <b>GnuCash Manual</b> is designed to be a quick reference of how to "
"accomplish specific tasks and how to use the features in <span "
@@ -473,7 +463,7 @@ msgid ""
"class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
"concepts into practice."
msgstr ""
-"<b>××ר×× ××¢×ר×</b> × ××¢× ××××ת ××§×ר ×××ר ××××¤× ××צ××¢ ×ש×××ת ×ס××××ת ××××¤× "
+"<b>××ר×× ×× ××§×ש</b> × ××¢× ××××ת ××§×ר ×××ר ××××¤× ××צ××¢ ×ש×××ת ×ס××××ת ××××¤× "
"×ש×××ש ×ת××× ×ת <span class=\"gnucash\">×× ××§×ש</span> .<b>××ר×× ×××ש×××</b> "
"× ××¢× ×ספק ×ס×ר ××¢×××§ ×תפ××¡× ×¢××× ××שתת <span class=\"gnucash\">×× ××§×ש</span> "
"××××××ת ××ר×× ×©×× ×× ×××¦× × ××ª× ××××ר ××ש××× ××× ××עש××."
@@ -554,10 +544,8 @@ msgstr "×צ××"
#: docs.phtml:64 docs.phtml:209 docs.phtml:341 docs.phtml:514 docs.phtml:631
#: docs.phtml:657 docs.phtml:679 docs.phtml:697
-#, fuzzy
-#| msgid "GnuCash v%s"
msgid "GnuCash Manual"
-msgstr "×× ××§×ש ××¨×¡× %s"
+msgstr "××ר×× ×× ××§×ש"
#: docs.phtml:68 docs.phtml:129 docs.phtml:213 docs.phtml:263 docs.phtml:345
#: docs.phtml:406 docs.phtml:515 docs.phtml:566 docs.phtml:632 docs.phtml:643
commit 84d476f90610fc9ee240aae651d825e17bcf87c4
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Apr 11 10:13:55 2024 -0700
Flathub verification token
diff --git a/.well-known/org.flathub.VerifiedApps.txt b/.well-known/org.flathub.VerifiedApps.txt
new file mode 100644
index 0000000..fb99c12
--- /dev/null
+++ b/.well-known/org.flathub.VerifiedApps.txt
@@ -0,0 +1 @@
+c2406cbb-4950-47d7-b429-3e15889808a9
commit 5d35a11436961720627c1052c0a2eca8b61a39c2
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Mon Apr 8 16:38:21 2024 +0200
Move SEPA required fields to the begin of Bank Transfer
diff --git a/donate.phtml b/donate.phtml
index 7576219..eb8574c 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -33,9 +33,10 @@
<h3 style="clear: both;"><?= T_("You can transfer a donation to our bank account")?></h3>
<p><?=T_("Owner:")?> Geert Janssens<br />
<?=T_("Purpose: Donation")?><br />
- <?=T_("Account:")?> 973-0754570-41<br />
- <?=T_("Bank Identifier Code (BIC):")?> ARSPBE22XXX, <?=T_("Bank:")?> Argenta Bank Grimbergen<br />
<?=T_("IBAN:")?> BE88 9730 7545 7041<br />
+ <?=T_("Account:")?> 973-0754570-41<br />
+ <?=T_("Bank:")?> Argenta Bank Grimbergen<br />
+ <?=T_("Bank Identifier Code (BIC):")?> ARSPBE22XXX<br />
<?=T_("Address of bank:")?> Argenta, Lagesteenweg 96, 1850 Grimbergen, Belgium</p>
</div> <!-- featurecontainer -->
commit 403f9f5071eddc61ee72d1d67d205216f31a9473
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Mon Apr 8 16:10:15 2024 +0200
make de
diff --git a/locale/de/LC_MESSAGES/gnucash-htdocs.mo b/locale/de/LC_MESSAGES/gnucash-htdocs.mo
index 50aeebb..97e59fd 100644
Binary files a/locale/de/LC_MESSAGES/gnucash-htdocs.mo and b/locale/de/LC_MESSAGES/gnucash-htdocs.mo differ
commit 85366d1eebe21520c5ffab4f5ed8e6080407c087
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Mon Apr 8 16:09:20 2024 +0200
L10N:de: Verbessern einer Formulierung
diff --git a/po/de.po b/po/de.po
index 5b88b2a..295d317 100644
--- a/po/de.po
+++ b/po/de.po
@@ -788,7 +788,7 @@ msgid ""
"goes there."
msgstr ""
"Der Spendentopf läuft durch Paypal auf ein Konto, welches von der IHTFP "
-"Consulting, deren Inhaber unser Administrator Derek Atkins ist, verwaltet. "
+"Consulting verwaltet wird, deren Inhaber unser Administrator Derek Atkins ist. "
"Seien Sie also nicht überrascht, wenn Ihre Zahlung dorthin geht."
#: donate.phtml:33
commit 9a2873a78e9c99d31f745c9927aba1e70d837de3
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Mon Apr 8 16:03:09 2024 +0200
Unify gettext calls
diff --git a/donate.phtml b/donate.phtml
index e911133..7576219 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -1,6 +1,6 @@
<?php
include ("lang.php");
- $title = T_ ( "Donations" );
+ $title = T_("Donations");
$description = T_("<span class=\"gnucash\">GnuCash</span> is Free Software and is made available free of charge. Your donation, which is purely optional, supports our worldwide community. If you like the software, please consider a donation. We are only a handfull of developers and other volunteers serving countless users worldwide.");
$page = basename($_SERVER['SCRIPT_NAME']);
include ("externals/header.phtml");
commit 9cc3cb918b21dcaef4fa69a6c0dc640f2cee1458
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Mon Apr 8 15:54:18 2024 +0200
make hu
diff --git a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo
index ad2451e..eb7b00d 100644
Binary files a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo and b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo differ
commit a9f3dccfcef7173602c85d6b770e030ebb56ac91
Author: Szia Tomi <sziatomi01 at gmail.com>
Date: Sat Apr 6 11:02:00 2024 +0200
Translation update by Szia Tomi <sziatomi01 at gmail.com> using Weblate
po/hu.po: 100.0% (288 of 288 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Website (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/hu/
Co-authored-by: Szia Tomi <sziatomi01 at gmail.com>
diff --git a/po/hu.po b/po/hu.po
index 5a9483d..52eabbc 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,7 +12,7 @@ msgstr ""
"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-04-04 22:02+0000\n"
+"PO-Revision-Date: 2024-04-06 09:01+0000\n"
"Last-Translator: Szia Tomi <sziatomi01 at gmail.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/gnucash/"
"website/hu/>\n"
@@ -1766,7 +1766,7 @@ msgstr "SegÃtsen lefordÃtani a GnuCasht a saját nyelvére a %s oldalán."
#: index.phtml:61
msgid "Need Help?"
-msgstr "SegÃtség kell?"
+msgstr "SegÃthetünk?"
#: index.phtml:64
msgid ""
@@ -1781,8 +1781,8 @@ msgid ""
", which are public, email-based discussion groups where you can ask and "
"answer <span class=\"gnucash\">GnuCash</span> questions to other users."
msgstr ""
-", amelyek nyilvános, e-mail alapú fórumok, ahol felteheti a <span "
-"class=\"gnucash\">GnuCash</span> használatával kapcsolatos kérdéseit, vagy "
+"amelyek nyilvános, e-mail alapú fórumok, ahol felteheti a <span class="
+"\"gnucash\">GnuCash</span> használatával kapcsolatos kérdéseit, vagy "
"válaszaival segÃthet másoknak."
#: index.phtml:72
commit fb42d830040b1d21814b580995cc3da8e3f1b78c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Fri Apr 5 19:14:17 2024 +0200
make fr, hu
diff --git a/locale/fr/LC_MESSAGES/gnucash-htdocs.mo b/locale/fr/LC_MESSAGES/gnucash-htdocs.mo
index ff563d7..164f24c 100644
Binary files a/locale/fr/LC_MESSAGES/gnucash-htdocs.mo and b/locale/fr/LC_MESSAGES/gnucash-htdocs.mo differ
diff --git a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo
index 8b75efe..ad2451e 100644
Binary files a/locale/hu/LC_MESSAGES/gnucash-htdocs.mo and b/locale/hu/LC_MESSAGES/gnucash-htdocs.mo differ
commit 36ee9e20b60226e934e41b2e0ec5028f0f59a0e7
Author: aleksej0R <omolice at hotmail.fr>
Date: Fri Apr 5 14:01:54 2024 +0200
Translation update by aleksej0R <omolice at hotmail.fr> using Weblate
po/fr.po: 90.2% (260 of 288 strings; 22 fuzzy)
15 failing checks (5.2%)
Translation: GnuCash/Website (French)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/fr/
Co-authored-by: aleksej0R <omolice at hotmail.fr>
diff --git a/po/fr.po b/po/fr.po
index ce84b01..19596aa 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@
# Pascal HUE <pascal.hue35 at gmail.com>, 2021.
# Axel Blanchardon <axel.blanchardon at gmail.com>, 2022.
# Philippe Lamare <ph.lamare at free.fr>, 2022.
-# aleksej0R <omolice at hotmail.fr>, 2022, 2023.
+# aleksej0R <omolice at hotmail.fr>, 2022, 2023, 2024.
# Dchab <daniel.chabot at lilo.org>, 2023.
#
# Quelques propositions de traductions :
@@ -20,11 +20,11 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash-htdocs\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2023-08-15 09:08+0000\n"
-"Last-Translator: Thomas Jungers <thomasjungers at gmail.com>\n"
+"PO-Revision-Date: 2024-04-05 12:01+0000\n"
+"Last-Translator: aleksej0R <omolice at hotmail.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/gnucash/website/"
"fr/>\n"
"Language: fr\n"
@@ -32,7 +32,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.5-dev\n"
#: 2.6-release-tour.phtml:3
msgid "GnuCash 2.6 release tour"
@@ -496,10 +496,8 @@ msgstr ""
"span> pour aider les utilisateurs :"
#: docs.phtml:30
-#, fuzzy
-#| msgid "The Help Manual"
msgid "The GnuCash Manual"
-msgstr "Le Manuel d'Aide"
+msgstr "Le Manuel GnuCash"
#: docs.phtml:31
msgid "The Tutorial and Concepts Guide"
@@ -612,10 +610,8 @@ msgstr "Stable"
#: docs.phtml:64 docs.phtml:209 docs.phtml:341 docs.phtml:514 docs.phtml:631
#: docs.phtml:657 docs.phtml:679 docs.phtml:697
-#, fuzzy
-#| msgid "GnuCash v%s"
msgid "GnuCash Manual"
-msgstr "GnuCash v%s"
+msgstr "Manuel GnuCash"
#: docs.phtml:68 docs.phtml:129 docs.phtml:213 docs.phtml:263 docs.phtml:345
#: docs.phtml:406 docs.phtml:515 docs.phtml:566 docs.phtml:632 docs.phtml:643
@@ -648,7 +644,7 @@ msgstr "Guide des concepts"
#: docs.phtml:118 docs.phtml:395
msgid "Chinese (simplified)"
-msgstr ""
+msgstr "Chinois (simplifié)"
#: docs.phtml:162 docs.phtml:296 docs.phtml:439 docs.phtml:601 docs.phtml:649
msgid "Japanese"
@@ -1076,22 +1072,18 @@ msgstr ""
"pour un usage quotidien."
#: download.phtml:68
-#, fuzzy, php-format
-#| msgid ""
-#| "The latest unstable release of <span class=\"gnucash\">GnuCash</span> is "
-#| "%s. Choose the download for your operating system below."
+#, php-format
msgid ""
"The latest unstable release of <span class=\"gnucash\">GnuCash</span> "
"(available below) is %s."
msgstr ""
-"La dernière version instable de <span class=\"gnucash\">GnuCash</span> est "
-"la version %s. Choisissez le téléchargement correspondant à votre système "
-"d'exploitation."
+"La dernière version instable de <span class=\"gnucash\">GnuCash</span> ("
+"disponible ci-dessous) est %s."
#: download.phtml:81
-#, fuzzy, php-format
+#, php-format
msgid "Old Stable release (%s)"
-msgstr "Version stable (%s)"
+msgstr "Ancienne version stable (%s)"
#: download.phtml:83
#, fuzzy
@@ -1830,7 +1822,7 @@ msgstr ""
#: index.phtml:56
#, php-format
msgid "Please help translate GnuCash into your language at %s."
-msgstr ""
+msgstr "Aidez à traduire GnuCash dans votre langue s'il vous plaît sur %s."
#: index.phtml:61
msgid "Need Help?"
@@ -1883,16 +1875,15 @@ msgstr "<b>Découvrir plus â¦</b>"
#: news.phtml:4
msgid "Announcement of New Releases, Server Maintenance â¦"
-msgstr ""
+msgstr "Annonces de Nouvelles Sorties, Maintenance de Serveur â¦"
#: news.phtml:12
-#, fuzzy
msgid "GnuCash News"
-msgstr "GnuCash %s pour"
+msgstr "Nouveautés GnuCash"
#: news.phtml:28 oldnews.phtml:3
msgid "Older Announcements"
-msgstr "Anciennes annonces"
+msgstr "Annonces plus anciennes"
#: news.phtml:31
msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements."
commit 6664dd4d46d73f68eaf1217d546854ae14bae863
Author: Szia Tomi <sziatomi01 at gmail.com>
Date: Fri Apr 5 14:01:54 2024 +0200
Translation update by Szia Tomi <sziatomi01 at gmail.com> using Weblate
po/hu.po: 100.0% (288 of 288 strings; 0 fuzzy)
0 failing checks (0.0%)
Translation: GnuCash/Website (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/gnucash/website/hu/
Co-authored-by: Szia Tomi <sziatomi01 at gmail.com>
diff --git a/po/hu.po b/po/hu.po
index ef5bc22..5a9483d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: gnucash-htdocs 0.0.1\n"
-"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist.cgi?"
-"component=Translations&product=Website&resolution=---\n"
+"Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
+"cgi?component=Translations&product=Website&resolution=---\n"
"POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-04-01 22:01+0000\n"
+"PO-Revision-Date: 2024-04-04 22:02+0000\n"
"Last-Translator: Szia Tomi <sziatomi01 at gmail.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/gnucash/"
"website/hu/>\n"
@@ -474,24 +474,14 @@ msgstr ""
"felhasználókat:"
#: docs.phtml:30
-#, fuzzy
-#| msgid "The Help Manual"
msgid "The GnuCash Manual"
-msgstr "A súgó kézikönyv"
+msgstr "A GnuCash kézikönyv"
#: docs.phtml:31
msgid "The Tutorial and Concepts Guide"
msgstr "Az oktatóanyag és fogalmi útmutató"
#: docs.phtml:34
-#, fuzzy
-#| msgid ""
-#| "The <b>Help Manual</b> is designed to be a quick reference of how to "
-#| "accomplish specific tasks and how to use the features in <span "
-#| "class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed "
-#| "to be an in depth guide to the concepts behind using <span "
-#| "class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
-#| "concepts into practice."
msgid ""
"The <b>GnuCash Manual</b> is designed to be a quick reference of how to "
"accomplish specific tasks and how to use the features in <span "
@@ -500,7 +490,7 @@ msgid ""
"class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those "
"concepts into practice."
msgstr ""
-"A <b>Súgó kézikönyv</b> célja, hogy gyors útmutatóként szolgáljon a "
+"A <b>GnuCash kézikönyv</b> célja, hogy gyors útmutatóként szolgáljon a "
"feladatok elvégzéséhez és a <span class=\"gnucash\">GnuCash</span> "
"lehetÅségeinek kihasználásához. Az <b>Oktatóanyag és fogalmi útmutató</b> "
"célja, hogy mélyebb ismereteket nyújtson a <span class=\"gnucash\">GnuCash</"
@@ -519,14 +509,6 @@ msgstr ""
"class=\"gnucash\">GnuCash</span> wiki."
#: docs.phtml:43
-#, fuzzy
-#| msgid ""
-#| "You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
-#| "org\">gnucash-user</a> mailing list if you cannot find a satisfactory "
-#| "answer to your question within either the <b>Help Manual</b> or the "
-#| "<b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-#| "is also through your comments that we know how to improve the "
-#| "documentation."
msgid ""
"You can also send an email to the <a href=\"mailto:gnucash-user at gnucash."
"org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer "
@@ -536,7 +518,7 @@ msgid ""
msgstr ""
"E-mailt is küdhet a <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-"
"user</a> levelezÅlistára, ha nem talál kielégÃtÅ választ a kérdésére a "
-"<b>Súgó kézikönyv</b> vagy az <b>Oktatóanyag és fogalmi útmutató</b> "
+"<b>GnuCash kézikönyv</b> vagy az <b>Oktatóanyag és fogalmi útmutató</b> "
"dokumentumokban. Mi <b>szeretnénk</b> visszajelzést kapni, az észrevételei "
"révén tudjuk meg, hogyan javÃtsuk a dokumentációt."
@@ -583,10 +565,8 @@ msgstr "Stabil"
#: docs.phtml:64 docs.phtml:209 docs.phtml:341 docs.phtml:514 docs.phtml:631
#: docs.phtml:657 docs.phtml:679 docs.phtml:697
-#, fuzzy
-#| msgid "GnuCash v%s"
msgid "GnuCash Manual"
-msgstr "GnuCash %s verzió"
+msgstr "GnuCash kézikönyv"
#: docs.phtml:68 docs.phtml:129 docs.phtml:213 docs.phtml:263 docs.phtml:345
#: docs.phtml:406 docs.phtml:515 docs.phtml:566 docs.phtml:632 docs.phtml:643
Summary of changes:
.well-known/org.flathub.VerifiedApps.txt | 1 +
donate.phtml | 7 +-
externals/global_params.php | 6 +-
locale/de/LC_MESSAGES/gnucash-htdocs.mo | Bin 56765 -> 56769 bytes
locale/fr/LC_MESSAGES/gnucash-htdocs.mo | Bin 45560 -> 46357 bytes
locale/he/LC_MESSAGES/gnucash-htdocs.mo | Bin 58108 -> 59879 bytes
locale/hr/LC_MESSAGES/gnucash-htdocs.mo | Bin 52262 -> 53795 bytes
locale/hu/LC_MESSAGES/gnucash-htdocs.mo | Bin 55484 -> 57219 bytes
locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo | Bin 49193 -> 50700 bytes
news/240630-5.7.news | 165 +++++++++++++++++++++++++++++
po/de.po | 2 +-
po/fr.po | 45 ++++----
po/he.po | 40 ++-----
po/hr.po | 48 +++------
po/hu.po | 54 +++-------
po/zh_TW.po | 48 +++------
16 files changed, 247 insertions(+), 169 deletions(-)
create mode 100644 .well-known/org.flathub.VerifiedApps.txt
create mode 100644 news/240630-5.7.news
More information about the gnucash-changes
mailing list