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
5234f1fd
Commit
5234f1fd
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Build language resource files separately.
Do not include them from an other rc file.
parent
eaa31f33
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
69 additions
and
43 deletions
+69
-43
Makefile.in
dlls/msi/Makefile.in
+25
-1
msi.rc
dlls/msi/msi.rc
+0
-32
msi_Bg.rc
dlls/msi/msi_Bg.rc
+2
-0
msi_Da.rc
dlls/msi/msi_Da.rc
+2
-0
msi_De.rc
dlls/msi/msi_De.rc
+2
-2
msi_En.rc
dlls/msi/msi_En.rc
+2
-0
msi_Eo.rc
dlls/msi/msi_Eo.rc
+2
-0
msi_Es.rc
dlls/msi/msi_Es.rc
+2
-0
msi_Fi.rc
dlls/msi/msi_Fi.rc
+2
-0
msi_Fr.rc
dlls/msi/msi_Fr.rc
+2
-0
msi_Hu.rc
dlls/msi/msi_Hu.rc
+2
-0
msi_It.rc
dlls/msi/msi_It.rc
+2
-0
msi_Ko.rc
dlls/msi/msi_Ko.rc
+2
-0
msi_Lt.rc
dlls/msi/msi_Lt.rc
+2
-2
msi_Nl.rc
dlls/msi/msi_Nl.rc
+2
-0
msi_No.rc
dlls/msi/msi_No.rc
+2
-0
msi_Pl.rc
dlls/msi/msi_Pl.rc
+2
-0
msi_Pt.rc
dlls/msi/msi_Pt.rc
+2
-0
msi_Ro.rc
dlls/msi/msi_Ro.rc
+2
-2
msi_Ru.rc
dlls/msi/msi_Ru.rc
+2
-0
msi_Si.rc
dlls/msi/msi_Si.rc
+2
-2
msi_Sv.rc
dlls/msi/msi_Sv.rc
+2
-0
msi_Tr.rc
dlls/msi/msi_Tr.rc
+2
-0
msi_Zh.rc
dlls/msi/msi_Zh.rc
+2
-2
No files found.
dlls/msi/Makefile.in
View file @
5234f1fd
...
...
@@ -59,7 +59,31 @@ BISON_SRCS = \
cond.y
\
sql.y
RC_SRCS
=
msi.rc
RC_SRCS
=
\
msi.rc
\
msi_Bg.rc
\
msi_Da.rc
\
msi_De.rc
\
msi_En.rc
\
msi_Eo.rc
\
msi_Es.rc
\
msi_Fi.rc
\
msi_Fr.rc
\
msi_Hu.rc
\
msi_It.rc
\
msi_Ko.rc
\
msi_Lt.rc
\
msi_Nl.rc
\
msi_No.rc
\
msi_Pl.rc
\
msi_Pt.rc
\
msi_Ro.rc
\
msi_Ru.rc
\
msi_Si.rc
\
msi_Sv.rc
\
msi_Tr.rc
\
msi_Zh.rc
\
version.rc
@MAKE_DLL_RULES@
...
...
dlls/msi/msi.rc
View file @
5234f1fd
...
...
@@ -19,38 +19,6 @@
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "version.rc"
#include "msi_Bg.rc"
#include "msi_Da.rc"
#include "msi_De.rc"
#include "msi_En.rc"
#include "msi_Eo.rc"
#include "msi_Es.rc"
#include "msi_Fi.rc"
#include "msi_Fr.rc"
#include "msi_Hu.rc"
#include "msi_It.rc"
#include "msi_Ko.rc"
#include "msi_Lt.rc"
#include "msi_Nl.rc"
#include "msi_No.rc"
#include "msi_Pl.rc"
#include "msi_Pt.rc"
#include "msi_Ro.rc"
#include "msi_Ru.rc"
#include "msi_Si.rc"
#include "msi_Sv.rc"
#include "msi_Tr.rc"
#include "msi_Zh.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: msiserver.tlb */
1 TYPELIB LOADONCALL DISCARDABLE msiserver.tlb
...
...
dlls/msi/msi_Bg.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Da.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_De.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -34,5 +36,3 @@ STRINGTABLE DISCARDABLE
14 "Feature von:"
15 "Wählen Sie das Verzeichnis aus, dass %s enthält."
}
#pragma code_page(default)
dlls/msi/msi_En.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Eo.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Es.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Fi.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Fr.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Hu.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_It.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Ko.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Lt.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -35,5 +37,3 @@ STRINGTABLE DISCARDABLE
14 "komponentas iš:"
15 "parinkite aplanką, kuris turi %s"
}
#pragma code_page(default)
dlls/msi/msi_Nl.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_No.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Pl.rc
View file @
5234f1fd
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Pt.rc
View file @
5234f1fd
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Ro.rc
View file @
5234f1fd
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -33,5 +35,3 @@ STRINGTABLE DISCARDABLE
14 "caracteristică de la:"
15 "selectați fișierul care conține %s"
}
#pragma code_page(default)
dlls/msi/msi_Ru.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Si.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -34,5 +36,3 @@ STRINGTABLE DISCARDABLE
14 "funkcija z:"
15 "izberite mapo, ki vsebuje %s"
}
#pragma code_page(default)
dlls/msi/msi_Sv.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Tr.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
...
...
dlls/msi/msi_Zh.rc
View file @
5234f1fd
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -50,5 +52,3 @@ STRINGTABLE DISCARDABLE
14 "功能來自:"
15 "選擇包含 %s 的檔案夾"
}
#pragma code_page(default)
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