2006-11-28 21:44:53 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include "vmwinst.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
/* Bitmaps */
|
|
|
|
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
|
|
|
IDB_HEADER BITMAP "resources/header.bmp"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Everything specific to any language goes in one of the specific
|
|
|
|
* files. Note that you can and may override resources which also have
|
|
|
|
* a neutral version. This is to get localized bitmaps for example.
|
|
|
|
*/
|
2008-02-25 10:29:41 +00:00
|
|
|
#include "lang/bg-BG.rc"
|
2006-11-28 21:44:53 +00:00
|
|
|
#include "lang/cs-CZ.rc"
|
|
|
|
#include "lang/da-DK.rc"
|
2007-02-23 01:42:52 +00:00
|
|
|
#include "lang/de-DE.rc"
|
2007-07-29 09:53:59 +00:00
|
|
|
#include "lang/el-GR.rc"
|
2007-02-23 01:42:52 +00:00
|
|
|
#include "lang/en-US.rc"
|
2006-11-28 21:44:53 +00:00
|
|
|
#include "lang/es-ES.rc"
|
2007-07-20 13:14:46 +00:00
|
|
|
#include "lang/fr-FR.rc"
|
2007-02-23 01:42:52 +00:00
|
|
|
#include "lang/hu-HU.rc"
|
|
|
|
#include "lang/id-ID.rc"
|
2007-01-05 11:38:25 +00:00
|
|
|
#include "lang/it-IT.rc"
|
2006-11-28 21:44:53 +00:00
|
|
|
#include "lang/ja-JP.rc"
|
2007-07-08 16:43:53 +00:00
|
|
|
#include "lang/lt-LT.rc"
|
2008-08-01 13:08:15 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2007-04-18 15:21:29 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2006-11-28 21:44:53 +00:00
|
|
|
#include "lang/ru-RU.rc"
|
|
|
|
#include "lang/uk-UA.rc"
|
2007-04-24 12:58:14 +00:00
|
|
|
#include "lang/zh-CN.rc"
|