lyx_mirror/po
Michael Schmitt b2366315da po/*.po: remerge (add separator layout)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18771 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-14 19:28:39 +00:00
..
bg.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
boldquot.sed Update gettext 2004-05-26 16:53:50 +00:00
ca.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
ChangeLog de.po update for LyX 1.5: 2007-02-10 14:42:37 +00:00
cs.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
da.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
de.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +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 po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
eu.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
fi.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
fr.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
gl.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
he.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
hu.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
insert-header.sin Update gettext 2004-05-26 16:53:50 +00:00
it.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
ja.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
ko.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
LINGUAS Add placeholders for Chinese translations 2007-06-04 18:16:22 +00:00
lyx_pot.py handle TableInsert in lyx_pot.py 2007-05-31 14:56:07 +00:00
Makefile.in.in Scons: update_po target now updates po/POTFILES.in 2007-04-28 20:33:15 +00:00
Makevars * development/scons/SConstruct: 2007-04-30 17:00:45 +00:00
nb.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
nl.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
nn.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
pl.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
pocheck.pl * pocheck.pl: re-introduce check for '|' shortcuts 2006-07-18 21:06:47 +00:00
postats.sh Add Japanese and Korean 2007-05-31 14:31:40 +00:00
POTFILES.in * POTFILES.in: add src/Thesaurus.cpp 2007-06-12 21:06:28 +00:00
pt.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
quot.sed Update gettext 2004-05-26 16:53:50 +00:00
README Whitespace, only whitespace. Part II. 2004-10-28 14:35:53 +00:00
remove-potcdate.sin Update gettext 2004-05-26 16:53:50 +00:00
ro.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
ru.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
Rules-quot Update gettext 2004-05-26 16:53:50 +00:00
sk.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
sl.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
sv.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
tr.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
wa.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +00:00
zh.po po/*.po: remerge (add separator layout) 2007-06-14 19:28:39 +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.