oleaut32: Add Lithuanian translation.
[wine] / dlls / 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 #pragma code_page(65001)
22
23 #include "windef.h"
24 #include "winbase.h"
25 #include "winnls.h"
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
30 #define WINE_FILENAME_STR "devenum.dll"
31 #define WINE_FILEVERSION 6,5,1,902
32 #define WINE_FILEVERSION_STR "6.5.1.902"
33 #define WINE_PRODUCTVERSION 6,5,1,902
34 #define WINE_PRODUCTVERSION_STR "6.5"
35
36 #include "wine/wine_common_ver.rc"
37
38 STRINGTABLE DISCARDABLE
39 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
40 {
41         7  "Default DirectSound"
42         8  "DirectSound: %s"
43         9  "Default WaveOut Device"
44         10 "Default MidiOut Device"
45 }
46
47 STRINGTABLE DISCARDABLE
48 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
49 {
50         7  "DirectSound par défaut"
51         8  "DirectSound : %s"
52         9  "Périphérique WaveOut par défaut"
53         10 "Périphérique MidiOut par défaut"
54 }
55
56 STRINGTABLE DISCARDABLE
57 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
58 {
59         7  "Standard DirectSound"
60         8  "DirectSound: %s"
61         9  "Standard WaveOut - Gerät"
62         10 "Standard MidiOut - Gerät"
63 }
64
65 STRINGTABLE DISCARDABLE
66 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
67 {
68         7  "DirectSound di Default"
69         8  "DirectSound: %s"
70         9  "Dispositivo WaveOut di Default"
71         10 "Dispositivo MidiOut di Default"
72 }
73
74 STRINGTABLE DISCARDABLE
75 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
76 {
77         7  "DirectSound padrão"
78         8  "DirectSound: %s"
79         9  "Dispositivo padrão WaveOut"
80         10 "Dispositivo padrão MidiOut"
81 }
82
83 STRINGTABLE DISCARDABLE
84 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
85 {
86         7  "DirectSound por defecto"
87         8  "DirectSound: %s"
88         9  "Dispositivo WaveOut por defecto"
89         10 "Dispositivo MidiOut por defecto"
90 }
91
92 STRINGTABLE DISCARDABLE
93 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
94 {
95         7  "Dafaultní DirectSound"
96         8  "DirectSound: %s"
97         9  "Standardní zařízení WaveOut"
98         10 "Standardní zařízení MidiOut"
99 }
100
101 STRINGTABLE DISCARDABLE
102 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
103 {
104         7  "Standardowe DirectSound"
105         8  "DirectSound: %s"
106         9  "Standardowe urządzenie WaveOut"
107         10 "Standardowe urządzenie Device"
108 }
109
110 STRINGTABLE DISCARDABLE
111 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
112 {
113 7  "Standard DirectSound"
114 8  "DirectSound: %s"
115 9  "Standard enhet for lydavspilling"
116 10 "Standard enhet for MIDI-avspilling"
117 }
118
119 STRINGTABLE DISCARDABLE
120 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
121 {
122         7  "Standaard DirectSound"
123         8  "DirectSound: %s"
124         9  "Standaardapparaat WaveOut"
125         10 "Standaardapparaat MidiOut"
126 }
127
128 STRINGTABLE DISCARDABLE
129 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
130 {
131         7  "DirectSound implicit"
132         8  "DirectSound: %s"
133         9  "Dispozitiv WaveOut implicit"
134         10 "Dispozitiv MidiOut implicit"
135 }
136
137 STRINGTABLE DISCARDABLE
138 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
139 {
140         7  "Стандартный DirectSound"
141         8  "DirectSound: %s"
142         9  "Звуковое устройство вывода по умолчанию"
143         10 "Устройство вывода MIDI по умолчанию"
144
145 }
146
147 STRINGTABLE DISCARDABLE
148 LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
149 {
150         7  "Privzeta DirectSound naprava"
151         8  "DirectSound: %s"
152         9  "Privzeta WaveOut naprava"
153         10 "Privzeta MidiOut naprava"
154 }
155
156 STRINGTABLE DISCARDABLE
157 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
158 {
159         7  "기본 다이렉트 사운드"
160         8  "다이렉트 사운드: %s"
161         9  "기본 웨이브 출력 장치"
162         10 "기본 미디출력 장치"
163 }
164
165 STRINGTABLE DISCARDABLE
166 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
167 {
168         7  "Numatytasis DirectSound"
169         8  "DirectSound: %s"
170         9  "Numatytasis WaveOut įrenginys"
171         10 "Numatytasis MidiOut įrenginys"
172 }