French translation of localspl

Jonathan Ernst jonathan at ernstfamily.ch
Sat Jan 6 17:01:47 CST 2007


Le samedi 06 janvier 2007 à 21:48 +0100, Detlef Riekenberg a écrit :
> On Sa, 2007-01-06 at 15:09 +0100, Jonathan Ernst wrote:
> > +    IDS_NOTHINGTOCONFIG "Ce port n'a pas d'option à configurer"
> 
> This is encoded as UFT-8
> 
> 

Thanks, this patch should fix this issue.
-------------- next part --------------
>From 6d477c17c7a3daf9684a321e1c4b47e70e5639d3 Mon Sep 17 00:00:00 2001
From: Jonathan Ernst <jonathan at ernstfamily.ch>
Date: Sat, 6 Jan 2007 14:50:00 +0100
Subject: [PATCH] - French translation of localspl
---
 dlls/localspl/localspl.rc |    1 +
 dlls/localspl/spl_Fr.rc   |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc
index a9ca999..73d58d8 100644
--- a/dlls/localspl/localspl.rc
+++ b/dlls/localspl/localspl.rc
@@ -38,5 +38,6 @@ #include "wine/wine_common_ver.rc"
 
 #include "spl_En.rc"
 #include "spl_De.rc"
+#include "spl_Fr.rc"
 #include "spl_Ko.rc"
 #include "spl_No.rc"
diff --git a/dlls/localspl/spl_Fr.rc b/dlls/localspl/spl_Fr.rc
new file mode 100644
index 0000000..1ada576
--- /dev/null
+++ b/dlls/localspl/spl_Fr.rc
@@ -0,0 +1,28 @@
+/*
+ * French resources for localspl
+ *
+ * Copyright 2007 Jonathan Ernst
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_LOCALPORT "Port local"
+    IDS_LOCALMONITOR "Moniteur local"
+    IDS_NOTHINGTOCONFIG "Ce port n'a pas d'option à configurer"
+}
-- 
1.4.1



More information about the wine-patches mailing list