devenum.rc 2.27 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/*
 * Resources for Device Enumerator
 *
 * Copyright 2002 Robert Shearman
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

21
#include "windef.h"
22
#include "winbase.h"
23 24
#include "winnls.h"

25 26 27 28
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

#define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
#define WINE_FILENAME_STR "devenum.dll"
29 30 31 32
#define WINE_FILEVERSION 6,5,1,902
#define WINE_FILEVERSION_STR "6.5.1.902"
#define WINE_PRODUCTVERSION 6,5,1,902
#define WINE_PRODUCTVERSION_STR "6.5"
33 34 35

#include "wine/wine_common_ver.rc"

36
STRINGTABLE DISCARDABLE
Ivan Leo Puoti's avatar
Ivan Leo Puoti committed
37
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
38 39 40 41 42 43
{
	7  "Default DirectSound"
	8  "DirectSound: %s"
	9  "Default WaveOut Device"
	10 "Default MidiOut Device"
}
Ivan Leo Puoti's avatar
Ivan Leo Puoti committed
44

45 46 47 48 49 50 51 52 53
STRINGTABLE DISCARDABLE
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
{
	7  "Standard DirectSound"
	8  "DirectSound: %s"
	9  "Standard WaveOut - Gert"
	10 "Standard MidiOut - Gert"
}

Ivan Leo Puoti's avatar
Ivan Leo Puoti committed
54 55 56 57 58 59 60 61
STRINGTABLE DISCARDABLE
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
{
	7  "DirectSound di Default"
	8  "DirectSound: %s"
	9  "Dispositivo WaveOut di Default"
	10 "Dispositivo MidiOut di Default"
}
62 63 64 65 66 67 68 69 70

STRINGTABLE DISCARDABLE
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
{
	7  "DirectSound padro"
	8  "DirectSound: %s"
	9  "Dispositivo padro WaveOut"
	10 "Dispositivo padro MidiOut"
}
71 72

STRINGTABLE DISCARDABLE
73
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
74
{
75
	7  "DirectSound por defecto"
76
	8  "DirectSound: %s"
77 78
	9  "Dispositivo WaveOut por defecto"
	10 "Dispositivo MidiOut por defecto"
79
}
David Kredba's avatar
David Kredba committed
80 81 82 83 84 85 86 87 88

STRINGTABLE DISCARDABLE
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
{
	7  "Dafaultn DirectSound"
	8  "DirectSound: %s"
	9  "Standardn zazen WaveOut"
	10 "Standardn zazen MidiOut"
}