From ca7371019e284ef0d15139dc7ca0fd272d37f930 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Manuel=20Ferrer=20Ortiz?= Date: Wed, 18 Aug 2004 00:26:10 +0000 Subject: [PATCH] Added Spanish translation. --- dlls/devenum/devenum.rc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc index 74e35d056e0..b56044a36f7 100644 --- a/dlls/devenum/devenum.rc +++ b/dlls/devenum/devenum.rc @@ -44,6 +44,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT } 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 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT { 7 "DirectSound di Default" @@ -62,10 +71,10 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT } STRINGTABLE DISCARDABLE -LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT +LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT { - 7 "Standard DirectSound" + 7 "DirectSound por defecto" 8 "DirectSound: %s" - 9 "Standard WaveOut - Gerät" - 10 "Standard MidiOut - Gerät" + 9 "Dispositivo WaveOut por defecto" + 10 "Dispositivo MidiOut por defecto" } -- 2.11.4.GIT