2007-11-03 22:02:59 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2007-11-05 14:39:24 +00:00
|
|
|
IDI_MSTSC ICON "res/mstsc.ico"
|
2007-11-03 22:02:59 +00:00
|
|
|
IDI_LOGON ICON "res/logon.ico"
|
|
|
|
IDI_CONN ICON "res/connection.ico"
|
|
|
|
IDI_REMOTE ICON "res/remote.ico"
|
|
|
|
IDI_COLORS ICON "res/colors.ico"
|
|
|
|
|
|
|
|
IDB_HEADER BITMAP "res/header.bmp"
|
|
|
|
IDB_SPECT BITMAP "res/spectrum.bmp"
|
|
|
|
|
2008-01-12 10:20:26 +00:00
|
|
|
#include "lang/bg-BG.rc"
|
2007-11-29 22:19:15 +00:00
|
|
|
#include "lang/ca-ES.rc"
|
2007-11-14 13:52:45 +00:00
|
|
|
#include "lang/de-DE.rc"
|
2007-12-19 11:37:35 +00:00
|
|
|
#include "lang/el-GR.rc"
|
2007-11-03 22:02:59 +00:00
|
|
|
#include "lang/en-US.rc"
|
2007-12-23 09:20:37 +00:00
|
|
|
#include "lang/es-ES.rc"
|
2007-11-17 20:59:33 +00:00
|
|
|
#include "lang/fr-FR.rc"
|
2007-11-21 15:58:33 +00:00
|
|
|
#include "lang/it-IT.rc"
|
2011-05-13 17:53:03 +00:00
|
|
|
#include "lang/ja-JP.rc"
|
2008-06-23 09:57:46 +00:00
|
|
|
#include "lang/ko-KR.rc"
|
2008-01-22 19:08:51 +00:00
|
|
|
#include "lang/lt-LT.rc"
|
2008-08-01 13:08:15 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2007-12-30 17:02:14 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2007-12-01 18:29:42 +00:00
|
|
|
#include "lang/ru-RU.rc"
|
2008-03-03 18:14:36 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
- Swedish translation of charmap, find, dxdiag, mmc, mplay32, msconfig, devmgmt, eventvwr, servman, mstsc, ipconfig, ping, notepad, rapps, regedit, 3dtext, logon, shutdown, sndrec32, sndvol32, usetup, vminst and cmd. Patch by Jan Blomqvist Kinander (JaixBly [at] spray [dot] se)
[SETUP][USETUP]
- Translation update by Adam "Saibamen" Stachowicz. See issue #6171 for more details
svn path=/trunk/; revision=51492
2011-04-29 13:07:12 +00:00
|
|
|
#include "lang/sv-SE.rc"
|
2007-11-17 20:49:49 +00:00
|
|
|
#include "lang/uk-UA.rc"
|