Rename CSR_CONNECTION_INFO and CONSOLE_CONNECTION_INFO to the same way as BASESRV_API...
[reactos.git] / reactos / base / applications / cmdutils / xcopy / rsrc.rc
1 /*
2 * Copyright 2007 Jason Edmeades
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include "xcopy.h"
20
21 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
22
23 #define REACTOS_VERSION_DLL
24 #define REACTOS_STR_FILE_DESCRIPTION "xcopy command\0"
25 #define REACTOS_STR_INTERNAL_NAME "xcopy\0"
26 #define REACTOS_STR_ORIGINAL_FILENAME "xcopy.exe\0"
27 #include <reactos/version.rc>
28
29 #ifdef LANGUAGE_DA_DK
30 #include "Da.rc"
31 #endif
32 #ifdef LANGUAGE_EN_US
33 #include "En.rc"
34 #endif
35 #ifdef LANGUAGE_NO_NO
36 #include "No.rc"
37 #endif
38 #ifdef LANGUAGE_PL_PL
39 #include "Pl.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "Es.rc"
43 #endif
44
45 /* UTF-8 */
46 #ifdef LANGUAGE_DE_DE
47 #include "De.rc"
48 #endif
49 #ifdef LANGUAGE_FR_FR
50 #include "Fr.rc"
51 #endif
52 #ifdef LANGUAGE_IT_IT
53 #include "It.rc"
54 #endif
55 #ifdef LANGUAGE_JA_JP
56 #include "Ja.rc"
57 #endif
58 #ifdef LANGUAGE_KO_KR
59 #include "Ko.rc"
60 #endif
61 #ifdef LANGUAGE_LT_LT
62 #include "Lt.rc"
63 #endif
64 #ifdef LANGUAGE_NL_NL
65 #include "Nl.rc"
66 #endif
67 #ifdef LANGUAGE_PT_PT
68 #include "Pt.rc"
69 #endif
70 #ifdef LANGUAGE_RO_RO
71 #include "Ro.rc"
72 #endif
73 #ifdef LANGUAGE_RU_RU
74 #include "Ru.rc"
75 #endif
76 #ifdef LANGUAGE_SL_SI
77 #include "Si.rc"
78 #endif
79 #ifdef LANGUAGE_SR_SP
80 #include "Sr.rc"
81 #endif
82 #ifdef LANGUAGE_SV_SE
83 #include "Sv.rc"
84 #endif
85 #ifdef LANGUAGE_UK_UA
86 #include "Uk.rc"
87 #endif