[TRANSLATION][TIMEOUT] Created Polish translation of timeout
[reactos.git] / base / applications / cmdutils / timeout / timeout.rc
1 #include <windef.h>
2 // #include <winuser.h>
3
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Timeout Utility"
9 #define REACTOS_STR_INTERNAL_NAME "timeout"
10 #define REACTOS_STR_ORIGINAL_FILENAME "timeout.exe"
11 #include <reactos/version.rc>
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
16 #ifdef LANGUAGE_EN_US
17 #include "lang/en-US.rc"
18 #endif
19 #ifdef LANGUAGE_FR_FR
20 #include "lang/fr-FR.rc"
21 #endif
22 #ifdef LANGUAGE_IT_IT
23 #include "lang/it-IT.rc"
24 #endif
25 #ifdef LANGUAGE_PL_PL
26 #include "lang/pl-PL.rc"
27 #endif
28 #ifdef LANGUAGE_RO_RO
29 #include "lang/ro-RO.rc"
30 #endif
31 #ifdef LANGUAGE_RU_RU
32 #include "lang/ru-RU.rc"
33 #endif
34 #ifdef LANGUAGE_ZH_CN
35 #include "lang/zh-CN.rc"
36 #endif