From dbedc885daf37b53400485d6c936a9a2349fc836 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sun, 7 Jan 2007 00:01:47 +0100 Subject: [PATCH] localspl: Added French translation. --- dlls/localspl/localspl.rc | 1 + dlls/localspl/spl_Fr.rc | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 dlls/localspl/spl_Fr.rc diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc index a9ca9996c8f..73d58d842e0 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 00000000000..cafe2326a9d --- /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" +}