2 * Resources for Device Enumerator
4 * Copyright 2002 Robert Shearman
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.
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
25 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
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"
34 #include "wine/wine_common_ver.rc"
36 STRINGTABLE DISCARDABLE
37 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
39 7 "Default DirectSound"
41 9 "Default WaveOut Device"
42 10 "Default MidiOut Device"
45 STRINGTABLE DISCARDABLE
46 LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
48 7 "Standard DirectSound"
50 9 "Standard WaveOut - Gerät"
51 10 "Standard MidiOut - Gerät"
54 STRINGTABLE DISCARDABLE
55 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
57 7 "DirectSound di Default"
59 9 "Dispositivo WaveOut di Default"
60 10 "Dispositivo MidiOut di Default"
63 STRINGTABLE DISCARDABLE
64 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
66 7 "DirectSound padrão"
68 9 "Dispositivo padrão WaveOut"
69 10 "Dispositivo padrão MidiOut"
72 STRINGTABLE DISCARDABLE
73 LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
75 7 "DirectSound por defecto"
77 9 "Dispositivo WaveOut por defecto"
78 10 "Dispositivo MidiOut por defecto"
81 STRINGTABLE DISCARDABLE
82 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
84 7 "Dafaultní DirectSound"
86 9 "Standardní zaøízení WaveOut"
87 10 "Standardní zaøízení MidiOut"