lyx_mirror/po
Jürgen Spitzmüller 4072a82b6e support for sidewaysfloats and fix for bug 1016 (float placement allows impossible settings).
BTW: floats are still broken (dialogs do not get updated). No idea where this bug sits.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8557 a592a061-630c-0410-9148-cb99ea01b6c8
2004-03-29 11:38:39 +00:00
..
.cvsignore Michaels patch 2003-08-18 12:57:30 +00:00
bg.po fix generation of pot files 2003-11-24 18:01:48 +00:00
ca.po fix generation of pot files 2003-11-24 18:01:48 +00:00
ChangeLog update danish l10n 2004-03-22 15:31:12 +00:00
cs.po fix generation of pot files 2003-11-24 18:01:48 +00:00
da.po update danish l10n 2004-03-22 15:31:12 +00:00
de.po fix generation of pot files 2003-11-24 18:01:48 +00:00
es.po fix generation of pot files 2003-11-24 18:01:48 +00:00
eu.po fix generation of pot files 2003-11-24 18:01:48 +00:00
fi.po fix generation of pot files 2003-11-24 18:01:48 +00:00
fr.po fix generation of pot files 2003-11-24 18:01:48 +00:00
he.po fix generation of pot files 2003-11-24 18:01:48 +00:00
hu.po fix some e-mail addresses 2003-12-23 14:11:30 +00:00
it.po fix generation of pot files 2003-11-24 18:01:48 +00:00
Makefile.in.in fix file order in lyx.pot 2003-12-02 15:23:37 +00:00
nl.po fix generation of pot files 2003-11-24 18:01:48 +00:00
nn.po update nynorsk l10n 2003-12-15 17:03:33 +00:00
no.po fix generation of pot files 2003-11-24 18:01:48 +00:00
pl.po fix generation of pot files 2003-11-24 18:01:48 +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 support for sidewaysfloats and fix for bug 1016 (float placement allows impossible settings). 2004-03-29 11:38:39 +00:00
pt.po fix generation of pot files 2003-11-24 18:01:48 +00:00
README update README file for translators 2002-04-05 10:29:23 +00:00
ro.po fix generation of pot files 2003-11-24 18:01:48 +00:00
ru.po fix generation of pot files 2003-11-24 18:01:48 +00:00
sk.po fix generation of pot files 2003-11-24 18:01:48 +00:00
sl.po fix generation of pot files 2003-11-24 18:01:48 +00:00
sv.po fix generation of pot files 2003-11-24 18:01:48 +00:00
tr.po fix generation of pot files 2003-11-24 18:01:48 +00:00
wa.po fix some e-mail addresses 2003-12-23 14:11:30 +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.