From bbc6c80c7bd4db34c03ff9ea5886ecdf7e7c857e Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Fri, 10 Jul 2009 08:36:25 +0200 Subject: cryptdlg: Update French translation --- dlls/cryptdlg/cryptdlg_Fr.rc | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/dlls/cryptdlg/cryptdlg_Fr.rc b/dlls/cryptdlg/cryptdlg_Fr.rc index f71be3a..8a0f2da 100644 --- a/dlls/cryptdlg/cryptdlg_Fr.rc +++ b/dlls/cryptdlg/cryptdlg_Fr.rc @@ -2,6 +2,7 @@ * cryptdlg dll French resources * * Copyright 2008 Jonathan Ernst + * Copyright 2009 Frédéric Delanoy * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,19 +21,22 @@ #include "cryptres.h" +/* UTF-8 */ +#pragma code_page(65001) + 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=" + IDS_POLICY_QUALIFIER_INFO "Informations sur le qualificateur de politique" + IDS_POLICY_QUALIFIER_ID "Id de qualificateur de politique =" + IDS_CPS "Énoncé des pratiques de certification (CPS)" + IDS_USER_NOTICE "Avis utilisateur" + IDS_QUALIFIER "Qualificateur" + IDS_NOTICE_REF "Référence à l'avis" + IDS_ORGANIZATION "Organisation =" + IDS_NOTICE_NUM "Numéro de l'avis =" + IDS_NOTICE_TEXT "Texte de l'avis =" } -- 1.6.3.3