Commit c485b182 authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32: Convert translations to po files.

parent f8960ac8
......@@ -14828,7 +14828,7 @@ wine_fn_config_dll compstui enable_compstui implib
wine_fn_config_dll credui enable_credui implib
wine_fn_config_test dlls/credui/tests credui_test
wine_fn_config_dll crtdll enable_crtdll implib
wine_fn_config_dll crypt32 enable_crypt32 implib
wine_fn_config_dll crypt32 enable_crypt32 po,implib
wine_fn_config_test dlls/crypt32/tests crypt32_test
wine_fn_config_dll cryptdlg enable_cryptdlg
wine_fn_config_dll cryptdll enable_cryptdll implib
......
......@@ -2357,7 +2357,7 @@ WINE_CONFIG_DLL(compstui,,[implib])
WINE_CONFIG_DLL(credui,,[implib])
WINE_CONFIG_TEST(dlls/credui/tests)
WINE_CONFIG_DLL(crtdll,,[implib])
WINE_CONFIG_DLL(crypt32,,[implib])
WINE_CONFIG_DLL(crypt32,,[po,implib])
WINE_CONFIG_TEST(dlls/crypt32/tests)
WINE_CONFIG_DLL(cryptdlg)
WINE_CONFIG_DLL(cryptdll,,[implib])
......
......@@ -30,22 +30,7 @@ C_SRCS = \
store.c \
str.c
RC_SRCS = \
crypt32_De.rc \
crypt32_En.rc \
crypt32_Fr.rc \
crypt32_Hu.rc \
crypt32_It.rc \
crypt32_Ja.rc \
crypt32_Ko.rc \
crypt32_Lt.rc \
crypt32_Nl.rc \
crypt32_No.rc \
crypt32_Pl.rc \
crypt32_Pt.rc \
crypt32_Ro.rc \
crypt32_Sv.rc \
crypt32_Uk.rc \
version.rc
RC_SRCS = crypt32.rc
PO_SRCS = crypt32.rc
@MAKE_DLL_RULES@
......@@ -239,3 +239,12 @@ STRINGTABLE
IDS_NETSCAPE_SMIME_CA "S/MIME CA"
IDS_NETSCAPE_SIGN_CA "Signature CA"
}
#define WINE_FILEDESCRIPTION_STR "Wine CryptoAPI Library"
#define WINE_FILENAME_STR "crypt32.dll"
#define WINE_FILEVERSION 5,131,2600,1243
#define WINE_FILEVERSION_STR "5.131.2600.1243"
#define WINE_PRODUCTVERSION 5,131,2600,1243
#define WINE_PRODUCTVERSION_STR "5.131.2600.1243"
#include "wine/wine_common_ver.rc"
/*
* crypt32 dll version resources
*
* Copyright (C) 2006 Juan Lang
*
* 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
*/
#define WINE_FILEDESCRIPTION_STR "Wine CryptoAPI Library"
#define WINE_FILENAME_STR "crypt32.dll"
#define WINE_FILEVERSION 5,131,2600,1243
#define WINE_FILEVERSION_STR "5.131.2600.1243"
#define WINE_PRODUCTVERSION 5,131,2600,1243
#define WINE_PRODUCTVERSION_STR "5.131.2600.1243"
#include "wine/wine_common_ver.rc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment