Added Spanish translation.

This commit is contained in:
José Manuel Ferrer Ortiz 2004-08-18 00:26:10 +00:00 committed by Alexandre Julliard
parent 6a27b48895
commit ca7371019e
1 changed files with 13 additions and 4 deletions

View File

@ -43,6 +43,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
10 "Default MidiOut Device" 10 "Default MidiOut Device"
} }
STRINGTABLE DISCARDABLE
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
{
7 "Standard DirectSound"
8 "DirectSound: %s"
9 "Standard WaveOut - Gerät"
10 "Standard MidiOut - Gerät"
}
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
{ {
@ -62,10 +71,10 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
} }
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
{ {
7 "Standard DirectSound" 7 "DirectSound por defecto"
8 "DirectSound: %s" 8 "DirectSound: %s"
9 "Standard WaveOut - Gerät" 9 "Dispositivo WaveOut por defecto"
10 "Standard MidiOut - Gerät" 10 "Dispositivo MidiOut por defecto"
} }