lyx_mirror/po
Georg Baum e416d1aea7 enable translation of ambigous messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9097 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-19 09:11:02 +00:00
..
.cvsignore Ignore .pot file with version suffix. E.g., lyx-1.4.0cvs.pot. 2004-06-03 10:06:20 +00:00
bg.po remerge dammit 2004-09-18 13:39:33 +00:00
boldquot.sed Update gettext 2004-05-26 16:53:50 +00:00
ca.po remerge dammit 2004-09-18 13:39:33 +00:00
ChangeLog enable translation of ambigous messages 2004-10-19 09:11:02 +00:00
cs.po remerge dammit 2004-09-18 13:39:33 +00:00
da.po remerge dammit 2004-09-18 13:39:33 +00:00
de.po enable translation of ambigous messages 2004-10-19 09:11:02 +00:00
en@boldquot.header Update gettext 2004-05-26 16:53:50 +00:00
en@quot.header Update gettext 2004-05-26 16:53:50 +00:00
es.po remerge dammit 2004-09-18 13:39:33 +00:00
eu.po remerge dammit 2004-09-18 13:39:33 +00:00
fi.po remerge dammit 2004-09-18 13:39:33 +00:00
fr.po remerge dammit 2004-09-18 13:39:33 +00:00
he.po remerge dammit 2004-09-18 13:39:33 +00:00
hu.po remerge dammit 2004-09-18 13:39:33 +00:00
insert-header.sin Update gettext 2004-05-26 16:53:50 +00:00
it.po remerge dammit 2004-09-18 13:39:33 +00:00
Makefile.in.in add i18n.php3 target 2004-09-13 09:39:45 +00:00
Makevars some more gettext work 2004-05-26 22:44:45 +00:00
nl.po remerge dammit 2004-09-18 13:39:33 +00:00
nn.po remerge dammit 2004-09-18 13:39:33 +00:00
no.po remerge dammit 2004-09-18 13:39:33 +00:00
pl.po remerge dammit 2004-09-18 13:39:33 +00:00
pocheck.pl german and pocheck update 2003-04-30 14:16:24 +00:00
postats.sh Further tidy. More robust. 2003-01-29 16:29:28 +00:00
POTFILES.in fix bug 1694 2004-10-15 08:27:59 +00:00
pt.po remerge dammit 2004-09-18 13:39:33 +00:00
quot.sed Update gettext 2004-05-26 16:53:50 +00:00
README update README file for translators 2002-04-05 10:29:23 +00:00
remove-potcdate.sin Update gettext 2004-05-26 16:53:50 +00:00
ro.po remerge dammit 2004-09-18 13:39:33 +00:00
ru.po fix crash when autosaving 2004-10-05 16:45:04 +00:00
Rules-quot Update gettext 2004-05-26 16:53:50 +00:00
sk.po remerge dammit 2004-09-18 13:39:33 +00:00
sl.po remerge dammit 2004-09-18 13:39:33 +00:00
sv.po remerge dammit 2004-09-18 13:39:33 +00:00
tr.po remerge dammit 2004-09-18 13:39:33 +00:00
wa.po remerge dammit 2004-09-18 13:39:33 +00:00

This file is intended to provide information about the different translation
files. If you want to make one for your language, please read
"Help->Customization" for more information, and the information below.

How can I update an existing po file?
-------------------------------------

It requires a bit of work to get started, but once you are set up,
the procedure should be relatively easy:

1) Getting ready

Get and install gettext (available from ftp://alpha.gnu.org). Read the
documentation for gettext. Then get the latest LyX distribution including 
patches, and unpack it in your home directory. It is yet better if you checkout
the CVS version of LyX.
Read the README in the LyX distribution.
Check the mailing list archives to learn what is going on at the moment. 
Consider subscribing to the developer's mailing list, lyx-devel@lists.lyx.org.

2) Preparing a patch

Now do (where XX stands for the code of your language):

        cp -R lyx-*.*.* lyx.new
			(Which makes a copy of the source distribution for 
			 you to change, but you should work in a CVS workarea)
 	 	cd lyx.new/po/

		make XX.pox
			(It merges the po file into the temporary file XX.pox)
        emacs XX.pox                           
			(Using po-mode. Emacs is convenient for po editing, but not
			 mandatory.)
	    (Make all necessary changes in XX.pox, and save.)
        mv XX.pox XX.po
        rm XX.pox~
			(To remove Emacs autosave.)
		make XX.gmo
		(Update the ChangeLog file.)

		cd ..

		(Maybe update lib/CREDITS)

		cvs diff -u > XX_po_update.patch
			(Or whatever good method to have a patch in unified diff format)

3) Submitting the patch

	Check your patch and mail it to lyx-devel@lists.lyx.org

Thanks!

The LyX Team.