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
da01cf93
Commit
da01cf93
authored
Jun 30, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Build language resource files separately.
Instead of including them from an other rc file.
parent
d10ea237
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
76 additions
and
66 deletions
+76
-66
Makefile.in
dlls/oleaut32/Makefile.in
+26
-1
oleaut32.rc
dlls/oleaut32/oleaut32.rc
+0
-57
oleaut32_Bg.rc
dlls/oleaut32/oleaut32_Bg.rc
+2
-0
oleaut32_Cz.rc
dlls/oleaut32/oleaut32_Cz.rc
+2
-0
oleaut32_Da.rc
dlls/oleaut32/oleaut32_Da.rc
+2
-0
oleaut32_De.rc
dlls/oleaut32/oleaut32_De.rc
+2
-0
oleaut32_El.rc
dlls/oleaut32/oleaut32_El.rc
+2
-0
oleaut32_En.rc
dlls/oleaut32/oleaut32_En.rc
+2
-0
oleaut32_Eo.rc
dlls/oleaut32/oleaut32_Eo.rc
+2
-0
oleaut32_Es.rc
dlls/oleaut32/oleaut32_Es.rc
+2
-0
oleaut32_Fr.rc
dlls/oleaut32/oleaut32_Fr.rc
+2
-0
oleaut32_Hu.rc
dlls/oleaut32/oleaut32_Hu.rc
+2
-0
oleaut32_It.rc
dlls/oleaut32/oleaut32_It.rc
+2
-0
oleaut32_Ko.rc
dlls/oleaut32/oleaut32_Ko.rc
+2
-0
oleaut32_Lt.rc
dlls/oleaut32/oleaut32_Lt.rc
+2
-2
oleaut32_Nl.rc
dlls/oleaut32/oleaut32_Nl.rc
+2
-0
oleaut32_No.rc
dlls/oleaut32/oleaut32_No.rc
+2
-0
oleaut32_Pl.rc
dlls/oleaut32/oleaut32_Pl.rc
+2
-0
oleaut32_Pt.rc
dlls/oleaut32/oleaut32_Pt.rc
+2
-0
oleaut32_Ro.rc
dlls/oleaut32/oleaut32_Ro.rc
+2
-2
oleaut32_Ru.rc
dlls/oleaut32/oleaut32_Ru.rc
+2
-0
oleaut32_Si.rc
dlls/oleaut32/oleaut32_Si.rc
+2
-2
oleaut32_Sv.rc
dlls/oleaut32/oleaut32_Sv.rc
+2
-0
oleaut32_Th.rc
dlls/oleaut32/oleaut32_Th.rc
+2
-0
oleaut32_Tr.rc
dlls/oleaut32/oleaut32_Tr.rc
+2
-0
oleaut32_Zh.rc
dlls/oleaut32/oleaut32_Zh.rc
+2
-2
resource.h
dlls/oleaut32/resource.h
+2
-0
No files found.
dlls/oleaut32/Makefile.in
View file @
da01cf93
...
...
@@ -30,7 +30,32 @@ C_SRCS = \
variant.c
\
vartype.c
RC_SRCS
=
oleaut32.rc
RC_SRCS
=
\
oleaut32_Bg.rc
\
oleaut32_Cz.rc
\
oleaut32_Da.rc
\
oleaut32_De.rc
\
oleaut32_El.rc
\
oleaut32_En.rc
\
oleaut32_Eo.rc
\
oleaut32_Es.rc
\
oleaut32_Fr.rc
\
oleaut32_Hu.rc
\
oleaut32_It.rc
\
oleaut32_Ko.rc
\
oleaut32_Lt.rc
\
oleaut32_Nl.rc
\
oleaut32_No.rc
\
oleaut32_Pl.rc
\
oleaut32_Pt.rc
\
oleaut32_Ro.rc
\
oleaut32_Ru.rc
\
oleaut32_Si.rc
\
oleaut32_Sv.rc
\
oleaut32_Th.rc
\
oleaut32_Tr.rc
\
oleaut32_Zh.rc
\
version.rc
IDL_P_SRCS
=
\
oleaut32_oaidl.idl
\
...
...
dlls/oleaut32/oleaut32.rc
deleted
100644 → 0
View file @
d10ea237
/*
* Top level resource file for oleaut32
*
* Copyright 2003 Jon Griffiths
*
* 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 "resource.h"
#include "version.rc"
#include "oleaut32_Bg.rc"
#include "oleaut32_Da.rc"
#include "oleaut32_De.rc"
#include "oleaut32_El.rc"
#include "oleaut32_En.rc"
#include "oleaut32_Eo.rc"
#include "oleaut32_Es.rc"
#include "oleaut32_Cz.rc"
#include "oleaut32_Fr.rc"
#include "oleaut32_Hu.rc"
#include "oleaut32_It.rc"
#include "oleaut32_Ko.rc"
#include "oleaut32_Lt.rc"
#include "oleaut32_Nl.rc"
#include "oleaut32_No.rc"
#include "oleaut32_Pl.rc"
#include "oleaut32_Pt.rc"
#include "oleaut32_Ro.rc"
#include "oleaut32_Ru.rc"
#include "oleaut32_Si.rc"
#include "oleaut32_Sv.rc"
#include "oleaut32_Th.rc"
#include "oleaut32_Tr.rc"
#include "oleaut32_Zh.rc"
/*
* FIXME:
* Finnish, Greek, Hebrew, Japanese, Korean,
* Turkish (at least) are localised in XP Home.
* I expect Chinese etc are localised in Asian Editions also.
*/
dlls/oleaut32/oleaut32_Bg.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Cz.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Da.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_De.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_El.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_En.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Eo.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Es.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Fr.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Hu.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_It.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Ko.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Lt.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -32,5 +34,3 @@ STRINGTABLE DISCARDABLE
IDS_ON "Įjungta"
IDS_OFF "Išjungta"
}
#pragma code_page(default)
dlls/oleaut32/oleaut32_Nl.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_No.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Pl.rc
View file @
da01cf93
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Pt.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Ro.rc
View file @
da01cf93
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -30,5 +32,3 @@ STRINGTABLE DISCARDABLE
IDS_ON "Activat"
IDS_OFF "Dezactivat"
}
#pragma code_page(default)
dlls/oleaut32/oleaut32_Ru.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Si.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -31,5 +33,3 @@ STRINGTABLE DISCARDABLE
IDS_ON "Vključeno"
IDS_OFF "Izključeno"
}
#pragma code_page(default)
dlls/oleaut32/oleaut32_Sv.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Th.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_THAI, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Tr.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/oleaut32/oleaut32_Zh.rc
View file @
da01cf93
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -44,5 +46,3 @@ STRINGTABLE DISCARDABLE
IDS_ON "開"
IDS_OFF "關"
}
#pragma code_page(default)
dlls/oleaut32/resource.h
View file @
da01cf93
...
...
@@ -20,6 +20,8 @@
#ifndef WINE_OLEAUT32_RESOURCE_H
#define WINE_OLEAUT32_RESOURCE_H
#include <windef.h>
/* Localised boolean text */
#define IDS_TRUE 100
#define IDS_FALSE 101
...
...
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