Jonathan Ernst : localspl: Added French translation.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 8 14:44:28 CST 2007


Module: wine
Branch: master
Commit: dbedc885daf37b53400485d6c936a9a2349fc836
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dbedc885daf37b53400485d6c936a9a2349fc836

Author: Jonathan Ernst <jonathan at ernstfamily.ch>
Date:   Sun Jan  7 00:01:47 2007 +0100

localspl: Added French translation.

---

 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 "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..cafe232
--- /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"
+}




More information about the wine-cvs mailing list