gnucash maint: Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'
Geert Janssens
gjanssens at code.gnucash.org
Fri Sep 28 11:24:33 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/406953c2 (commit)
from https://github.com/Gnucash/gnucash/commit/26714d2e (commit)
commit 406953c2ae8ebc8bf034abcdeaf22757c61cedc2
Author: Geert Janssens <geert at kobaltwit.be>
Date: Fri Sep 28 14:51:40 2018 +0200
Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'
Additionally use https everywhere to refer to bugs.gnucash.org or bugzilla.gnome.org
diff --git a/ChangeLog.2003 b/ChangeLog.2003
index d38edc7..67e727b 100644
--- a/ChangeLog.2003
+++ b/ChangeLog.2003
@@ -4691,7 +4691,7 @@
* src/import-export/import-utilities.c: Build on Nigel's patch.
This hopefully permanently closes
- http://bugzilla.gnome.org/show_bug.cgi?id=101705.
+ https://bugs.gnucash.org/show_bug.cgi?id=101705.
* src/import-export/Makefile.am: No longuer compile Christian's
old matcher.
diff --git a/ChangeLog.2006 b/ChangeLog.2006
index 23b13be..6c3eec1 100644
--- a/ChangeLog.2006
+++ b/ChangeLog.2006
@@ -15542,7 +15542,7 @@
report-utilities.scm. For the affected calculations, the
balances no longer exclude transactions on the first day of the
reporting period. This fixes
- http://bugzilla.gnome.org/show_bug.cgi?id=331005. Changed
+ https://bugs.gnucash.org/show_bug.cgi?id=331005. Changed
calculations: Income Statement: Total Expenses, Total Revenues
Balance Sheet: Retained Earnings (*) Equity Statement: Retained
Earnings (*), Net Income (*) The Retained Earning calculations
@@ -15723,7 +15723,7 @@
* [r13243] trunk/src/calculation/expression_parser.c: Don't
continue to parse the expression if we've already reached the
- end. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=166840.
+ end. Fixes https://bugs.gnucash.org/show_bug.cgi?id=166840.
2006-02-12 20:29 warlord
@@ -18235,7 +18235,7 @@
from "schedule transaction" dialog to "Advanced..." (Scheduled
Transaction Editor). Patch from Robert Zaleski
<rzaleski81 at yahoo.com>.
- <http://bugzilla.gnome.org/show_bug.cgi?id=327547>.
+ <https://bugs.gnucash.org/show_bug.cgi?id=327547>.
2006-01-18 15:57 warlord
@@ -18264,7 +18264,7 @@
trunk/src/import-export/mt940/gnc-mt940-import.c: Add initial
work on upgrading the old non-compilable mt940-importer code by
F. Steinel. Code still non-compilable, see
- http://bugzilla.gnome.org/show_bug.cgi?id=325170
+ https://bugs.gnucash.org/show_bug.cgi?id=325170
2006-01-17 17:56 codehelp
diff --git a/ChangeLog.2006-manual b/ChangeLog.2006-manual
index 81d8666..ba18294 100644
--- a/ChangeLog.2006-manual
+++ b/ChangeLog.2006-manual
@@ -5103,7 +5103,7 @@ r13266 | chris | 2006-02-14 20:52:15 -0500 (Tue, 14 Feb 2006) | 15 lines
gnc:accountlist-get-comm-balance-interval provided by
report-utilities.scm. For the affected calculations, the balances no
longer exclude transactions on the first day of the reporting period.
- This fixes http://bugzilla.gnome.org/show_bug.cgi?id=331005.
+ This fixes https://bugs.gnucash.org/show_bug.cgi?id=331005.
Changed calculations:
Income Statement: Total Expenses, Total Revenues
@@ -5243,7 +5243,7 @@ r13243 | chris | 2006-02-12 15:31:11 -0500 (Sun, 12 Feb 2006) | 3 lines
M /gnucash/trunk/src/calculation/expression_parser.c
Don't continue to parse the expression if we've already reached the end.
- Fixes http://bugzilla.gnome.org/show_bug.cgi?id=166840.
+ Fixes https://bugs.gnucash.org/show_bug.cgi?id=166840.
r13229 | chris | 2006-02-12 00:21:09 -0500 (Sun, 12 Feb 2006) | 3 lines
@@ -6971,7 +6971,7 @@ r12881 | chris | 2006-01-19 00:18:27 -0500 (Thu, 19 Jan 2006) | 2 lines
bi-weekly ui-frequency in transition from "schedule transaction"
dialog to "Advanced..." (Scheduled Transaction Editor).
Patch from Robert Zaleski <rzaleski81 at yahoo.com>.
- <http://bugzilla.gnome.org/show_bug.cgi?id=327547>.
+ <https://bugs.gnucash.org/show_bug.cgi?id=327547>.
2006-01-18 Derek Atkins <derek at ihtfp.com>
@@ -7032,7 +7032,7 @@ r12838 | chris | 2006-01-17 22:46:53 -0500 (Tue, 17 Jan 2006) | 3 lines
* src/import-export/mt940/gnc-mt940-import.c: Add initial work on
upgrading the old non-compilable mt940-importer code by
F. Steinel. Code still non-compilable, see
- http://bugzilla.gnome.org/show_bug.cgi?id=325170
+ https://bugs.gnucash.org/show_bug.cgi?id=325170
2006-01-17 Neil Williams <linux at codehelp.co.uk>
diff --git a/ChangeLog.2008 b/ChangeLog.2008
index 7f82bb2..db421d1 100644
--- a/ChangeLog.2008
+++ b/ChangeLog.2008
@@ -1125,7 +1125,7 @@
* [r17567] src/backend/file/io-gncxml-v2.c,
src/gnome-utils/gnc-html.c, src/gnome/dialog-print-check.c: Do
not treat -Wstrict-aliasing warnings as errors in files using
- G_LOCK. See http://bugzilla.gnome.org/show_bug.cgi?id=316221 for
+ G_LOCK. See https://bugzilla.gnome.org/show_bug.cgi?id=316221 for
information why G_LOCK breaks strict-aliasing. GCC 4.2
introduced diagnostic pragmas and the error seems to be most
prominent on GCC >= 4.3, so a compilation with -Werror should
diff --git a/ChangeLog.2009 b/ChangeLog.2009
index 99d4766..3bc8000 100644
--- a/ChangeLog.2009
+++ b/ChangeLog.2009
@@ -919,7 +919,7 @@
keeping track of personal finances. This feature has been
requested on occasion, such as at
https://lists.gnucash.org/pipermail/gnucash-devel/2003-August/010279.html
- and https://bugzilla.gnome.org/show_bug.cgi?id=92274 and
+ and https://bugs.gnucash.org/show_bug.cgi?id=92274 and
http://lists.gnucash.org/pipermail/gnucash-user/2009-October/031839.html
"Transaction date" refers to such as the date the purchase was
rung up in the store cash register, payment mailed or possibly
@@ -4507,7 +4507,7 @@
online_id in split instead of transaction to avoid import
conflicts Affects all users of the generic import: OFX, HBCI and
AqBanking. Suggested by
- <http://bugzilla.gnome.org/show_bug.cgi?id=139310>. " Assume you
+ <https://bugs.gnucash.org/show_bug.cgi?id=139310>. " Assume you
have a transaction that transfers money from account 1 to
account 2. Import an OFX statement from account 1 that matches
the transaction. Then import an OFX statement from account 2
diff --git a/ChangeLog.2010 b/ChangeLog.2010
index 179055a..99e0197 100644
--- a/ChangeLog.2010
+++ b/ChangeLog.2010
@@ -5086,7 +5086,7 @@
internet have this sort order. So maintainance becomes easier.
3. inserting a Column local_symbol, because some people like to
use it, e.g.
- https://bugzilla.gnome.org/show_bug.cgi?id=492417#c3 But
+ https://bugs.gnucash.org/show_bug.cgi?id=492417#c3 But
probably there is a better way to get this informations. 4.
Review List: a. adding: CDF, GHS, ... b. outdated:
AON->AOR->AOA, GWP->XOF, ... c. Typos like "fening". d. Alway
diff --git a/ChangeLog.2011 b/ChangeLog.2011
index 1ce19b0..13d7c58 100644
--- a/ChangeLog.2011
+++ b/ChangeLog.2011
@@ -4289,7 +4289,7 @@
* [r20637] src/report/business-reports/owner-report.scm: Bug
#649992: Let owner-report aging table include due date / post
date options in aging. Patch by "Bert": Follow up on bug:
- https://bugzilla.gnome.org/show_bug.cgi?id=502066 #502066 called
+ https://bugs.gnucash.org/show_bug.cgi?id=502066 #502066 called
"The aging in business reports should use the due date instead
of the post date". In that bug the aging reports were extended
to use the due date when reporting overdue in buckets such as
diff --git a/ChangeLog.2012 b/ChangeLog.2012
index 8344b5f..01ea7ca 100644
--- a/ChangeLog.2012
+++ b/ChangeLog.2012
@@ -1978,7 +1978,7 @@
* [r22279] configure.ac: Bug 680671: configure should check for
the python-devel package if called with --enable-python
- https://bugzilla.gnome.org/show_bug.cgi?id=680671 BP
+ https://bugs.gnucash.org/show_bug.cgi?id=680671 BP
2012-08-02 13:31 gjanssens
@@ -2016,7 +2016,7 @@
Option functions - part 1 The option menu's that appear in
dialog options rely on per item tool tips that GtkComboBox did
not have. From a comment in the code, this was highlighted on
- bug http://bugzilla.gnome.org/show_bug.cgi?id=303717 which
+ bug https://bugzilla.gnome.org/show_bug.cgi?id=303717 which
implies this is now fixed but I could not see a way of adding
them so I created my own basic combo with per item tooltips.
This basic combo uses an external list store to reduce the
@@ -3550,7 +3550,7 @@
src/import-export/csv/gnc-csv-import.c: Bug #670727: Extend
license of 3 files to be GPLv2 and GPLv3. This has been granted
by the gnumeric copyright holders. See
- https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7
+ https://bugs.gnucash.org/show_bug.cgi?id=670727#c7
2012-02-28 18:38 mikee
diff --git a/NEWS b/NEWS
index e960193..2f1e148 100644
--- a/NEWS
+++ b/NEWS
@@ -2888,7 +2888,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. Please see http://wiki.gnucash.org/wiki/Development
@@ -3358,7 +3358,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
@@ -3407,7 +3407,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
@@ -3447,7 +3447,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
@@ -3487,7 +3487,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
@@ -3521,7 +3521,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
@@ -3558,7 +3558,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. We especially need people to help with
@@ -3703,7 +3703,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
release.
o PLEASE TEST any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o We would like to encourage people to test this and any further
releases as much as possible and submit bug reports in order that we
can polish GnuCash to be as stable as possible for the 2.0.0 release
@@ -3723,7 +3723,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
many bugfixes since the first beta release.
o PLEASE TEST any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o We would like to encourage people to test this and any further
releases as much as possible and submit bug reports in order that we
can polish GnuCash to be as stable as possible for the 2.0.0 release
@@ -3749,7 +3749,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
many bugfixes since the sixth unstable release.
o PLEASE TEST any and all features important to you. Then post any
bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o We would like to encourage people to test this and any further
releases as much as possible and submit bug reports in order that we
can polish GnuCash to be as stable as possible for the 2.0.0 release
@@ -3780,7 +3780,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Major bugfixes include -
o More Register fixes.
o Fixes to Scheduled Transactions.
@@ -3809,7 +3809,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Major bugfixes include -
o More Register fixes.
o Fixes to Scheduled Transactions.
@@ -3841,7 +3841,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Major bugfixes include -
o More Register fixes.
o Fixes for OFX importer.
@@ -3874,7 +3874,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Major bugfixes include -
o More Register fixes.
o HIGify the scheduled transaction dialogs.
@@ -3911,7 +3911,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o Major bugfixes include -
o Register fixes
o Finance::Quote issues
@@ -3943,7 +3943,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
- http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+ https://bugs.gnucash.org/enter_bug.cgi
o If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
http://www.gnucash.org. We especially need people to help with
@@ -4729,7 +4729,7 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
o Added calculate the number of remaining payments based on the start
date, loan length and current date to Mortgage druid
o loads of bugfixes, keep those bugs coming!
- o NOTE: Report bugs to bugzilla.gnome.org
+ o NOTE: Report bugs to https://bugs.gnucash.org
1.7.2 - 27 October 2002
o second alpha release
@@ -4746,14 +4746,14 @@ Concurrent with the release of Gnucash 2.6.4 we're pleased to also release a new
PIN to user preferences.
o HBCI suport requires OpenHBCI 0.9.3 or current OpenHBCI CVS
o loads of bugfixes, keep those bugs coming!
- o NOTE: Report bugs to bugzilla.gnome.org
+ o NOTE: Report bugs to https://bugs.gnucash.org
1.7.1 - 13 October 2002
o first alpha release
o lots of new features, please test as much as you can
o esp Scheduled Transactions, Small Business and OFX/HBCI.
o please check Changelog for exact details
- o NOTE: Report bugs to bugzilla.gnome.org
+ o NOTE: Report bugs to https://bugs.gnucash.org
1.5.98 - 04 June 2001
o second beta release
diff --git a/doc/README-ca.win32-bin.txt b/doc/README-ca.win32-bin.txt
index bf2ad5e..d5c3fba 100644
--- a/doc/README-ca.win32-bin.txt
+++ b/doc/README-ca.win32-bin.txt
@@ -17,7 +17,7 @@ IRC (Xat): canal #gnucash al servidor irc.gnome.org, vegeu també http://wiki.gn
Si trobeu errors o problemes, no dubteu a informar-los
a la nostra eina de seguiment d'errors "Bugzilla":
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-de.win32-bin.txt b/doc/README-de.win32-bin.txt
index 44b9f92..eb9e911 100644
--- a/doc/README-de.win32-bin.txt
+++ b/doc/README-de.win32-bin.txt
@@ -19,7 +19,7 @@ beschrieben auf http://wiki.gnucash.org/wiki/IRC
Sollten Probleme auftreten, bitten die Entwickler darum, diese als
englischsprachigen Fehlerbericht in »Bugzilla« einzutragen:
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-fr.win32-bin.txt b/doc/README-fr.win32-bin.txt
index aafa70d..02f7c34 100644
--- a/doc/README-fr.win32-bin.txt
+++ b/doc/README-fr.win32-bin.txt
@@ -20,7 +20,7 @@ Aussi à consulter: http://wiki.gnucash.org/wiki/IRC
N'hésitez pas à rapporter toute erreur ou tout problème rencontré
sur notre outil de suivi des bogues "Bugzilla":
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-it.win32-bin.txt b/doc/README-it.win32-bin.txt
index 04f274b..629e808 100644
--- a/doc/README-it.win32-bin.txt
+++ b/doc/README-it.win32-bin.txt
@@ -17,7 +17,7 @@ IRC (Chat): canale #gnucash sul server irc.gnome.org; vedere anche http://wik
Se si riscontrassero dei problemi o dei bug utilizzando il programma, è possibile comunicarli nel sistema
di tracciamento dei bug di GnuCash denominato "Bugzilla":
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-lv.win32-bin.txt b/doc/README-lv.win32-bin.txt
index 6c2ef6e..43f2cbf 100644
--- a/doc/README-lv.win32-bin.txt
+++ b/doc/README-lv.win32-bin.txt
@@ -18,7 +18,7 @@ VÄstkopas: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (sazÅa): #gnucash on server irc.gnome.org, skatÄ«t arÄ« http://wiki.gnucash.org/wiki/IRC
Ja atklÄjat kļūdas vai problÄmas, nekautrÄjieties tÄs reÄ£istrÄt "Bugzilla" kļūdu apstrÄdes
-sistÄmÄ http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+sistÄmÄ https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-nl.win32-bin.txt b/doc/README-nl.win32-bin.txt
index b420c26..ba90693 100644
--- a/doc/README-nl.win32-bin.txt
+++ b/doc/README-nl.win32-bin.txt
@@ -18,7 +18,7 @@ IRC (Chat): Channel #gnucash on server irc.gnome.org, see also http://wiki.gn
Als je programmafouten (bugs) of problemen ervaart, aarzel niet om deze te melden in ons
bug opvolgsysteem "Bugzilla":
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-zh_CN.win32-bin.txt b/doc/README-zh_CN.win32-bin.txt
index 230ea93..93e7872 100644
--- a/doc/README-zh_CN.win32-bin.txt
+++ b/doc/README-zh_CN.win32-bin.txt
@@ -10,7 +10,7 @@
é®ä»¶å表: http://wiki.gnucash.org/wiki/Mailing_Lists
IRC (è天): irc.gnome.org æå¡å¨ç #gnucash é¢éï¼å¦è§ http://wiki.gnucash.org/wiki/IRC
-妿æ¨éå°äºä»»ä½ bug æè
é®é¢ï¼è¯·ä¸è¦ç¹è±«ï¼å°å®ä»¬æ¥å尿们ç bug è·è¸ªå·¥å
·âBugzillaâï¼http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+妿æ¨éå°äºä»»ä½ bug æè
é®é¢ï¼è¯·ä¸è¦ç¹è±«ï¼å°å®ä»¬æ¥å尿们ç bug è·è¸ªå·¥å
·âBugzillaâï¼https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README-zh_TW.win32-bin.txt b/doc/README-zh_TW.win32-bin.txt
index 94058cf..e3a7690 100644
--- a/doc/README-zh_TW.win32-bin.txt
+++ b/doc/README-zh_TW.win32-bin.txt
@@ -11,7 +11,7 @@ GnuCash ä¸å
è¨è¨æææ¼ä½¿ç¨ï¼èä¸åè½å¼·å¤§åæå½æ§ãå®å¯ä»¥
IRC (è天): irc.gnome.org 伺æå¨ç #gnucash é »éï¼è¦ http://wiki.gnucash.org/wiki/IRC
妿æ¨éå°äºä»»ä½ bug æåé¡ï¼è«ä¸è¦é²çï¼å°åé¡å ±åå°æåç bug 追蹤系統 "Bugzilla": (è«ç¨è±æ)
-http://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
+https://bugs.gnucash.org/enter_bug.cgi?product=GnuCash
-------------------
diff --git a/doc/README.OFX b/doc/README.OFX
index 6870421..096ec3e 100644
--- a/doc/README.OFX
+++ b/doc/README.OFX
@@ -179,7 +179,7 @@ file)
If you encounter an error, you can report it in one of the following ways (in
order of effectiveness for you, but ANY report is apreciated):
-* Open a bug at http://bugzilla.gnome.org/
+* Open a bug at https://bugs.gnucash.org/
* gnucash-devel at gnucash.org or gnucash-user at gnucash.org (Subscriber-only list;
please subscribe on http://www.gnucash.org/cgi-bin/mailman/listinfo/ )
* http://lists.sourceforge.net/lists/listinfo/libofx-devel/ if ofxdump doesn't
@@ -196,7 +196,7 @@ output of the ofxdump utility on your file.
(1) GnuCash simply hangs when importing an OFX file
-This is probably bug http://bugzilla.gnome.org/show_bug.cgi?id=101738
+This is probably bug https://bugs.gnucash.org/show_bug.cgi?id=101738
Unfortunately the main developpers are unable to reproduce. So far, this bug
only occurs with OpenSP 1.5. It does not occur for anyone with OpenSP 1.3.x,
which is shipped on most Linux distro as part of openjade, so you may want to
diff --git a/gnucash/gnome-utils/dialog-options.c b/gnucash/gnome-utils/dialog-options.c
index a977ba9..cfd33fa 100644
--- a/gnucash/gnome-utils/dialog-options.c
+++ b/gnucash/gnome-utils/dialog-options.c
@@ -1007,7 +1007,7 @@ gnc_option_create_date_widget (GNCOption *option)
created a basic one called Combott implemented in gnc-combott.
Have highlighted changes in this file with comments for when
the feature of per-item tooltips is implemented in gtk,
- see http://bugs.gnucash.org/show_bug.cgi?id=303717 */
+ see https://bugs.gnucash.org/show_bug.cgi?id=303717 */
GtkListStore *store;
GtkTreeIter iter;
@@ -1114,7 +1114,7 @@ gnc_option_create_multichoice_widget(GNCOption *option)
created a basic one called Combott implemented in gnc-combott.
Have highlighted changes in this file with comments for when
the feature of per-item tooltips is implemented in gtk,
- see http://bugs.gnucash.org/show_bug.cgi?id=303717 */
+ see https://bugs.gnucash.org/show_bug.cgi?id=303717 */
GtkListStore *store;
GtkTreeIter iter;
diff --git a/gnucash/gnome-utils/gnc-main-window.c b/gnucash/gnome-utils/gnc-main-window.c
index d3ac8d1..2e5137f 100644
--- a/gnucash/gnome-utils/gnc-main-window.c
+++ b/gnucash/gnome-utils/gnc-main-window.c
@@ -4892,7 +4892,7 @@ dgettext_swapped (const gchar *msgid,
* This is copied into GnuCash from Gtk in order to fix problems when
* empty msgids were passed through gettext().
*
- * See http://bugs.gnucash.org/show_bug.cgi?id=326200 . If that bug
+ * See https://bugs.gnucash.org/show_bug.cgi?id=326200 . If that bug
* is fixed in the gtk that we can rely open, then
* gnc_gtk_action_group_set_translation_domain can be replaced by
* gtk_action_group_set_translation_domain again.
diff --git a/gnucash/gnome-utils/gnc-main-window.h b/gnucash/gnome-utils/gnc-main-window.h
index f6fee7f..7c1b26d 100644
--- a/gnucash/gnome-utils/gnc-main-window.h
+++ b/gnucash/gnome-utils/gnc-main-window.h
@@ -369,7 +369,7 @@ void gnc_main_window_restore_default_state(GncMainWindow *window);
* into GnuCash in order to fix problems when empty msgids were passed
* through gettext().
*
- * See http://bugs.gnucash.org/show_bug.cgi?id=326200 . If that bug
+ * See https://bugs.gnucash.org/show_bug.cgi?id=326200 . If that bug
* is fixed in the gtk that we can rely open, then
* gnc_gtk_action_group_set_translation_domain can be replaced by
* gtk_action_group_set_translation_domain again.
diff --git a/gnucash/gnome-utils/print-session.c b/gnucash/gnome-utils/print-session.c
index ea781f9..ba06b99 100644
--- a/gnucash/gnome-utils/print-session.c
+++ b/gnucash/gnome-utils/print-session.c
@@ -31,7 +31,7 @@
/* Do not treat -Wstrict-aliasing warnings as errors because of problems of the
* G_LOCK* macros as declared by glib. See
- * http://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
+ * https://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
*/
#if (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)
# pragma GCC diagnostic warning "-Wstrict-aliasing"
diff --git a/gnucash/gnucash-bin.c b/gnucash/gnucash-bin.c
index 1a9b81c..03d6c6c 100644
--- a/gnucash/gnucash-bin.c
+++ b/gnucash/gnucash-bin.c
@@ -162,7 +162,7 @@ gnc_print_unstable_message(void)
g_print("\n\n%s\n%s\n%s\n%s\n",
_("This is a development version. It may or may not work."),
_("Report bugs and other problems to gnucash-devel at gnucash.org"),
- _("You can also lookup and file bug reports at http://bugs.gnucash.org"),
+ _("You can also lookup and file bug reports at https://bugs.gnucash.org"),
_("To find the last stable version, please refer to http://www.gnucash.org"));
}
diff --git a/gnucash/report/business-reports/receipt.eguile.scm b/gnucash/report/business-reports/receipt.eguile.scm
index 4735f0c..60b0150 100644
--- a/gnucash/report/business-reports/receipt.eguile.scm
+++ b/gnucash/report/business-reports/receipt.eguile.scm
@@ -90,7 +90,7 @@
(let ((ttentries (gncTaxTableGetEntries taxtable)))
(if (string-prefix? "#<swig-pointer PriceList" (object->string ttentries))
; error in SWIG binding -- disable display of tax details
- ; (see http://bugs.gnucash.org/show_bug.cgi?id=573645)
+ ; (see https://bugs.gnucash.org/show_bug.cgi?id=573645)
(set! taxtables? #f))))))) ; hack required until Swig is fixed
; pre-scan invoice splits to see if any payments have been made
diff --git a/libgnucash/app-utils/test/test-exp-parser.c b/libgnucash/app-utils/test/test-exp-parser.c
index fca5afb..2c7aa3b 100644
--- a/libgnucash/app-utils/test/test-exp-parser.c
+++ b/libgnucash/app-utils/test/test-exp-parser.c
@@ -155,9 +155,9 @@ test_parser (void)
add_fail_test ("whitespace", " \t\n", 4);
add_fail_test ("bad expression", "\\", 0);
add_fail_test ("bad expression", "1 +", 3);
- /* Bug#334811 - http://bugs.gnucash.org/show_bug.cgi?id=334811 */
+ /* Bug#334811 - https://bugs.gnucash.org/show_bug.cgi?id=334811 */
add_fail_test ("bad expression", "1 2", 3);
- /* Bug#308554 - http://bugs.gnucash.org/show_bug.cgi?id=308554 */
+ /* Bug#308554 - https://bugs.gnucash.org/show_bug.cgi?id=308554 */
add_fail_test ("bad expression", "1 ç", 2);
add_fail_test ("bad expression", "ç 1", 0);
add_fail_test ("bad expression", "1 asdf", 6);
diff --git a/libgnucash/backend/xml/io-gncxml-v2.cpp b/libgnucash/backend/xml/io-gncxml-v2.cpp
index 81a03f0..55e4395 100644
--- a/libgnucash/backend/xml/io-gncxml-v2.cpp
+++ b/libgnucash/backend/xml/io-gncxml-v2.cpp
@@ -77,7 +77,7 @@ extern "C"
/* Do not treat -Wstrict-aliasing warnings as errors because of problems of the
* G_LOCK* macros as declared by glib. See
- * http://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
+ * https://bugs.gnucash.org/show_bug.cgi?id=316221 for additional information.
*/
#if (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)
# pragma GCC diagnostic warning "-Wstrict-aliasing"
diff --git a/libgnucash/doc/sx.rst b/libgnucash/doc/sx.rst
index 80d56fc..a648bd1 100644
--- a/libgnucash/doc/sx.rst
+++ b/libgnucash/doc/sx.rst
@@ -59,7 +59,7 @@ TODO
- [ ] bugs
- - [?] Expired scheduled transactions never run - <http://bugs.gnucash.org/show_bug.cgi?id=375892>
+ - [?] Expired scheduled transactions never run - <https://bugs.gnucash.org/show_bug.cgi?id=375892>
- remove
@@ -160,7 +160,7 @@ Notes::
- use Recurrence instead of FreqSpec
- ! [x] load druid
- - ! [x] sx-from-trans, <http://bugs.gnucash.org/show_bug.cgi?id=412633>
+ - ! [x] sx-from-trans, <https://bugs.gnucash.org/show_bug.cgi?id=412633>
- ! [x] XML migration, handling
- xml:freqSpec -> obj:Recurrence
diff --git a/libgnucash/engine/test/test-numeric.cpp b/libgnucash/engine/test/test-numeric.cpp
index cdb64fe..1963d80 100644
--- a/libgnucash/engine/test/test-numeric.cpp
+++ b/libgnucash/engine/test/test-numeric.cpp
@@ -720,7 +720,7 @@ check_mult_div (void)
a, b, "expected %s got %s = %s * %s for div 100th's");
/* Check for math with 2^63 < num*num < 2^64 which previously failed
- * see http://bugs.gnucash.org/show_bug.cgi?id=144980
+ * see https://bugs.gnucash.org/show_bug.cgi?id=144980
*/
v = 1000000;
a = gnc_numeric_create(1 * v, v);
diff --git a/po/ar.po b/po/ar.po
index 30861b3..b049e1b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -15421,8 +15421,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Ø£Ø±Ø³Ù Ø§ÙØ£Ø®Ø·Ø§Ø¡ ÙØºÙØ±ÙØ§ Ù
٠اÙÙ
شاÙÙ Ùgnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "ÙÙ
ÙÙÙ Ø£ÙØ¶Ø§ Ø¨ØØ« ÙØªÙدÙÙ
Ø§ÙØªÙØ§Ø±ÙØ± Ø§ÙØ£Ø®Ø·Ø§Ø¡ ÙÙ http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "ÙÙ
ÙÙÙ Ø£ÙØ¶Ø§ Ø¨ØØ« ÙØªÙدÙÙ
Ø§ÙØªÙØ§Ø±ÙØ± Ø§ÙØ£Ø®Ø·Ø§Ø¡ ÙÙ https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/as.po b/po/as.po
index 6c5ae52..d0d4b53 100644
--- a/po/as.po
+++ b/po/as.po
@@ -15491,8 +15491,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org লৠবাà¦à¦¬à§à§° à¦à§°à§ à¦à¦¨ সমসà§à¦¯à¦¾à¦¬à§à§° ৰিপà§à§°à§à¦ à¦à§°à¦"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "à¦à¦ªà§à¦¨à¦¿ http://bugs.gnucash.org ত বাঠৰিপà§à§°à§à¦à¦¬à§à§° à¦à¦¾à¦¬ à¦à§°à§ ফাà¦à¦² à¦à§°à¦¿à¦¬ পাৰà§"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "à¦à¦ªà§à¦¨à¦¿ https://bugs.gnucash.org ত বাঠৰিপà§à§°à§à¦à¦¬à§à§° à¦à¦¾à¦¬ à¦à§°à§ ফাà¦à¦² à¦à§°à¦¿à¦¬ পাৰà§"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/az.po b/po/az.po
index 0a37a5e..dbf4d21 100644
--- a/po/az.po
+++ b/po/az.po
@@ -15158,7 +15158,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/bg.po b/po/bg.po
index 669a197..ff7b2e2 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -15772,7 +15772,7 @@ msgstr "ÐокладвайÑе за гÑеÑки и пÑоблеми на gnucas
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"ÐожеÑе да пÑоÑледÑваÑе и подаваÑе доклади за гÑеÑка на http://bugzilla.gnome."
"org\n"
diff --git a/po/brx.po b/po/brx.po
index f63aa9e..cb4650f 100644
--- a/po/brx.po
+++ b/po/brx.po
@@ -15456,9 +15456,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "बाठà¤à¤°à¥ à¤à¥à¤¬à¥à¤¨ à¤à¥à¤à¤¨à¤¾à¤à¥ gnucash-devel at gnucash.org à¤à¤µ रिपरà¥à¤ à¤à¤¾à¤²à¤¾à¤®"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"नà¥à¤à¤¥à¤¾à¤à¤¾ लà¥à¤à¤à¤ª à¤à¤¾à¤²à¤¾à¤®à¤¨à¥ à¤à¤°à¥ बाठरिपरà¥à¤à¤à¥ http://bugs.gnucash.org à¤à¤µ फाà¤à¤² "
+"नà¥à¤à¤¥à¤¾à¤à¤¾ लà¥à¤à¤à¤ª à¤à¤¾à¤²à¤¾à¤®à¤¨à¥ à¤à¤°à¥ बाठरिपरà¥à¤à¤à¥ https://bugs.gnucash.org à¤à¤µ फाà¤à¤² "
"à¤à¤¾à¤²à¤¾à¤®à¤¨à¥ हायà¥"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/ca.po b/po/ca.po
index 747453c..a1f8205 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -15733,9 +15733,9 @@ msgstr ""
"Informeu sobre els errors i altres problemes a gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"També podeu consultar i crear informes d'error a http://bugs.gnucash.org"
+"També podeu consultar i crear informes d'error a https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/cs.po b/po/cs.po
index d845791..d546ce9 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -15568,7 +15568,7 @@ msgstr "Chyby a jiné problémy hlaste na gnucash-devel at gnucash.org.\n"
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Můžete také vyhledávat a zakládat hlášenà o chybách na http://bugzilla.gnome."
"org\n"
diff --git a/po/da.po b/po/da.po
index fdf4bc2..a44ddff 100644
--- a/po/da.po
+++ b/po/da.po
@@ -15441,9 +15441,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Meld fejl og andre problemer til gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Du kan også finde og anmelde fejlrapporter på http://bugs.gnucash.org"
+"Du kan også finde og anmelde fejlrapporter på https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/de.po b/po/de.po
index e0af340..df96092 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9128,9 +9128,9 @@ msgstr ""
"Fehler und andere Probleme werden auf gnucash-devel at gnucash.org diskutiert."
#: gnucash/gnucash-bin.c:161
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Fehlerberichte können auf http://bugs.gnucash.org eingesehen und erstellt "
+"Fehlerberichte können auf https://bugs.gnucash.org eingesehen und erstellt "
"werden."
#: gnucash/gnucash-bin.c:162
diff --git a/po/doi.po b/po/doi.po
index 85fdaa4..df97e93 100644
--- a/po/doi.po
+++ b/po/doi.po
@@ -15682,8 +15682,8 @@ msgstr "बà¤à¥à¤ तॠहà¥à¤° दà¥à¤à¤¯à¥à¤ समसà¥à¤¯à¤¾à¤
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "तà¥à¤¸ http://bugs.gnucash.org पर बठरिपà¥à¤à¤¾à¤ दिà¤à¥à¤à¥ तॠदरà¥à¤ à¤à¤°à¥ सà¤à¤¦à¥ à¤.\n"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "तà¥à¤¸ https://bugs.gnucash.org पर बठरिपà¥à¤à¤¾à¤ दिà¤à¥à¤à¥ तॠदरà¥à¤ à¤à¤°à¥ सà¤à¤¦à¥ à¤.\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/el.po b/po/el.po
index db240b3..464e8d3 100644
--- a/po/el.po
+++ b/po/el.po
@@ -15465,7 +15465,7 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"ÎÏοÏείÏε να ελÎγξεÏε και να καÏαÏÏÏίÏεÏε αναÏοÏÎÏ ÏÏαλμάÏÏν ÏÏο http://"
"bugs.gnucash.org\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index d316f40..66fef0d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -15618,9 +15618,9 @@ msgstr "Report bugs and other problems to gnucash-devel at gnucash.org.\n"
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"You can also lookup and file bug reports at http://bugs.gnucash.org\n"
+"You can also lookup and file bug reports at https://bugs.gnucash.org\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/es.po b/po/es.po
index ec0d697..5cb6725 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8448,8 +8448,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Comunique defectos y otros problemas a gnucash-devel at gnucash.org"
#: gnucash/gnucash-bin.c:161
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "También puede ver y enviar boletines de defectos a http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "También puede ver y enviar boletines de defectos a https://bugs.gnucash.org"
#: gnucash/gnucash-bin.c:162
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/es_NI.po b/po/es_NI.po
index 8cbd490..d0556ff 100644
--- a/po/es_NI.po
+++ b/po/es_NI.po
@@ -16151,7 +16151,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/eu.po b/po/eu.po
index 1122978..15a6faf 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -16000,9 +16000,9 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Akatsen berriemateak ikusi eta bidaltzeko http://bugs.gnucash.org ere "
+"Akatsen berriemateak ikusi eta bidaltzeko https://bugs.gnucash.org ere "
"erabil dezakezu.\n"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/fa.po b/po/fa.po
index 84316f5..ab637a9 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -14803,7 +14803,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/fi.po b/po/fi.po
index 0c1d455..bd013e2 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -14943,7 +14943,7 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Voit myös etsiä ja jättää bugiraportteja osoitteessa http://bugzilla.gnome."
"org\n"
diff --git a/po/fr.po b/po/fr.po
index dfd2681..2b2090d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -17215,10 +17215,10 @@ msgstr ""
"Rapporter les anomalies ou tout autre problème à gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Vous pouvez aussi consulter ou transmettre des rapports d'anomalie sur "
-"http://bugs.gnucash.org"
+"https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/gu.po b/po/gu.po
index 40b7125..500ac5e 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -15605,9 +15605,9 @@ msgstr "બઠàª
નૠàª
નà«àª¯ મà«àª¶à«àªà«àª²à«àª વિશૠg
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"તમૠબàªàª¨à« àª
હà«àªµàª¾àª² http://bugs.gnucash.org પર પણ àªà«àª શàªà« àªà« àª
નૠàªàªªà« પણ શàªà« àªà«.\n"
+"તમૠબàªàª¨à« àª
હà«àªµàª¾àª² https://bugs.gnucash.org પર પણ àªà«àª શàªà« àªà« àª
નૠàªàªªà« પણ શàªà« àªà«.\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/he.po b/po/he.po
index 3c9f6ff..e27c1fe 100644
--- a/po/he.po
+++ b/po/he.po
@@ -14989,8 +14989,8 @@ msgstr "×××× ×¢× ××××× ×××¢××ת ××ר×ת ×- gnucash at devel@gnuca
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "×× × ×××× ×× ××פש ×××××× ×¢× ××××× ×- http://bugs.gnucash.org\n"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "×× × ×××× ×× ××פש ×××××× ×¢× ××××× ×- https://bugs.gnucash.org\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/hi.po b/po/hi.po
index 70afaa1..3dbab60 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -15376,8 +15376,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org à¤à¥ लिठबठतथा à¤
नà¥à¤¯ समसà¥à¤¯à¤¾à¤à¤ à¤à¥ सà¥à¤à¤¨à¤¾ दà¥à¤."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "http://bugs.gnucash.org पर à¤à¥ बठरिपà¥à¤°à¥à¤ दà¥à¤ à¤à¤° दरà¥à¤ à¤à¤° सà¤à¤¤à¥ हà¥à¤"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "https://bugs.gnucash.org पर à¤à¥ बठरिपà¥à¤°à¥à¤ दà¥à¤ à¤à¤° दरà¥à¤ à¤à¤° सà¤à¤¤à¥ हà¥à¤"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/hu.po b/po/hu.po
index 801fc1d..7107bc2 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -15545,9 +15545,9 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Hibajelentéseket megtekinthet vagy leadhat a http://bugs.gnucash.org "
+"Hibajelentéseket megtekinthet vagy leadhat a https://bugs.gnucash.org "
"lapon.\n"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/it.po b/po/it.po
index ad48883..7d6e514 100644
--- a/po/it.po
+++ b/po/it.po
@@ -16039,7 +16039,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Segnalare i problemi a gnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Ã possibile anche cercare e compilare rapporti d'errore all'indirizzo http://"
"bugs.gnucash.org"
diff --git a/po/ja.po b/po/ja.po
index 0bdfb3c..b0852ee 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -15322,9 +15322,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "ãã°ããã®ä»ã®åé¡ã¯ gnucash-devel at gnucash.org ã«å ±åãã¦ãã ããã"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"ã¾ãã http://bugs.gnucash.org ã§ãã°ãæ¢ãããç»é²ãããã¨ãã§ãã¾ãã"
+"ã¾ãã https://bugs.gnucash.org ã§ãã°ãæ¢ãããç»é²ãããã¨ãã§ãã¾ãã"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/kn.po b/po/kn.po
index 29e2313..601fa22 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -15565,9 +15565,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org à²à³ ದà³à²·à²à²³à²¨à³à²¨à³ ಮತà³à²¤à³ à²à²¤à²°à³ ತà³à²à²¦à²°à³à²à²³à²¨à³à²¨à³ ವರದಿ ಮಾಡಿ"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"ನà³à²µà³ http://bugs.gnucash.org ನಲà³à²²à²¿ ದà³à²· ವರದಿà²à²³à²¨à³à²¨à³ ಹà³à²¡à³à²à²¬à²¹à³à²¦à³ à²
ಥವ ಸಲà³à²²à²¿à²¸à²¬à²¹à³à²¦à³"
+"ನà³à²µà³ https://bugs.gnucash.org ನಲà³à²²à²¿ ದà³à²· ವರದಿà²à²³à²¨à³à²¨à³ ಹà³à²¡à³à²à²¬à²¹à³à²¦à³ à²
ಥವ ಸಲà³à²²à²¿à²¸à²¬à²¹à³à²¦à³"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/ko.po b/po/ko.po
index 0c1dab4..294232d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -15114,9 +15114,9 @@ msgstr "ë²ê·¸ ë° ê¸°í 문ì 를 gnucash-devel at gnucash.orgì ë³´ê³ íì¬
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"http://bugs.gnucash.orgìì ì°¾ì ì ìê³ , íì¼ ë²ê·¸ ë³´ê³ ë í ì ììµëë¤\n"
+"https://bugs.gnucash.orgìì ì°¾ì ì ìê³ , íì¼ ë²ê·¸ ë³´ê³ ë í ì ììµëë¤\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/kok.po b/po/kok.po
index 4c23373..edc2e45 100644
--- a/po/kok.po
+++ b/po/kok.po
@@ -15296,9 +15296,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org ठबà¤à¥à¤ à¤à¤£à¤¿ हà¥à¤° à¤à¤¡à¤®à¥à¤³à¤¾à¤à¤à¥ à¤
हवाल दियात."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"तà¥à¤®à¥ http://bugs.gnucash.org à¤à¥à¤° लà¥à¤à¥à¤¤ पळà¥à¤µà¤ªà¤¾à¤ शà¤à¤¤à¤¾ à¤à¤£à¤¿ बà¤à¤¾à¤à¥ à¤
हवाल दिवपाठ"
+"तà¥à¤®à¥ https://bugs.gnucash.org à¤à¥à¤° लà¥à¤à¥à¤¤ पळà¥à¤µà¤ªà¤¾à¤ शà¤à¤¤à¤¾ à¤à¤£à¤¿ बà¤à¤¾à¤à¥ à¤
हवाल दिवपाठ"
"शà¤à¤¤à¤¾"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/kok at latin.po b/po/kok at latin.po
index b3cae58..012b900 100644
--- a/po/kok at latin.po
+++ b/po/kok at latin.po
@@ -15525,7 +15525,7 @@ msgstr ""
"Kompivttoracheo chuki ani her prosn gnucahs-devel at gnucash.org haka kolloi"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Tujean pollonvkui zata ani kompivttorachea chukiche vake http://bugzilla."
"gnome.org hanga fail korum ietat"
diff --git a/po/ks.po b/po/ks.po
index c59d09a..d81668a 100644
--- a/po/ks.po
+++ b/po/ks.po
@@ -15468,9 +15468,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "रिपà¥à¤ à¤à¥à¤°à¤¿à¤µ बठतॠबाà¤à¥à¤¯ पराबलिम gnucash-devel at gnucash.org à¤à¥à¤¨"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"तà¥à¤¹à¤¯à¥ हà¥à¤à¤¿à¤µ बà¥à¤¯à¤¿ वà¥à¤à¤¿à¤¥ तॠफायिल à¤à¥à¤°à¤¿à¤¥ बठरिपà¥à¤ http://bugs.gnucash.org पयà¥à¤ "
+"तà¥à¤¹à¤¯à¥ हà¥à¤à¤¿à¤µ बà¥à¤¯à¤¿ वà¥à¤à¤¿à¤¥ तॠफायिल à¤à¥à¤°à¤¿à¤¥ बठरिपà¥à¤ https://bugs.gnucash.org पयà¥à¤ "
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/lt.po b/po/lt.po
index 1658e19..49ae677 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -15437,9 +15437,9 @@ msgstr ""
"Apie klaidas ir kitas problemas praneškite adresu gnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Taip pat galite ieškoti ir pranešti apie klaidas http://bugs.gnucash.org"
+"Taip pat galite ieškoti ir pranešti apie klaidas https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/lv.po b/po/lv.po
index 15aacd3..eb05a46 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -15424,8 +15424,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Par defektiem vai citÄm kļudÄm ziÅot gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "Varat arÄ« apskatÄ«t un reÄ£istrÄt defektus http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "Varat arÄ« apskatÄ«t un reÄ£istrÄt defektus https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/mai.po b/po/mai.po
index d8cd0d5..d05c90c 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -15410,8 +15410,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org à¤à¤²à¥à¤² बठतथा à¤à¤¨ समसà¥à¤¯à¤¾ à¤à¥à¤° सà¥à¤à¤¨à¤¾ दिà¤
."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "http://bugs.gnucash.org सà¥à¤¹à¥ पर बठरिपà¥à¤°à¥à¤ दà¥à¤à¤¿ à¤à¤à¤° दरà¥à¤ à¤à¤ सà¤à¥à¤¤ à¤à¥"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "https://bugs.gnucash.org सà¥à¤¹à¥ पर बठरिपà¥à¤°à¥à¤ दà¥à¤à¤¿ à¤à¤à¤° दरà¥à¤ à¤à¤ सà¤à¥à¤¤ à¤à¥"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/mni.po b/po/mni.po
index ed05259..7181a23 100644
--- a/po/mni.po
+++ b/po/mni.po
@@ -15363,8 +15363,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "ê¯ê¯ê¯ê¯¤ê¯¡ ê¯ê¯ê¯ê¯¨ê¯¡ ê¯ê¯ê¯£ê¯ê¯ ê¯ê¯¨ê¯ê¯£ê¯¡ê¯ê¯¥ê¯ê¯ê¯ê¯¤ê¯¡ gnucash-devel at gnucash.org ê¯ ê¯ê¯¤ê¯ê¯£ê¯ê¯ ê¯ê¯§ê¯ê¯£"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "ê¯ê¯ê¯£ê¯ê¯ê¯¨ http://bugs.gnucash.org ê¯ ê¯ê¯ ê¯ê¯¤ê¯ê¯£ê¯ê¯ ê¯ê¯¤ê¯¡ ê¯ê¯¤ê¯ ê¯ê¯ê¯ê¯¨ê¯¡ ê¯ê¯¥ê¯ê¯ ê¯ê¯§ê¯ ê¯ê¯¥ê¯"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "ê¯ê¯ê¯£ê¯ê¯ê¯¨ https://bugs.gnucash.org ê¯ ê¯ê¯ ê¯ê¯¤ê¯ê¯£ê¯ê¯ ê¯ê¯¤ê¯¡ ê¯ê¯¤ê¯ ê¯ê¯ê¯ê¯¨ê¯¡ ê¯ê¯¥ê¯ê¯ ê¯ê¯§ê¯ ê¯ê¯¥ê¯"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/mni at bengali.po b/po/mni at bengali.po
index 35f784a..3c3bd36 100644
--- a/po/mni at bengali.po
+++ b/po/mni at bengali.po
@@ -15543,9 +15543,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "বà¦à¦¸à¦¿à¦ à¦
মসà§à¦ à¦
তà§à¦ªà§à¦ªà¦¾ পà§à¦°à§à¦¬à§à¦²à§à¦®à¦¸à¦¿à¦ gnucash-devel at gnucash.orgদা রিপà§à¦°à§à¦¤ তৠ"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"নহাà¦à§à¦¨à¦¾ http://bugs.gnucash.orgদা বঠরিপà§à¦°à§à¦¤à¦¸à¦¿à¦ থà§à¦¬à¦¾ à¦
মসà§à¦ ফাà¦à¦² সà§à¦®à§à¦¬à¦¸à§ à§à¦¾à¦"
+"নহাà¦à§à¦¨à¦¾ https://bugs.gnucash.orgদা বঠরিপà§à¦°à§à¦¤à¦¸à¦¿à¦ থà§à¦¬à¦¾ à¦
মসà§à¦ ফাà¦à¦² সà§à¦®à§à¦¬à¦¸à§ à§à¦¾à¦"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/mr.po b/po/mr.po
index cd76c86..64d3a58 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -15383,8 +15383,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "à¤à¤¾à¤¹à¥ दà¥à¤· व à¤à¤¤à¤° समसà¥à¤¯à¤¾ à¤
सलà¥à¤¯à¤¾à¤¸ gnucash-devel at gnucash.org ला à¤à¤³à¤µà¤¾"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "तà¥à¤®à¥à¤¹à¥ http://bugs.gnucash.org यà¥à¤¥à¥ दà¥à¤·à¤¾à¤¸à¤à¤¬à¤à¤§à¤¿à¤à¥ à¤
हवाल पाहॠशà¤à¤¤à¤¾ व नà¥à¤à¤¦à¤µà¥ शà¤à¤¤à¤¾"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "तà¥à¤®à¥à¤¹à¥ https://bugs.gnucash.org यà¥à¤¥à¥ दà¥à¤·à¤¾à¤¸à¤à¤¬à¤à¤§à¤¿à¤à¥ à¤
हवाल पाहॠशà¤à¤¤à¤¾ व नà¥à¤à¤¦à¤µà¥ शà¤à¤¤à¤¾"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/nb.po b/po/nb.po
index 65c0719..526ae11 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -15693,7 +15693,7 @@ msgstr "Rapporter feil og andre problemer til gnucash-devel at gnucash.org.\n"
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Du kan også søke etter og legge inn feilrapporter på http://bugzilla.gnome."
"org\n"
diff --git a/po/ne.po b/po/ne.po
index 1040a85..f83704d 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -15621,9 +15621,9 @@ msgstr "gnucash-devel at gnucash.org मा बà¤à¤¹à¤°à¥ र à¤
रॠसमस
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"तपाà¤à¤à¤²à¥ http://bugs.gnucash.org मा बठपà¥à¤°à¤¤à¤¿à¤µà¥à¤¦à¤¨à¤¹à¤°à¥ फाà¤à¤² à¤à¤°à¥à¤¨ र पतà¥à¤¤à¤¾ लà¤à¤¾à¤à¤¨ पनि "
+"तपाà¤à¤à¤²à¥ https://bugs.gnucash.org मा बठपà¥à¤°à¤¤à¤¿à¤µà¥à¤¦à¤¨à¤¹à¤°à¥ फाà¤à¤² à¤à¤°à¥à¤¨ र पतà¥à¤¤à¤¾ लà¤à¤¾à¤à¤¨ पनि "
"सà¤à¥à¤¨à¥à¤¹à¥à¤¨à¥à¤\n"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/nl.po b/po/nl.po
index 8c7ec30..330ca91 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -8392,8 +8392,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Fouten en andere problemen kunt u aan gnucash-devel at gnucash.org rapporteren."
#: gnucash/gnucash-bin.c:161
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "U kunt geconstateerde fouten ook op http://bugs.gnucash.org melden."
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "U kunt geconstateerde fouten ook op https://bugs.gnucash.org melden."
#: gnucash/gnucash-bin.c:162
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/pl.po b/po/pl.po
index 78d6bbb..16ab3c0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -15745,7 +15745,7 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Można także przeglÄ
daÄ i zgÅaszaÄ bÅÄdy na stronie http://bugzilla.gnome."
"org\n"
diff --git a/po/pt.po b/po/pt.po
index f1f311a..fa2e765 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -15561,8 +15561,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Reportar erros e outros problemas a gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "Pode também procurar e reportar erros em http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "Pode também procurar e reportar erros em https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 83a9f22..935820d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -15706,7 +15706,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Relate erros (bugs) e outros problemas para gnucash-devel at gnucash.org."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Você também pode obter informações e relatar erros (bugs) em http://bugzilla."
"gnome.org"
diff --git a/po/ro.po b/po/ro.po
index 9664b91..bcfa2f0 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -15797,8 +15797,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "RaportaÈi buguri Èi alte probleme la gnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "PuteÈi de asemenea sÄ raportaÈi buguri la http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "PuteÈi de asemenea sÄ raportaÈi buguri la https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/ru.po b/po/ru.po
index 9e3f7c2..7200699 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9006,7 +9006,7 @@ msgstr ""
"СообÑайÑе об оÑибкаÑ
и дÑÑгиÑ
пÑоблемаÑ
по адÑеÑÑ: gnucash-devel at gnucash.org"
#: gnucash/gnucash-bin.c:161
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"Также Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе иÑкаÑÑ Ð¸ ÑоздаваÑÑ ÑообÑÐµÐ½Ð¸Ñ Ð¾Ð± оÑибкаÑ
по адÑеÑÑ: http://"
"bugs.gnucash.org"
diff --git a/po/rw.po b/po/rw.po
index d35f954..0cebf73 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -16606,7 +16606,7 @@ msgstr "org."
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr "GUSHAKISHA Na IDOSIYE Raporo ku HTTP"
#: ../gnucash/gnucash-bin.c:163
diff --git a/po/sk.po b/po/sk.po
index c1e0e08..94edf81 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8739,9 +8739,9 @@ msgstr "Oznámente chyby a ostatné problémy na gnucash-devel at gnucash.org.\n"
#: gnucash/gnucash-bin.c:161
#, fuzzy
-#| msgid "You can also lookup and file bug reports at http://bugs.gnucash.org\n"
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "Tiež si môžete pozrieť oznámenia o chybách na http://bugs.gnucash.org\n"
+#| msgid "You can also lookup and file bug reports at https://bugs.gnucash.org\n"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "Tiež si môžete pozrieť oznámenia o chybách na https://bugs.gnucash.org\n"
#: gnucash/gnucash-bin.c:162
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/sr.po b/po/sr.po
index 97d1ec3..3d1d3b4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -15518,7 +15518,7 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "ÐÑиÑавиÑе гÑеÑке и дÑÑге пÑоблеме на âgnucash-devel at gnucash.orgâ"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
"ТакоÑе можеÑе поÑÑажиÑи и попÑниÑи извеÑÑаÑе о гÑеÑкама на âhttp://bugzilla."
"gnome.orgâ"
diff --git a/po/sv.po b/po/sv.po
index 94813a6..d641328 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -14900,9 +14900,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Rapportera fel och andra problem till gnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Du kan också skapa och söka efter felrapporter på http://bugs.gnucash.org"
+"Du kan också skapa och söka efter felrapporter på https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/ta.po b/po/ta.po
index f62423e..0176e9f 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -15514,8 +15514,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org-à®à®²à¯ பிழà¯à®à®³à¯ மறà¯à®±à¯à®®à¯ பிற பிரà®à¯à®à®¿à®©à¯à®à®³à¯ à®
றிà®à¯à®à¯à®¯à®¿à®à®µà¯à®®à¯"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "நà¯à®à¯à®à®³à¯ http://bugs.gnucash.org à®à®²à¯à®®à¯ பாரà¯à®¤à¯à®¤à¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ பிழà¯à®à®³à¯ à®
றிà®à¯à®à¯à®¯à®¿à®à®²à®¾à®®à¯"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "நà¯à®à¯à®à®³à¯ https://bugs.gnucash.org à®à®²à¯à®®à¯ பாரà¯à®¤à¯à®¤à¯ à®à¯à®ªà¯à®ªà®¿à®©à¯ பிழà¯à®à®³à¯ à®
றிà®à¯à®à¯à®¯à®¿à®à®²à®¾à®®à¯"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/te.po b/po/te.po
index 6ed774d..7e661ec 100644
--- a/po/te.po
+++ b/po/te.po
@@ -15280,8 +15280,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnuà°à±à°¯à°¾à°·à±-à°¡à±à°µà±âలపà±@gnuà°à±à°¯à°¾à°·à±.à°à°°à±à°à±âà°à± à°¦à±à°·à°¾à°²à°¨à± మరియౠà°à°¤à°° సమసà±à°¯à°²à°¨à± నివà±à°¦à°¿à°à°à±"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "http://bugs.gnucash.org à°à±à°¡à°¾ à°®à±à°°à± à°¦à±à°· నివà±à°¦à°¿à°à°²à°¨à± à°à±à°¡à°µà°à±à°à± మరియౠఫà±à°²à± à°à±à°¯à°µà°à±à°à±."
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "https://bugs.gnucash.org à°à±à°¡à°¾ à°®à±à°°à± à°¦à±à°· నివà±à°¦à°¿à°à°²à°¨à± à°à±à°¡à°µà°à±à°à± మరియౠఫà±à°²à± à°à±à°¯à°µà°à±à°à±."
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/tr.po b/po/tr.po
index 30b7534..8af987f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -13979,8 +13979,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "Hatalar ve diÄer sorunları gnucash-devel at gnucash.org adresine bildirin."
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "Hata bildirimi ve araÅtırması için http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "Hata bildirimi ve araÅtırması için https://bugs.gnucash.org"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/uk.po b/po/uk.po
index 66cfb59..e13d1f4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -15413,9 +15413,9 @@ msgstr ""
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"Ðи можеÑе ÑклаÑÑи звÑÑ Ð¿Ñо Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ Ð·Ð° адÑеÑÐ¾Ñ http://bugs.gnucash.org\n"
+"Ðи можеÑе ÑклаÑÑи звÑÑ Ð¿Ñо Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ Ð·Ð° адÑеÑÐ¾Ñ https://bugs.gnucash.org\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/ur.po b/po/ur.po
index 8755d80..1037d54 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -15543,9 +15543,9 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "gnucash-devel at gnucash.org پر بگس Ø§ÙØ± دÛگر Ù
Ø³Ø§Ø¦Ù Ú©Û Ø±Ù¾ÙØ±Ù¹ ÙØ±ÛÚº"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
msgstr ""
-"آپ Ø¨Ú¾Û ØªÙØ§Ø´ Ø§ÙØ± http://bugs.gnucash.org پر بگ Ú©Û Ø±Ù¾ÙØ±Ù¹ درج کرا Ø³Ú©ØªÛ ÛÛÚº"
+"آپ Ø¨Ú¾Û ØªÙØ§Ø´ Ø§ÙØ± https://bugs.gnucash.org پر بگ Ú©Û Ø±Ù¾ÙØ±Ù¹ درج کرا Ø³Ú©ØªÛ ÛÛÚº"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/vi.po b/po/vi.po
index 01af60e..7a20b21 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -15684,8 +15684,8 @@ msgstr "Hãy thông báo lá»i cho <gnucash-devel at gnucash.org>.\n"
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "CÅ©ng có thá» tra tìm và thông báo lá»i Ỡ« http://bugs.gnucash.org »\n"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "CÅ©ng có thá» tra tìm và thông báo lá»i Ỡ« https://bugs.gnucash.org »\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index fcd8a1d..5a28829 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -15361,8 +15361,8 @@ msgstr "请å°ç¨åºé误æå
¶å®çé®é¢æ¥åç» gnucash-devel at gnucash.org
#: ../gnucash/gnucash-bin.c:162
#, fuzzy
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "æ¨ä¹å¯ä»¥å¨ http://bugs.gnucash.org æ¥è¯¢åæ¥åé误\n"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "æ¨ä¹å¯ä»¥å¨ https://bugs.gnucash.org æ¥è¯¢åæ¥åé误\n"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index cddc4b0..6b5c9f7 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -15107,8 +15107,8 @@ msgid "Report bugs and other problems to gnucash-devel at gnucash.org"
msgstr "è«å°ç¨å¼é¯èª¤æå
¶ä»çåé¡åå ±å° gnucash-devel at gnucash.org"
#: ../gnucash/gnucash-bin.c:162
-msgid "You can also lookup and file bug reports at http://bugs.gnucash.org"
-msgstr "æ¨ä¹å¯ä»¥å¨ http://bugs.gnucash.org æ¥è©¢ååå ±é¯èª¤"
+msgid "You can also lookup and file bug reports at https://bugs.gnucash.org"
+msgstr "æ¨ä¹å¯ä»¥å¨ https://bugs.gnucash.org æ¥è©¢ååå ±é¯èª¤"
#: ../gnucash/gnucash-bin.c:163
msgid "To find the last stable version, please refer to http://www.gnucash.org"
Summary of changes:
ChangeLog.2003 | 2 +-
ChangeLog.2006 | 8 ++---
ChangeLog.2006-manual | 8 ++---
ChangeLog.2008 | 2 +-
ChangeLog.2009 | 4 +--
ChangeLog.2010 | 2 +-
ChangeLog.2011 | 2 +-
ChangeLog.2012 | 6 ++--
NEWS | 38 +++++++++++-----------
doc/README-ca.win32-bin.txt | 2 +-
doc/README-de.win32-bin.txt | 2 +-
doc/README-fr.win32-bin.txt | 2 +-
doc/README-it.win32-bin.txt | 2 +-
doc/README-lv.win32-bin.txt | 2 +-
doc/README-nl.win32-bin.txt | 2 +-
doc/README-zh_CN.win32-bin.txt | 2 +-
doc/README-zh_TW.win32-bin.txt | 2 +-
doc/README.OFX | 4 +--
gnucash/gnome-utils/dialog-options.c | 4 +--
gnucash/gnome-utils/gnc-main-window.c | 2 +-
gnucash/gnome-utils/gnc-main-window.h | 2 +-
gnucash/gnome-utils/print-session.c | 2 +-
gnucash/gnucash-bin.c | 2 +-
gnucash/report/business-reports/receipt.eguile.scm | 2 +-
libgnucash/app-utils/test/test-exp-parser.c | 4 +--
libgnucash/backend/xml/io-gncxml-v2.cpp | 2 +-
libgnucash/doc/sx.rst | 4 +--
libgnucash/engine/test/test-numeric.cpp | 2 +-
po/ar.po | 4 +--
po/as.po | 4 +--
po/az.po | 2 +-
po/bg.po | 2 +-
po/brx.po | 4 +--
po/ca.po | 4 +--
po/cs.po | 2 +-
po/da.po | 4 +--
po/de.po | 4 +--
po/doi.po | 4 +--
po/el.po | 2 +-
po/en_GB.po | 4 +--
po/es.po | 4 +--
po/es_NI.po | 2 +-
po/eu.po | 4 +--
po/fa.po | 2 +-
po/fi.po | 2 +-
po/fr.po | 4 +--
po/gu.po | 4 +--
po/he.po | 4 +--
po/hi.po | 4 +--
po/hu.po | 4 +--
po/it.po | 2 +-
po/ja.po | 4 +--
po/kn.po | 4 +--
po/ko.po | 4 +--
po/kok.po | 4 +--
po/kok at latin.po | 2 +-
po/ks.po | 4 +--
po/lt.po | 4 +--
po/lv.po | 4 +--
po/mai.po | 4 +--
po/mni.po | 4 +--
po/mni at bengali.po | 4 +--
po/mr.po | 4 +--
po/nb.po | 2 +-
po/ne.po | 4 +--
po/nl.po | 4 +--
po/pl.po | 2 +-
po/pt.po | 4 +--
po/pt_BR.po | 2 +-
po/ro.po | 4 +--
po/ru.po | 2 +-
po/rw.po | 2 +-
po/sk.po | 6 ++--
po/sr.po | 2 +-
po/sv.po | 4 +--
po/ta.po | 4 +--
po/te.po | 4 +--
po/tr.po | 4 +--
po/uk.po | 4 +--
po/ur.po | 4 +--
po/vi.po | 4 +--
po/zh_CN.po | 4 +--
po/zh_TW.po | 4 +--
83 files changed, 155 insertions(+), 155 deletions(-)
More information about the gnucash-changes
mailing list