gnucash/po
Christian Stimming 56623986c7 Update German translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19549 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-09-04 21:06:06 +00:00
..
glossary correct syntax error in po/glossary/de.po 2010-08-17 19:49:59 +00:00
bg.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ca.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ChangeLog Add Nepali translation. 2005-11-07 20:48:11 +00:00
cs.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
da.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
de.po Update German translation. 2010-09-04 21:06:06 +00:00
el.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
en_GB.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
es_NI.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
es.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
eu.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
fa.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
fi.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
fr.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
he.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
hu.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
it.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ja.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ko.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
lt.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
lv.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
Makevars Bug #619984: Remove "Gnumatic, Inc." from po/Makevars 2010-06-03 20:02:06 +00:00
nb.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ne.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
nl.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
pl.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
POTFILES.ignore Bump glib2 minimum requirement to 2.12. 2010-02-20 13:57:10 +00:00
POTFILES.in Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
POTFILES.skip Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00
pt_BR.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
pt.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
README Update pointer to translation documentation. By Zhang Weiwu. 2008-10-21 08:32:18 +00:00
ro.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ru.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
rw.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
sk.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
sv.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
ta.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
tr.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
uk.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
vi.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
zh_CN.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00:00
zh_TW.po Merge most recent pot template into all language po files. 2010-09-04 21:04:09 +00: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