cryptdlg: New French translation.
This commit is contained in:
parent
409b866927
commit
cb3d60a954
|
@ -23,4 +23,5 @@
|
|||
#include "cryptres.h"
|
||||
|
||||
#include "cryptdlg_En.rc"
|
||||
#include "cryptdlg_Fr.rc"
|
||||
#include "cryptdlg_Ko.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="
|
||||
}
|
Loading…
Reference in New Issue