cryptdlg_Fr.rc 1.48 KB
Newer Older
1 2 3
/*
 * cryptdlg dll French resources
 *
4 5
 * Copyright 2008 Jonathan Ernst
 * Copyright 2009 Frédéric Delanoy
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
 *
 * 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
 */

22 23
#include "cryptres.h"

24 25 26
/* UTF-8 */
#pragma code_page(65001)

27 28 29 30 31 32
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

STRINGTABLE DISCARDABLE
{
    IDS_CERT_POLICY "Politique de certificat"
    IDS_POLICY_ID "Identifiant de politique : "
33 34 35 36 37 38 39 40 41
    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 ="
42
}