Module: wine Branch: master Commit: cb3d60a954afee7a402c4d6b47fe0e9e67c60dcf URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb3d60a954afee7a402c4d6b47...
Author: Jonathan Ernst jonathan@ernstfamily.ch Date: Tue Dec 16 19:23:26 2008 +0100
cryptdlg: New French translation.
---
dlls/cryptdlg/cryptdlg.rc | 1 + dlls/cryptdlg/cryptdlg_Fr.rc | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptdlg/cryptdlg.rc b/dlls/cryptdlg/cryptdlg.rc index eb68dff..b56dd71 100644 --- a/dlls/cryptdlg/cryptdlg.rc +++ b/dlls/cryptdlg/cryptdlg.rc @@ -23,4 +23,5 @@ #include "cryptres.h"
#include "cryptdlg_En.rc" +#include "cryptdlg_Fr.rc" #include "cryptdlg_Ko.rc" diff --git a/dlls/cryptdlg/cryptdlg_Fr.rc b/dlls/cryptdlg/cryptdlg_Fr.rc new file mode 100644 index 0000000..23de9eb --- /dev/null +++ b/dlls/cryptdlg/cryptdlg_Fr.rc @@ -0,0 +1,36 @@ +/* + * cryptdlg dll French resources + * + * Copyright 2008 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_CERT_POLICY "Politique de certificat" + IDS_POLICY_ID "Identifiant de politique : " + IDS_POLICY_QUALIFIER_INFO "Policy Qualifier Info" + IDS_POLICY_QUALIFIER_ID "Policy Qualifier Id=" + IDS_CPS "CPS" + IDS_USER_NOTICE "User Notice" + IDS_QUALIFIER "Qualifier" + IDS_NOTICE_REF "Notice Reference" + IDS_ORGANIZATION "Organisation=" + IDS_NOTICE_NUM "Notice Number=" + IDS_NOTICE_TEXT "Notice Text=" +}