Files
gnucash/po
Geert Janssens f28896fbde Fix cmake run on Ubuntu 16.04 (and possibly other distros)
Apparently that platform trips over a missing newline at the end of the generated POTFILES.in.in file.
Adding one allows cmake to complete configuration and appears to be fine on Fedora as well
(although it worked fine without the newline too).

Thanks go to Michael Jung <gnucash-devel@mailinglists.mjung.org> for reporting this and proposing the fix.
2017-08-21 16:41:08 +02:00
..
2017-04-29 17:53:10 -07:00
2015-10-05 12:00:32 -07:00
2016-09-16 09:30:59 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2005-11-07 20:48:11 +00:00
2016-09-16 09:30:59 -07:00
2017-03-24 06:17:52 +01:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2017-07-02 09:25:17 -07:00
2016-09-16 09:30:59 -07:00
2016-09-16 09:30:59 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2017-07-02 09:25:17 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2015-10-05 12:00:32 -07:00
2017-01-26 15:36:24 +01:00
2016-01-11 12:11:07 -08:00
2017-02-02 09:28:45 +01:00
2016-09-16 09:30:59 -07:00
2016-09-16 09:30:59 -07:00
2017-07-02 09:25:17 -07:00
2016-09-16 09:30:59 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2016-09-16 09:30:59 -07:00
2015-10-05 12:00:32 -07:00
2015-10-05 12:00:32 -07:00
2016-09-16 09:30:59 -07:00
2015-10-05 12:00:32 -07:00

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

A HOWTO for translators, including instructions about what to do with .po files,
can be found here:
http://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