You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/po
Christian Stimming adcbc5d215
Add Hebrew translation by Ori Hoch.
18 years ago
..
glossary Add Hebrew translation by Ori Hoch. 18 years ago
ChangeLog Add Nepali translation. 21 years ago
Makevars Add --keyword=Q_ to xgettext arguments so that translations with 20 years ago
POTFILES.ignore Get distcheck working again on Fedora 7 18 years ago
POTFILES.in Add apps_gnucash_import_qif.schemas.in to POTFILES.in. 18 years ago
POTFILES.skip Get distcheck working again on Fedora 7 18 years ago
README
ca.po Adapt translations to last string change introduced by r16633. 19 years ago
cs.po Adapt translations to last string change introduced by r16633. 19 years ago
da.po Merge translation updates because of very last string change. 19 years ago
de.po Adapt translations to last string change introduced by r16633. 19 years ago
de_CH.po Add Swiss German translation by Raffael Luthiger. 18 years ago
el.po Merge translation updates because of very last string change. 19 years ago
en_GB.po Adapt translations to last string change introduced by r16633. 19 years ago
es.po Merge translation updates because of very last string change. 19 years ago
es_NI.po Merge translation updates because of very last string change. 19 years ago
eu.po Merge translation updates because of very last string change. 19 years ago
fr.po Updated French translation by Stephane Raimbault 19 years ago
he.po Add Hebrew translation by Ori Hoch. 18 years ago
hu.po Adapt translations to last string change introduced by r16633. 19 years ago
it.po Merge translation updates because of very last string change. 19 years ago
ja.po Updated Japanese translation by Hiroto Kagotani. 19 years ago
nb.po Fix translations that accidentally added the context prefix to their translation. 19 years ago
ne.po Merge translation updates because of very last string change. 19 years ago
nl.po Fix translations that accidentally added the context prefix to their translation. 19 years ago
pl.po Merge translation updates because of very last string change. 19 years ago
pt.po Merge translation updates because of very last string change. 19 years ago
pt_BR.po Adapt translations to last string change introduced by r16633. 19 years ago
ro.po Merge translation updates because of very last string change. 19 years ago
ru.po Merge translation updates because of very last string change. 19 years ago
rw.po Merge translation updates because of very last string change. 19 years ago
sk.po Update Slovak translation from TP. 19 years ago
sv.po Merge translation updates because of very last string change. 19 years ago
ta.po Merge translation updates because of very last string change. 19 years ago
tr.po Merge translation updates because of very last string change. 19 years ago
uk.po Fix translations that accidentally added the context prefix to their translation. 19 years ago
vi.po New Vietnamese translation by Clytie Siddall. 18 years ago
zh_CN.po Merge translation updates because of very last string change. 19 years ago
zh_TW.po Updated Traditional Chinese (zh_TW) translations by Kuang-che Wu <kcwu@csie.org> 19 years ago

README

Notes on I18n for GnuCash

-------------------------

A HOWTO for translators can be found in ../doc/TRANSLATION_HOWTO. Any
instructions about what to do with .po files can be found there.


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