cryptdlg: Update French translation.
This commit is contained in:
parent
4a4c2fa12f
commit
5f0ca73208
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
* cryptdlg dll French resources
|
||||
*
|
||||
* Copyright 2008 Jonathan Ernst
|
||||
* 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 ="
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue