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 66abe02354
Merge branch 'master' of https://github.com/jeblad/gnucash into unstable
8 years ago
..
glossary Partial update of Norwegian po file 8 years ago
CMakeLists.txt Simplify POTFILES.in generation 8 years ago
ChangeLog
Makevars Look for user editable config files in gnc_userconfig_dir instead of gnc_userdata_dir 8 years ago
POTFILES.in Rework source directory structure for gschema, gtkbuilder and ui files 8 years ago
POTFILES.skip Simplify POTFILES.in generation 8 years ago
README
ar.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
as.po Merge current gnucash.pot file into existing po files 8 years ago
az.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
bg.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
brx.po Merge current gnucash.pot file into existing po files 8 years ago
ca.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
cs.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
da.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
de.po Merge branch 'maint' into unstable 8 years ago
doi.po Merge current gnucash.pot file into existing po files 8 years ago
el.po Updated Greek Translation 8 years ago
en_GB.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
es.po Update Slovak and Spanish translations from the Translation Project. 8 years ago
es_NI.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
eu.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
fa.po Merge current gnucash.pot file into existing po files 8 years ago
fi.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
fr.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
gnucash-pot.cmake Drop intltool in favour or using modern gettext 8 years ago
gu.po Merge current gnucash.pot file into existing po files 8 years ago
he.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
hi.po Merge current gnucash.pot file into existing po files 8 years ago
hu.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
it.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
ja.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
kn.po Merge current gnucash.pot file into existing po files 8 years ago
ko.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
kok.po Merge current gnucash.pot file into existing po files 8 years ago
kok@latin.po Merge current gnucash.pot file into existing po files 8 years ago
ks.po Merge current gnucash.pot file into existing po files 8 years ago
lt.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
lv.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
mai.po Merge current gnucash.pot file into existing po files 8 years ago
mni.po Merge current gnucash.pot file into existing po files 8 years ago
mni@bengali.po Merge current gnucash.pot file into existing po files 8 years ago
mr.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
nb.po Changed last one to blame 8 years ago
ne.po Merge current gnucash.pot file into existing po files 8 years ago
nl.po Import Dutch translation by Mark Haanen from the Translation Project 8 years ago
pl.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
pt.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
pt_BR.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
ro.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
ru.po ru.po (unstable): adaptation to translation in project goffice 8 years ago
rw.po Merge current gnucash.pot file into existing po files 8 years ago
sk.po Update Slovak and Spanish translations from the Translation Project. 8 years ago
sr.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
sv.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
ta.po Merge current gnucash.pot file into existing po files 8 years ago
te.po Merge current gnucash.pot file into existing po files 8 years ago
tr.po Update Turkish translation from the Translation Project. 8 years ago
uk.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
ur.po Merge current gnucash.pot file into existing po files 8 years ago
vi.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
zh_CN.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago
zh_TW.po Import translations from goffice po files that are relevant for the borrowed goffice files 8 years ago

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