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
807d75a9
Commit
807d75a9
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecfg: Build language resource files separately.
Do not include them from an other rc file.
parent
f0c35145
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
76 additions
and
44 deletions
+76
-44
Bg.rc
programs/winecfg/Bg.rc
+2
-0
Cs.rc
programs/winecfg/Cs.rc
+3
-0
Da.rc
programs/winecfg/Da.rc
+2
-0
De.rc
programs/winecfg/De.rc
+2
-0
En.rc
programs/winecfg/En.rc
+2
-0
Es.rc
programs/winecfg/Es.rc
+2
-0
Fi.rc
programs/winecfg/Fi.rc
+2
-0
Fr.rc
programs/winecfg/Fr.rc
+2
-0
Hu.rc
programs/winecfg/Hu.rc
+2
-0
It.rc
programs/winecfg/It.rc
+2
-0
Ja.rc
programs/winecfg/Ja.rc
+2
-2
Ko.rc
programs/winecfg/Ko.rc
+2
-0
Lt.rc
programs/winecfg/Lt.rc
+2
-2
Makefile.in
programs/winecfg/Makefile.in
+25
-1
Nl.rc
programs/winecfg/Nl.rc
+2
-0
No.rc
programs/winecfg/No.rc
+2
-0
Pl.rc
programs/winecfg/Pl.rc
+2
-0
Pt.rc
programs/winecfg/Pt.rc
+2
-0
Ro.rc
programs/winecfg/Ro.rc
+2
-2
Ru.rc
programs/winecfg/Ru.rc
+2
-0
Si.rc
programs/winecfg/Si.rc
+2
-2
Sv.rc
programs/winecfg/Sv.rc
+2
-0
Tr.rc
programs/winecfg/Tr.rc
+2
-0
Zh.rc
programs/winecfg/Zh.rc
+2
-2
resource.h
programs/winecfg/resource.h
+4
-0
winecfg.rc
programs/winecfg/winecfg.rc
+0
-33
No files found.
programs/winecfg/Bg.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Cs.rc
View file @
807d75a9
...
...
@@ -24,6 +24,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include "resource.h"
/* Czech strings in CP1250 */
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
...
...
programs/winecfg/Da.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/De.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/En.rc
View file @
807d75a9
...
...
@@ -22,6 +22,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Es.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Fi.rc
View file @
807d75a9
...
...
@@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Fr.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Hu.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/It.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
IDD_ABOUTCFG DIALOGEX 0, 0, 260, 270
...
...
programs/winecfg/Ja.rc
View file @
807d75a9
...
...
@@ -22,6 +22,8 @@
*
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -327,5 +329,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Menu Highlight"
IDC_SYSPARAMS_MENUBAR "メニュー バー"
END
#pragma code_page(default)
programs/winecfg/Ko.rc
View file @
807d75a9
...
...
@@ -23,6 +23,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Lt.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -325,5 +327,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Meniu paryškinimas"
IDC_SYSPARAMS_MENUBAR "Meniu juosta"
END
#pragma code_page(default)
programs/winecfg/Makefile.in
View file @
807d75a9
...
...
@@ -18,7 +18,31 @@ C_SRCS = \
winecfg.c
\
x11drvdlg.c
RC_SRCS
=
winecfg.rc
RC_SRCS
=
\
Bg.rc
\
Cs.rc
\
Da.rc
\
De.rc
\
En.rc
\
Es.rc
\
Fi.rc
\
Fr.rc
\
Hu.rc
\
It.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
Pt.rc
\
Ro.rc
\
Ru.rc
\
Si.rc
\
Sv.rc
\
Tr.rc
\
Zh.rc
\
winecfg.rc
@MAKE_PROG_RULES@
...
...
programs/winecfg/Nl.rc
View file @
807d75a9
...
...
@@ -22,6 +22,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/No.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Pl.rc
View file @
807d75a9
...
...
@@ -23,6 +23,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Pt.rc
View file @
807d75a9
...
...
@@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Ro.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
#pragma code_page(65001)
...
...
@@ -324,5 +326,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Evidențiere meniu"
IDC_SYSPARAMS_MENUBAR "Bară de meniu"
END
#pragma code_page(default)
programs/winecfg/Ru.rc
View file @
807d75a9
...
...
@@ -21,6 +21,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Si.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -324,5 +326,3 @@ BEGIN
IDC_SYSPARAMS_MENU_HILIGHT "Meni: osvetljen"
IDC_SYSPARAMS_MENUBAR "Meni: vrstica"
END
#pragma code_page(default)
programs/winecfg/Sv.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Tr.rc
View file @
807d75a9
...
...
@@ -20,6 +20,8 @@
*
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDR_WINECFG MENU DISCARDABLE
...
...
programs/winecfg/Zh.rc
View file @
807d75a9
...
...
@@ -21,6 +21,8 @@
*
*/
#include "resource.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -594,5 +596,3 @@ BEGIN
IDC_SYSPARAMS_INACTIVE_TITLE "非當前標題欄"
IDC_SYSPARAMS_INACTIVE_TITLE_TEXT "非當前標題欄文字"
END
#pragma code_page(default)
programs/winecfg/resource.h
View file @
807d75a9
...
...
@@ -23,6 +23,10 @@
*
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#define IDC_STATIC -1
#define IDS_TAB_APPLICATIONS 2
#define IDS_TAB_DLLS 3
...
...
programs/winecfg/winecfg.rc
View file @
807d75a9
...
...
@@ -20,41 +20,8 @@
*
*/
#include "config.h" /* Needed for the PACKAGE_STRING definition */
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winuser.h"
#include "commctrl.h"
#include "resource.h"
#include "Bg.rc"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Es.rc"
#include "Fi.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "It.rc"
#include "Ja.rc"
#include "Ko.rc"
#include "Lt.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ro.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
#include "Zh.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: idb_wine.bmp */
IDB_WINE BITMAP idb_wine.bmp
...
...
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