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
Geert Janssens ae75bc963f
Rewrite several file path routines to use boost::filesystem
9 years ago
..
glossary Implement 'dist', 'distcheck' and 'uninstall' targets for CMake 9 years ago
CMakeLists.txt Fix cmake run on Ubuntu 16.04 (and possibly other distros) 9 years ago
ChangeLog
Makevars
POTFILES.ignore Restructure the src directory 9 years ago
POTFILES.in Rewrite several file path routines to use boost::filesystem 9 years ago
POTFILES.skip Restructure the src directory 9 years ago
README
ar.po Updated ar.po from ashalash@msn.com 9 years ago
as.po
az.po Synchronize translation project. 10 years ago
bg.po
brx.po
ca.po Update translations ca, nl, and sr from the translation project. 9 years ago
check-po.cmake Implement 'dist', 'distcheck' and 'uninstall' targets for CMake 9 years ago
cs.po Synchronize translation project. 10 years ago
da.po Update Danish and Serbian translations from the Translation Project. 10 years ago
de.po Update of de.po 9 years ago
doi.po
el.po
en_GB.po Consistently capitalise budget in en-GB menu items 9 years ago
es.po Some more translations from the TP. 9 years ago
es_NI.po
eu.po Synchronize translation project. 10 years ago
fa.po Synchronize translation project. 10 years ago
fi.po Update GnuCash version and PO date for Finnish translation. 9 years ago
fr.po
gu.po
he.po
hi.po
hu.po Bug 765859 - The budget reports missing in Hungarian edition 10 years ago
it.po
ja.po Some more translations from the TP. 9 years ago
kn.po
ko.po
kok.po
kok@latin.po
ks.po
lt.po
lv.po Accelerator fixes for Latvian language 9 years ago
mai.po
make-gnucash-pot.sh.in Implement 'dist', 'distcheck' and 'uninstall' targets for CMake 9 years ago
mni.po
mni@bengali.po
mr.po
nb.po
ne.po
nl.po Update translations ca, nl, and sr from the translation project. 9 years ago
pl.po
pt.po Bug 777561 - Update pt.po to v. 2.6.15 9 years ago
pt_BR.po
ro.po Update Romanian translations 11 years ago
ru.po Small updates for Russian translation 9 years ago
rw.po Synchronize translation project. 10 years ago
sk.po Synchronize translation project. 10 years ago
sr.po Some more translations from the TP. 9 years ago
sv.po Synchronize translation project. 10 years ago
ta.po
te.po
tr.po Update translations from the translation project. 9 years ago
uk.po Synchronize translation project. 10 years ago
ur.po
vi.po
zh_CN.po Synchronize translation project. 10 years ago
zh_TW.po

README

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