69b1fe8b502d3186fbd97cb36dd59e22febd47cd
[reactos.git] / reactos / lib / devenum / devenum.rc
1 /*
2 * Resources for Device Enumerator
3 *
4 * Copyright 2002 Robert Shearman
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winnls.h"
24
25 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
26
27 #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
28 #define WINE_FILENAME_STR "devenum.dll"
29 #define WINE_FILEVERSION 6,5,1,902
30 #define WINE_FILEVERSION_STR "6.5.1.902"
31 #define WINE_PRODUCTVERSION 6,5,1,902
32 #define WINE_PRODUCTVERSION_STR "6.5"
33
34 #include "wine/wine_common_ver.rc"
35
36 STRINGTABLE DISCARDABLE
37 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
38 {
39 7 "Default DirectSound"
40 8 "DirectSound: %s"
41 9 "Default WaveOut Device"
42 10 "Default MidiOut Device"
43 }
44
45 STRINGTABLE DISCARDABLE
46 LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
47 {
48 7 "Standard DirectSound"
49 8 "DirectSound: %s"
50 9 "Standard WaveOut - Gerät"
51 10 "Standard MidiOut - Gerät"
52 }
53
54 STRINGTABLE DISCARDABLE
55 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
56 {
57 7 "DirectSound di Default"
58 8 "DirectSound: %s"
59 9 "Dispositivo WaveOut di Default"
60 10 "Dispositivo MidiOut di Default"
61 }
62
63 STRINGTABLE DISCARDABLE
64 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
65 {
66 7 "DirectSound padrão"
67 8 "DirectSound: %s"
68 9 "Dispositivo padrão WaveOut"
69 10 "Dispositivo padrão MidiOut"
70 }
71
72 STRINGTABLE DISCARDABLE
73 LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
74 {
75 7 "DirectSound por defecto"
76 8 "DirectSound: %s"
77 9 "Dispositivo WaveOut por defecto"
78 10 "Dispositivo MidiOut por defecto"
79 }