[TRANSLATIONS] Estonian for various base applications
[reactos.git] / base / applications / cmdutils / tree / tree.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Tree Walk Utility"
8 #define REACTOS_STR_INTERNAL_NAME "tree"
9 #define REACTOS_STR_ORIGINAL_FILENAME "tree.com"
10 #include <reactos/version.rc>
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14 #ifdef LANGUAGE_DE_DE
15 #include "lang/de-DE.rc"
16 #endif
17 #ifdef LANGUAGE_EN_US
18 #include "lang/en-US.rc"
19 #endif
20 #ifdef LANGUAGE_ET_EE
21 #include "lang/et-EE.rc"
22 #endif
23 #ifdef LANGUAGE_FR_FR
24 #include "lang/fr-FR.rc"
25 #endif
26 #ifdef LANGUAGE_IT_IT
27 #include "lang/it-IT.rc"
28 #endif
29 #ifdef LANGUAGE_PL_PL
30 #include "lang/pl-PL.rc"
31 #endif
32 #ifdef LANGUAGE_RO_RO
33 #include "lang/ro-RO.rc"
34 #endif
35 #ifdef LANGUAGE_RU_RU
36 #include "lang/ru-RU.rc"
37 #endif
38 #ifdef LANGUAGE_TR_TR
39 #include "lang/tr-TR.rc"
40 #endif
41 #ifdef LANGUAGE_ZH_CN
42 #include "lang/zh-CN.rc"
43 #endif
44 #ifdef LANGUAGE_ZH_TW
45 #include "lang/zh-TW.rc"
46 #endif