sync cryptdlg with wine 1.1.25

svn path=/trunk/; revision=41766
This commit is contained in:
Christoph von Wittich 2009-07-04 11:44:39 +00:00
parent aec2100352
commit bf334e3e90
9 changed files with 82 additions and 11 deletions

View file

@ -15,5 +15,11 @@
<library>wintrust</library>
<library>ntdll</library>
<file>main.c</file>
<file>cryptdlg.rc</file>
<file>cryptdlg_De.rc</file>
<file>cryptdlg_En.rc</file>
<file>cryptdlg_Fr.rc</file>
<file>cryptdlg_Ko.rc</file>
<file>cryptdlg_Lt.rc</file>
<file>cryptdlg_Nl.rc</file>
<file>cryptdlg_Ro.rc</file>
</module>

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE

View file

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE

View file

@ -0,0 +1,41 @@
/*
* cryptdlg dll Lithuanian resources
*
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
*
* 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
*/
#include "cryptres.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_CERT_POLICY "Liudijimo politika"
IDS_POLICY_ID "Politikos identifikatorius: "
IDS_POLICY_QUALIFIER_INFO "Politikos kvalifikatoriaus informacija"
IDS_POLICY_QUALIFIER_ID "Politikos kvalifikatoriaus identifikatorius="
IDS_CPS "CPS"
IDS_USER_NOTICE "Naudotojo pranešimas"
IDS_QUALIFIER "Kvalifikatorius"
IDS_NOTICE_REF "Pranešimo nuoroda"
IDS_ORGANIZATION "Organizacija="
IDS_NOTICE_NUM "Pranešimo numeris="
IDS_NOTICE_TEXT "Pranešimo tekstas="
}

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE

View file

@ -1,7 +1,7 @@
/*
* cryptdlg dll resources
* cryptdlg dll Romanian resources
*
* Copyright 2008 Juan Lang
* Copyright 2009 Paul Chitescu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -17,13 +17,25 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "cryptres.h"
#include "cryptdlg_De.rc"
#include "cryptdlg_En.rc"
#include "cryptdlg_Fr.rc"
#include "cryptdlg_Ko.rc"
#include "cryptdlg_Nl.rc"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
{
IDS_CERT_POLICY "Politica certificatului"
IDS_POLICY_ID "Identificatorul politicii: "
IDS_POLICY_QUALIFIER_INFO "Informația calificatorului politicii"
IDS_POLICY_QUALIFIER_ID "Identificatorul calificatorului politicii="
IDS_CPS "CPS"
IDS_USER_NOTICE "Notiță utilizator"
IDS_QUALIFIER "Calificator"
IDS_NOTICE_REF "Referința notiței"
IDS_ORGANIZATION "Organizația="
IDS_NOTICE_NUM "Numărul notiței="
IDS_NOTICE_TEXT "Textul notiței="
}

View file

@ -18,6 +18,8 @@
#ifndef __CRYPTRES_H__
#define __CRYPTRES_H__
#include <windef.h>
#define IDS_CERT_POLICY 100
#define IDS_POLICY_ID 101
#define IDS_POLICY_QUALIFIER_INFO 102