Commit Graph
100 Commits
Author SHA1 Message Date
Christian Stimming 9812f77182 Bug #529816: Clarify i18n strings and comments concerning CUSIP and ISIN.
Patch by Frank H. Ellenberger.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17464 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-08-12 19:14:52 +00:00
Christian Stimming 8f9c93c494 Remove superfluous tab in message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17404 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-24 08:30:52 +00:00
Christian Stimming 7111518802 Require SWIG 1.3.31 because of the inline keyword in C headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17329 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-15 07:39:21 +00:00
Christian Stimming ca29510911 Add credit to Assibiboine Credit Union for python bindings.
Mark Jenkins wrote: I would also like to give credit to Assiniboine Credit Union
(http://www.assiniboine.mb.ca Winnipeg, Canada), which has funded a good
chunk of our work on this through a grant they gave us in 2007.
Additional python binding work since between June 17 and December 31,
2008 is being funded by a second grant they gave us this year.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17291 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-08 22:56:27 +00:00
Christian Stimming 4545e8054e Fix gnucash-env path in make check of python bindings; add PYTHONPATH.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17285 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-07 21:40:04 +00:00
Christian Stimming bd145a3416 Updated python bindings (r17263) for the gnucash API as of 2008-06-06.
Copied from http://savannah.nongnu.org/projects/python-gnucash.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17284 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-07 21:11:02 +00:00
Christian Stimming 4fa2e87962 Python bindings for the gnucash API.
Submitted by Mark Jenkins on 2008-03-25 to gnucash-devel.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17263 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-07 19:18:26 +00:00
Christian Stimming 0c9ce6d1f2 Remove include <gnc-date.h> of r17249 that breaks the build on some systems.
Notably, with swig-1.3.31 this doesn't seem to work.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17262 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-07-07 19:18:14 +00:00
Christian Stimming adcbc5d215 Add Hebrew translation by Ori Hoch.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17144 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-05-01 09:10:30 +00:00
Christian Stimming bbe32f6527 I18n: Fix translator comment about recurrence frequency.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17048 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-03-26 20:44:33 +00:00
Christian Stimming 178972e03e Update ktoblzcheck version.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16993 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-03-01 16:43:59 +00:00
Christian Stimming 40219aea95 New Vietnamese translation by Clytie Siddall.
This merges r16679 from 2.2 branch. The translation itself is
already outdated, but this commit is merged anyway so that
the addition of this new translation isn't forgotten in the
future when trunk becomes the next stable branch.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16961 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-24 20:58:16 +00:00
Christian Stimming 1eebeaaf2e Add Swiss German translation by Raffael Luthiger.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16959 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-02-24 20:48:31 +00:00
Christian Stimming 2d896028aa #509562: Fix apparently ugly typo in pt_BR account template.
Bug submitted by Renato Moutinho.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16870 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-20 13:24:17 +00:00
Christian Stimming e3f63d58f0 Add po/POTFILES.in to SVN so that l10n.gnome.org can download it directly.
Also, modify build rules so that POTFILES.in is no longer generated
automatically during make dist, but only on explicit "make pot", because
the build rule will now modify POTFILES.in in the srcdir and no longer
in the builddir.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16864 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-15 20:40:19 +00:00
Christian Stimming e3bbac6c2b Revert "Re-add POTFILES.in to SVN."
The build rules have to be modified non-trivially in order to have this
do the correct thing if builddir != srcdir. I give up for now - maybe
someone else?


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16859 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-15 10:26:22 +00:00
Christian Stimming afa5725743 Re-add POTFILES.in to SVN so that l10n.gnome.org can download it directly.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16858 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-15 10:17:08 +00:00
Christian Stimming 7feab49362 Fix goffice check that was broken for goffice < 0.5.1.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16834 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-06 21:09:42 +00:00
Christian Stimming 6e0cfe280c Make info message from r16718 and r16817 even more useful for non-techie
and probably windows users.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16821 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-06 12:41:56 +00:00
Christian Stimming f5159c4103 Improve aqbanking version check add maximum version to avoid confusion.
The very latest aqbanking series 3.x.x is not source compatible to 2.x.x.
GnuCash is not yet ported to that new series. Hence, we check that we
really have only those versions that are really supported.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16816 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-05 21:39:27 +00:00
Christian Stimming 81b907d836 Fix typo in German account template.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16814 57a11ea4-9604-0410-9ed3-97b8803252fd
2008-01-05 21:04:09 +00:00
Christian Stimming 03c3bfa054 Remove translation string from gnucash.pot that is looked up in gtk20 domain.
As pointed out by Bruno Haible, if there is only one dgettext call
the easiest way to exclude this from xgettext extraction is to rename
this particular dgettext call by a wrapper macro.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16767 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-30 10:57:38 +00:00
Christian Stimming 5ac78bce18 Fix i18n string to translate only the meaningful part.
Remove the unnecessary "for" in the report title.
This doesn't introduce any new string. It can be back-ported right away.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16740 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-27 10:44:44 +00:00
Christian Stimming 03aa05c2a6 Remove unused import-export/qif files from translation input.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16733 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-26 22:07:22 +00:00
Christian Stimming 5115546ef8 Fix spelling errors in UI messages.
Pointed out by Clytie Siddall. Those will break several translated
strings, but the fixed typos are an actual improvement.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16706 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-23 21:45:56 +00:00
Christian Stimming fbf08c2a0d Remove extra spaces in glade messages.
Pointed out by Clytie Siddal. Those will break 2 translated strings.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16705 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-23 21:45:46 +00:00
Christian Stimming 3494820ae8 String improvements in gconf labels and error messages as pointed out by Clytie Siddall.
Those strings are invisible for almost any user anyway and can therefore
be back-ported soon, too.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16704 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-23 21:45:41 +00:00
Christian Stimming 05df54193f String improvements, as pointed out by Clytie Siddall.
This changeset does not add any untranslated strings and does not
change any existing translated strings. It can directly be back-ported.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16703 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-23 21:45:34 +00:00
Christian Stimming 6fcb9301f8 Adapt translations to last string change introduced by r16633.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16636 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-11 20:49:02 +00:00
Christian Stimming d5bcce1298 #500026: Add configure argument for packagers to have correct package name reported on missing qt3-wizard.
Because gnucash is a GTK+ application and HBCI setup wizard for aqbanking is a
Qt stuff, most distribution split aqbanking packages to more sub-packages.

This patch adds possibility to change string of package name displayed in
the reported error without need of distro-specific patches breaking I18N. It
could be done in compile time using --with-qt3-wizard-package=name.

Patch by Stanislav Brabec <sbrabec@suse.cz>.
Signed-off-by: Christian Stimming <stimming@tuhh.de>

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16635 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-12-11 20:48:06 +00:00
Christian Stimming 8d36f93d64 Update ktoblzcheck package version.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16583 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-11-07 21:47:20 +00:00
Christian Stimming 51c42d0708 Fix erroneous option ordering. Patch by Andrew Sackville-West.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16581 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-11-07 08:27:27 +00:00
Christian Stimming 4ce4d29881 More speed up of reports by caching balance results in a hash table.
Patch by Mike Alexander.
Together with r16576 for BP.
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16577 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-11-01 20:35:12 +00:00
Christian Stimming 84db256094 #488001: Speed up several reports that rely on html-acct-table.scm.
Patch by Andrew Sackville-West.

Signed-off-by: Christian Stimming <stimming@tuhh.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16576 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-30 21:26:11 +00:00
Christian Stimming 4e5fa1f619 #490934: Minor correction to reports documentation. Patch by Tim Abell.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16573 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-28 13:26:45 +00:00
Christian Stimming fce9bff550 Minor correction to component manager documentation.
Patch by Tim Abell, bug#490699.

Signed-off-by: Christian Stimming <stimming@tuhh.de>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16571 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-27 08:10:21 +00:00
Christian Stimming 392916ef63 Add optional two-column display of income statement and reversing the income/expense order.
This patch implements a two-column income statement. I have sent this to the
original person who requested it on IRC, but haven't heard back as to whether
it actually solves his problem. Additionally, the patch includes support for reversing the order of income/expense
tables in the report. It defaults to the standard income/expense, but can be
reversed to show expense/income (bad news first?) and is supported by either
one or two-column mode.

Patch by Andrew Sackville-West, bug#488004

Signed-off-by: Christian Stimming <stimming@tuhh.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16569 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-26 18:59:56 +00:00
Christian Stimming b36523bea3 Update gwen/aqbanking versions on windows.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16565 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-15 19:59:18 +00:00
Christian Stimming f829104756 Get the CSV code to compile on Windows as well.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16562 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-13 11:07:52 +00:00
Christian Stimming 058772449e Replace "Sonstige Einkommen" by "Sonstige Erträge".
(Forgot one in r16551)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16552 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:38:21 +00:00
Christian Stimming 7f69d8a071 Replace "Sonstige Einkommen" by "Sonstige Erträge".
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16551 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:32:50 +00:00
Christian Stimming c04ffcfc2c Replace "Einkommen" by "Erträge" as proposed on gnucash-de.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16550 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 20:32:46 +00:00
Christian Stimming ae0c428d0b Fix gcc-4.2 warning on a string that cannot be NULL.
Pointed out by Andrew Sackville-West.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16549 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-10-05 19:11:15 +00:00
Christian Stimming 1ace0c2c9e Updated Traditional Chinese (zh_TW) translations by Kuang-che Wu <kcwu@csie.org>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16544 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-23 20:35:25 +00:00
Christian Stimming e424807771 Update German translation.
Change translation of 'vendor' into 'Lieferant' as suggested by Robert Froschauer:

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16533 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-15 08:29:14 +00:00
Christian Stimming b65c05da1d German wording improvements as suggested by Robert Froschauer:
'income statement' now 'Gewinn- und Verlustrechnung'
'total revenue' now 'Gesamterträge'
'vendor' now 'Lieferant', but not yet completely done

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16532 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 20:42:09 +00:00
Christian Stimming 43512c9800 Fix messed-up Makefile for new account templates.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16529 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 20:00:44 +00:00
Christian Stimming 78f8b18551 Updated Brazilian Portugese translation by Leonardo Fontenelle and Leslie H. Watter.
We are "a little" late, but this is the new pt_BR translation:

- 3446 translated messages,
- 184 fuzzy translations,
- 56 untranslated messages.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16528 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 19:59:06 +00:00
Christian Stimming e6d64890d9 Bug#473827: Chinese account templates by titanwill.
Includes the business account from the above translation.
The words "equity" and "state/province".
Created zh_TW and zh_HK translations of business account.
Each one is now set to the appropriate default currency
(zh_CN = CNY, zh_TW = TWD, zh_HK = HKD)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16527 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-14 19:59:00 +00:00
Christian Stimming eac93253be Remove obsolete and unused ja_JP.EUC account template
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16521 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:29:11 +00:00
Christian Stimming dd2ce81841 Hiroto Kagotani: Newly translated Japanese account files.
He said: Instead, accounts/ja_JP.EUC and its content can be safely removed.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16520 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:27:50 +00:00
Christian Stimming 9ac9ad45f8 Bug#473809: Rolf Leggewie's work on German tax categories.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16519 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-10 19:19:48 +00:00
Christian Stimming 4bc3e5ea69 Updated Japanese translation by Hiroto Kagotani.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16512 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-09 12:52:51 +00:00
Christian Stimming b72a247a63 Updated Czech po file from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16511 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-09 12:29:51 +00:00
Christian Stimming 7ebf74cf59 Update German translation after latest string change.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16510 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-07 19:52:36 +00:00
Christian Stimming 6575ece170 Make error message on unselected invoice more verbose.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16509 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-07 19:42:17 +00:00
Christian Stimming bd04e69acc Bug#471473: Updated german tax categories by Rolf Leggewie.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16505 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-04 19:33:42 +00:00
Christian Stimming df134094ec Bug#470750: Add warning about outdated info to texinfo texts.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16485 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-02 20:18:54 +00:00
Christian Stimming 95cba14bd9 Bug#471485: Fix SWIGification string issues.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16484 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-02 19:40:55 +00:00
Christian Stimming 8f47d3a3c4 Bug#471473: Add missing German tax category.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16483 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-02 19:40:51 +00:00
Christian Stimming 0722ef1683 Update German SKR04 account template by Frank Ellenberger. Bug#433428
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16481 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-09-02 16:54:54 +00:00
Christian Stimming 2e13b60718 Updated Hungarian translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16438 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-16 17:10:44 +00:00
Christian Stimming 84ccc72625 Fix translations that accidentally added the context prefix to their translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16421 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-12 19:14:58 +00:00
Christian Stimming 42ac1f4839 Updated Hungarian translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16420 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-12 18:39:49 +00:00
Christian Stimming aeaa94a620 Update German translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16414 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-11 15:10:15 +00:00
Christian Stimming 7d15dbd105 Updated Japanese translation by Hiroto Kagotani
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16383 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-04 10:31:44 +00:00
Christian Stimming a252d0833e Add Hungarian glossary by Tako Kornel.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16382 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-08-04 10:10:05 +00:00
Christian Stimming efdd7dff20 Updated Catalan translation from the Translation Project.
Fixed the context-prefix messages with `|' myself, though.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16373 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-30 19:21:44 +00:00
Christian Stimming da84b1c704 Updated Catalan translation from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16366 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-27 16:49:19 +00:00
Christian Stimming 7eb53df5a0 Fix XPF [CFP Franc Pacifique] to not use cents.
By Dominique Corbex <dominique.corbex@gmail.com>:
The XPF currency [CFP Franc Pacifique], used in French Polynesia,
New Caledonia, Wallis and Futuna islands has 2 digits after the decimal point in Gnucash.

That's wrong as the XPF currency makes no use of cents.
(see http://www.wikipedia.com/wiki/Currency_codes
and search for XPF)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16353 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-24 18:32:16 +00:00
Christian Stimming 5366ec7e5c Update British English translation by Nigel Titley.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16352 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-23 19:13:30 +00:00
Christian Stimming 960ef4b98b Fix erroneous msgstr containing context prefix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16350 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 12:09:46 +00:00
Christian Stimming cf76497cf5 Updated French translation by Stephane Raimbault
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16349 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-22 08:21:25 +00:00
Christian Stimming 88fea4aa61 Update many Gnome packages in the hope of getting rid of some bugs.
This includes updating ORBit2 to 2.14.7; on the WinXP machine
I have available this meant gconfd ran just fine. But we'd need
to get some further feedback on whether it really works or whether
we need to stick to ORBit2 2.13.3.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16345 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-21 19:57:53 +00:00
Christian Stimming 833017da95 Update German translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16344 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-21 08:07:23 +00:00
Christian Stimming a1c5fb7d5d Ship the gnucash binary including the Qt DLLs. #457228
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16341 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:59:19 +00:00
Christian Stimming 00ce809891 Install Windows theme of gtk for improved ui. #458567
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16340 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:59:16 +00:00
Christian Stimming dac329ff71 Updated Japanese translation by Hiroto Kagotani
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16336 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 21:06:26 +00:00
Christian Stimming d840db4e35 Fix missing keyboard shortcut in string.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16335 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:52:02 +00:00
Christian Stimming a1b8759f2f Update gitignore
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16334 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:51:56 +00:00
Christian Stimming e9cbd8e582 Updated Catalan translation from the Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16333 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-20 20:51:18 +00:00
Christian Stimming c6685ed3bc Revert latest French translation as per Stephane Raimbault's request,
due to various introduced wording errors.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16310 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 11:20:55 +00:00
Christian Stimming 3c37aae287 Updated Ukrainian translation from Translation Project.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16308 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-14 08:09:43 +00:00
Christian Stimming a9740b776e Updated Portuguese (Brazil) translation by Leonardo Fontenelle and team.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16301 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:53 +00:00
Christian Stimming 1acc74e927 Improve German translation as proposed by Frank H. Ellenberger.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16300 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:36 +00:00
Christian Stimming 02392036b7 Update Slovak translation from TP.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16299 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-12 19:14:10 +00:00
Christian Stimming 6e29e04cfa Fix erroneous dir in Makefile
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16295 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-10 20:51:14 +00:00
Christian Stimming 3e20c75255 Merge translation updates because of very last string change.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16294 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-10 20:11:04 +00:00
Christian Stimming d19fb557a1 Fix (hopefully) Greek string encodings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16289 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:34:04 +00:00
Christian Stimming 364d4c6035 Add French translation of README by Pierre-Antoine and Spel.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16288 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:59 +00:00
Christian Stimming 30c8d8cd4e Update Inno Setup version
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16287 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:51 +00:00
Christian Stimming 473115444c Add Greek translation for Setup messages by Nikos Charonitakis.
Add the Greek translation file for whole Inno Setup.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16286 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-09 19:23:46 +00:00
Christian Stimming 9030c6fb7b Add French translation of Installer messages
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16281 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 18:42:22 +00:00
Christian Stimming 10005a7929 Update German translation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16279 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:21:51 +00:00
Christian Stimming 2e581e2520 Fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16278 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:19:39 +00:00
Christian Stimming c08743abad Update German translations of windows menu items
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16275 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 13:07:17 +00:00
Christian Stimming 9fc2192f7a Recode README again to latin1
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16274 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 12:56:15 +00:00
Christian Stimming b290342502 Convert windows READMEs to windows line endings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16273 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 12:53:40 +00:00
Christian Stimming 1d9a707e51 Add more menu entries on windows: readme, bugzilla, faq. Also add
translations for all menu entries.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16272 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 12:53:36 +00:00
Christian Stimming e03d4fa74e Recode README; for Inno Setup it must be in latin1, not utf8.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16271 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-07-08 11:50:43 +00:00