Files
gnucash/po
Geert Janssens 02fbf217f6 GSettings Upgrade - change schema prefix from org.gnucash to org.gnucash.GnuCash
The latter is the prefix format prescribed by gsettings itself. The former never
was an issue until flatpak decided to not accept the shorter prefix when
requesting a settings migration from host system to flatpak sandbox.

In order to allow for migration, keep the old schema around in
org.gnucash.GnuCash.deprecated.gschema.in

While we're at it, make the new prefix an internal implementation detail.
There's no need for it to be visible to the rest of the gnucash code.
2021-09-21 17:10:55 +02:00
..
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00
2021-09-20 22:42:35 +02:00

Notes on I18n for GnuCash
-------------------------

A HOWTO for translators, including instructions about what to do with .po files,
can be found here:
https://wiki.gnucash.org/wiki/Translation

Notes for this directory
------------------------

The subdirectory glossary/ contains a glossary of the financial terms
used inside GnuCash. To achieve a decent consistency in terminology
within GnuCash, it is recommended to translate it and to use it during
the translation process. There is one po files per translation of the
glossary. The english definitions are in the file gnc-glossary.txt
which is a tab-delimited ASCII table with each table cell enclosed in
double quotation marks ("). If the file gnc-glossary.txt was updated,
you can build a new glossary.pot file by using the shell script
txt-to-pot.sh so that you can update the po file.


GnuCash .pot files contain some strings of the form:

sample:<some text>
Reconciled:R
reconciled:y
not cleared:n
cleared:c
frozen:f

In each of the cases above, the translator should only translate the
portion after the ':' and leave the rest as is. In the cases of single
letters (such as reconciled:y), the letters are abbreviations of the
word before the colon. The 'sample:' items are strings which are not
displayed, but only used to estimate widths.

Dave Peticolas
April 02, 2001

Christian Stimming, May 24, 2001