mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
E: as.po: invalid-language Assamese => as W: az.po: no-plural-forms-header-field 'nplurals=<n>; plural=<expression>' W: az.po: invalid-date PO-Revision-Date: '2001-11-27 17:55GMT+0200' => '2001-11-27 17:55+0200' P: bg.po: no-version-in-project-id-version 'GnuCash trunk' W: brx.po: invalid-last-translator 'Ritu Panwar' E: cs.po: unusual-plural-forms 'nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;' => 'nplurals=3; plural=n==1 ? 0 : (n>=2 && n<=4) ? 1 : 2;' I: doi.po: language-team-equal-to-last-translator 'Dogri (doi) Chandrakant Dhutadmal <chandrakantd@cdac.in>' 'Chandrakant Dhutadmal <chandrakantd@cdac.in>' P: en_GB.po: no-version-in-project-id-version en_GB W: es_NI.po: language-disparity es_NI (pathname) != es (Language header field) W: es_NI.po: no-plural-forms-header-field 'nplurals=2; plural=n != 1;' P: es_NI.po: invalid-content-transfer-encoding 8-bit => 8bit W: es_NI.po: invalid-last-translator 'Georg Lehner, Jorge.Lehner@gmx.net, Juan Manuel García Molina juanmagm@mail.com"' E: eu.po: stray-header-line (empty string) E: eu.po: leading-junk-in-plural-forms 'Plural-Forms: ' I: fa.po: boilerplate-in-initial-comments "Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER" W: fr.po: invalid-last-translator 'Christopher Lam' I: he.po: boilerplate-in-initial-comments 'FIRST AUTHOR: Ori Hoch <ori@uumpa.com>, 2008 http://www.uumpa.com/gnucash-he/' I: he.po: language-team-equal-to-last-translator 'He <avi.markovitz@gmail.com>' 'Avi Markovitz <avi.markovitz@gmail.com>' E: kn.po: invalid-language Kannada => kn W: kok@latin.po: language-disparity 'kok@latin' (pathname) != 'kok@roman' (Language header field) W: ko.po: no-plural-forms-header-field 'nplurals=1; plural=0;' P: ko.po: no-version-in-project-id-version GnuCash I: ko.po: language-team-equal-to-last-translator 'Korean <yongdoria@gmail.com>' 'Jin-Hwan Jeong <yongdoria@gmail.com>' E: ks.po: invalid-language Kashmiri => ks P: lt.po: no-version-in-project-id-version lt I: mai.po: boilerplate-in-initial-comments 'This file is distributed under the same license as the PACKAGE package.' E: mni@bengali.po: invalid-language 'Manipuri (Bengali Script)' I: mni@bengali.po: no-package-name-in-project-id-version 2.6 E: mni.po: invalid-language 'Manipuri (MM)' W: nb.po: language-disparity nb (pathname) != no (Language header field) I: ne.po: boilerplate-in-initial-comments 'Copyright (C) YEAR Gnumatic, Inc.' I: ne.po: unknown-header-field PO-Creation-Date P: pl.po: no-version-in-project-id-version gnucash I: pt_BR.po: no-package-name-in-project-id-version 2.2 E: pt.po: trailing-junk-in-plural-forms '\\n' E: ta.po: invalid-language Tamil => ta E: ur.po: invalid-language Urdu => ur
Notes on I18n for GnuCash
-------------------------
A HOWTO for translators, including instructions about what to do with .po files,
can be found here:
https://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