[WINEDOCS] Translate the Wine User Guide to French

Francois Gouget fgouget at codeweavers.com
Mon Jul 4 03:58:36 CDT 2005


This patch contains two parts:
  * the attached diff
  * the po file which you should download from 
http://fgouget.free.fr/tmp/wineusr-guide.po and save as 
'fr/wineusr-guide.po'.

I am sending the po file separately because it's big (>600KB) and I 
don't want to compress the patch (to conform with Wine policy).

Changelog:

  * fr/.cvsignore
    fr/Makefile.in

    Francois Gouget <fgouget at codeweavers.com>
    Integrate the Wine User Guide translation with the WineDocs framework.
    Romain CONSEIL
    Damien GIRAUDEAU
    Guillaume LEFEBVRE
    Yvon BENOIST
    Translate the Wine User Guide to French and proof-read it.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: fr/.cvsignore
===================================================================
RCS file: /cvsroot/wine/docs/fr/.cvsignore,v
retrieving revision 1.2
diff -u -p -r1.2 .cvsignore
--- fr/.cvsignore	1 Jul 2005 13:19:23 -0000	1.2
+++ fr/.cvsignore	4 Jul 2005 08:49:57 -0000
@@ -1,4 +1,9 @@
 Makefile
+wineusr-guide.html
+wineusr-guide.pdf
+wineusr-guide.sgml
+wineusr-guide.ps
+wineusr-guide.txt
 wine-faq.html
 wine-faq.pdf
 wine-faq.sgml
Index: fr/Makefile.in
===================================================================
RCS file: /cvsroot/wine/docs/fr/Makefile.in,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.in
--- fr/Makefile.in	1 Jul 2005 13:19:24 -0000	1.3
+++ fr/Makefile.in	4 Jul 2005 08:49:57 -0000
@@ -7,9 +7,21 @@ LANG      = fr
 SGMLDIR   = $(TOPSRCDIR)/en
 MIN_TRANS = 1
 
+WINEUSR_SRCS = \
+	$(SGMLDIR)/wineusr-bugs.sgml \
+	$(SGMLDIR)/wineusr-configuring.sgml \
+	$(SGMLDIR)/wineusr-fonts.sgml \
+	$(SGMLDIR)/wineusr-getting.sgml \
+	$(SGMLDIR)/wineusr-glossary.sgml \
+	$(SGMLDIR)/wineusr-introduction.sgml \
+	$(SGMLDIR)/wineusr-printing.sgml \
+	$(SGMLDIR)/wineusr-registry.sgml \
+	$(SGMLDIR)/wineusr-running.sgml
+
 WINEFAQ_SRCS = \
 
 ALLBOOKS = \
+	wineusr-guide \
 	wine-faq
 
 all: doc


More information about the wine-patches mailing list