taskmgr: Add Lithuanian translation.
[wine] / programs / taskmgr / taskmgr.rc
1 /*
2  *  Task Manager
3  *
4  *  Copyright 1999-2001 Brian Palmer
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include <windef.h>
23 #include <winuser.h>
24 #include <commctrl.h>
25
26 #include "resource.h"
27
28 /* Language resources */
29
30 #include "Da.rc"
31 #include "De.rc"
32 #include "En.rc"
33 #include "Fr.rc"
34 #include "Ja.rc"
35 #include "Ko.rc"
36 #include "Lt.rc"
37 #include "Nl.rc"
38 #include "No.rc"
39 #include "Pl.rc"
40 #include "Pt.rc"
41 #include "Ru.rc"
42 #include "Si.rc"
43 #include "Sv.rc"
44 #include "Tr.rc"
45 #include "Zh.rc"
46
47 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
48
49 /*
50  Icon
51 */
52
53 /* Icon with lowest ID value placed first to ensure application icon
54    remains consistent on all systems. */
55 /* @makedep: taskmgr.ico */
56 IDI_TASKMANAGER         ICON    DISCARDABLE taskmgr.ico
57
58 /* @makedep: window.ico */
59 IDI_WINDOW              ICON    DISCARDABLE window.ico
60
61 /* @makedep: windowsm.ico */
62 IDI_WINDOWSM            ICON    DISCARDABLE windowsm.ico
63
64 /*
65  Version
66 */
67
68 VS_VERSION_INFO VERSIONINFO
69  FILEVERSION 1,0,0,1
70  PRODUCTVERSION 1,0,0,1
71  FILEFLAGSMASK 0x3fL
72 #ifdef _DEBUG
73  FILEFLAGS 0x1L
74 #else
75  FILEFLAGS 0x0L
76 #endif
77  FILEOS 0x40004L
78  FILETYPE 0x1L
79  FILESUBTYPE 0x0L
80 BEGIN
81     BLOCK "StringFileInfo"
82     BEGIN
83         BLOCK "040904b0"
84         BEGIN
85             VALUE "CompanyName", "Brian Palmer\0"
86             VALUE "FileDescription", "Task Manager by Brian Palmer\0"
87             VALUE "FileVersion", "1.0.0.1\0"
88             VALUE "InternalName", "taskmgr\0"
89             VALUE "LegalCopyright", "Copyright © Brian Palmer 2000\0"
90             VALUE "OriginalFilename", "taskmgr.exe\0"
91             VALUE "ProductName", "Task Manager by Brian Palmer\0"
92             VALUE "ProductVersion", "1.0.0.1\0"
93         END
94     END
95     BLOCK "VarFileInfo"
96     BEGIN
97         VALUE "Translation", 0x409, 1200
98     END
99 END
100
101 /*
102  Bitmap
103 */
104
105 /* @makedep: traymask.bmp */
106 IDB_TRAYMASK            BITMAP  DISCARDABLE traymask.bmp
107         
108 /* @makedep: trayicon.bmp */
109 IDB_TRAYICON            BITMAP  DISCARDABLE trayicon.bmp
110
111 /* @makedep: font.bmp */
112 IDB_FONT                BITMAP  DISCARDABLE font.bmp