Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c0039ecd
Commit
c0039ecd
authored
Jun 30, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptdlg: Build language resource files separately.
Instead of including them from an other rc file.
parent
da01cf93
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
36 deletions
+24
-36
Makefile.in
dlls/cryptdlg/Makefile.in
+8
-1
cryptdlg.rc
dlls/cryptdlg/cryptdlg.rc
+0
-31
cryptdlg_De.rc
dlls/cryptdlg/cryptdlg_De.rc
+2
-0
cryptdlg_En.rc
dlls/cryptdlg/cryptdlg_En.rc
+2
-0
cryptdlg_Fr.rc
dlls/cryptdlg/cryptdlg_Fr.rc
+2
-0
cryptdlg_Ko.rc
dlls/cryptdlg/cryptdlg_Ko.rc
+2
-0
cryptdlg_Lt.rc
dlls/cryptdlg/cryptdlg_Lt.rc
+2
-2
cryptdlg_Nl.rc
dlls/cryptdlg/cryptdlg_Nl.rc
+2
-0
cryptdlg_Ro.rc
dlls/cryptdlg/cryptdlg_Ro.rc
+2
-2
cryptres.h
dlls/cryptdlg/cryptres.h
+2
-0
No files found.
dlls/cryptdlg/Makefile.in
View file @
c0039ecd
...
...
@@ -8,7 +8,14 @@ IMPORTS = cryptui crypt32 wintrust user32 advapi32 kernel32
C_SRCS
=
\
main.c
RC_SRCS
=
cryptdlg.rc
RC_SRCS
=
\
cryptdlg_De.rc
\
cryptdlg_En.rc
\
cryptdlg_Fr.rc
\
cryptdlg_Ko.rc
\
cryptdlg_Lt.rc
\
cryptdlg_Nl.rc
\
cryptdlg_Ro.rc
@MAKE_DLL_RULES@
...
...
dlls/cryptdlg/cryptdlg.rc
deleted
100644 → 0
View file @
da01cf93
/*
* cryptdlg dll resources
*
* Copyright 2008 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
*/
#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_Lt.rc"
#include "cryptdlg_Nl.rc"
#include "cryptdlg_Ro.rc"
dlls/cryptdlg/cryptdlg_De.rc
View file @
c0039ecd
...
...
@@ -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
...
...
dlls/cryptdlg/cryptdlg_En.rc
View file @
c0039ecd
...
...
@@ -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
...
...
dlls/cryptdlg/cryptdlg_Fr.rc
View file @
c0039ecd
...
...
@@ -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
...
...
dlls/cryptdlg/cryptdlg_Ko.rc
View file @
c0039ecd
...
...
@@ -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
...
...
dlls/cryptdlg/cryptdlg_Lt.rc
View file @
c0039ecd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -37,5 +39,3 @@ STRINGTABLE DISCARDABLE
IDS_NOTICE_NUM "Pranešimo numeris="
IDS_NOTICE_TEXT "Pranešimo tekstas="
}
#pragma code_page(default)
dlls/cryptdlg/cryptdlg_Nl.rc
View file @
c0039ecd
...
...
@@ -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
...
...
dlls/cryptdlg/cryptdlg_Ro.rc
View file @
c0039ecd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "cryptres.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -37,5 +39,3 @@ STRINGTABLE DISCARDABLE
IDS_NOTICE_NUM "Numărul notiței="
IDS_NOTICE_TEXT "Textul notiței="
}
#pragma code_page(default)
dlls/cryptdlg/cryptres.h
View file @
c0039ecd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment