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
c02f2498
Commit
c02f2498
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskmgr: Build language resource files separately.
Do not include them from an other rc file.
parent
c3067a74
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
55 additions
and
32 deletions
+55
-32
Da.rc
programs/taskmgr/Da.rc
+2
-0
De.rc
programs/taskmgr/De.rc
+2
-0
En.rc
programs/taskmgr/En.rc
+2
-0
Fr.rc
programs/taskmgr/Fr.rc
+2
-0
Ja.rc
programs/taskmgr/Ja.rc
+2
-2
Ko.rc
programs/taskmgr/Ko.rc
+2
-0
Lt.rc
programs/taskmgr/Lt.rc
+2
-2
Makefile.in
programs/taskmgr/Makefile.in
+18
-1
Nl.rc
programs/taskmgr/Nl.rc
+2
-0
No.rc
programs/taskmgr/No.rc
+2
-0
Pl.rc
programs/taskmgr/Pl.rc
+2
-0
Pt.rc
programs/taskmgr/Pt.rc
+2
-0
Ru.rc
programs/taskmgr/Ru.rc
+2
-0
Si.rc
programs/taskmgr/Si.rc
+2
-2
Sv.rc
programs/taskmgr/Sv.rc
+2
-0
Tr.rc
programs/taskmgr/Tr.rc
+2
-0
Zh.rc
programs/taskmgr/Zh.rc
+2
-2
resource.h
programs/taskmgr/resource.h
+5
-0
taskmgr.rc
programs/taskmgr/taskmgr.rc
+0
-23
No files found.
programs/taskmgr/Da.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/De.rc
View file @
c02f2498
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/*
...
...
programs/taskmgr/En.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/Fr.rc
View file @
c02f2498
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
/*
...
...
programs/taskmgr/Ja.rc
View file @
c02f2498
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -488,5 +490,3 @@ BEGIN
"プロセスの優先クラスを 通常以下 に設定します。"
ID_PROCESS_PAGE_SETPRIORITY_LOW "プロセスの優先クラスを 低 に設定します。"
END
#pragma code_page(default)
programs/taskmgr/Ko.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/Lt.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -560,5 +562,3 @@ BEGIN
IDS_DEBUG_CHANNEL_WARN "Warn (įspėjimas)"
IDS_DEBUG_CHANNEL_TRACE "Trace (pėdsakas)"
END
#pragma code_page(default)
programs/taskmgr/Makefile.in
View file @
c02f2498
...
...
@@ -29,7 +29,24 @@ C_SRCS = \
taskmgr.c
\
trayicon.c
RC_SRCS
=
taskmgr.rc
RC_SRCS
=
\
Da.rc
\
De.rc
\
En.rc
\
Fr.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
Pt.rc
\
Ru.rc
\
Si.rc
\
Sv.rc
\
Tr.rc
\
Zh.rc
\
taskmgr.rc
@MAKE_PROG_RULES@
...
...
programs/taskmgr/Nl.rc
View file @
c02f2498
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
/*
...
...
programs/taskmgr/No.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
/*
...
...
programs/taskmgr/Pl.rc
View file @
c02f2498
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/Pt.rc
View file @
c02f2498
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
/*
...
...
programs/taskmgr/Ru.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/Si.rc
View file @
c02f2498
...
...
@@ -19,6 +19,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
...
...
@@ -486,5 +488,3 @@ BEGIN
"Dodeli proces v PODPOVPREČNI prioritetni razred"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Dodeli proces v NIZEK prioritetni razred"
END
#pragma code_page(default)
programs/taskmgr/Sv.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
/*
...
...
programs/taskmgr/Tr.rc
View file @
c02f2498
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
/*
...
...
programs/taskmgr/Zh.rc
View file @
c02f2498
...
...
@@ -19,6 +19,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)
...
...
@@ -931,5 +933,3 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "將進程設為中等以下優先級"
ID_PROCESS_PAGE_SETPRIORITY_LOW "將進程設為低優先級"
END
#pragma code_page(default)
programs/taskmgr/resource.h
View file @
c02f2498
...
...
@@ -4,6 +4,11 @@
* Used by taskmgr.rc
*
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#define IDS_APP_TITLE 103
#define IDC_TASKMGR 109
#define IDS_RUNDLG_CAPTION 110
...
...
programs/taskmgr/taskmgr.rc
View file @
c02f2498
...
...
@@ -19,31 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#include "resource.h"
/* Language resources */
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Fr.rc"
#include "Ja.rc"
#include "Ko.rc"
#include "Lt.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
#include "Zh.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/*
...
...
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