Commit b4467c73 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

devenum: Italian, Spanish, Dutch and VERSIONINFO should use SUBLANG_NEUTRAL.

parent bd25af9d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "winbase.h" #include "winbase.h"
#include "winnls.h" #include "winnls.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library" #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
#define WINE_FILENAME_STR "devenum.dll" #define WINE_FILENAME_STR "devenum.dll"
...@@ -63,7 +63,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL ...@@ -63,7 +63,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
} }
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
{ {
7 "DirectSound di Default" 7 "DirectSound di Default"
8 "DirectSound: %s" 8 "DirectSound: %s"
...@@ -81,7 +81,7 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT ...@@ -81,7 +81,7 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
} }
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
{ {
7 "DirectSound por defecto" 7 "DirectSound por defecto"
8 "DirectSound: %s" 8 "DirectSound: %s"
...@@ -117,7 +117,7 @@ LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL ...@@ -117,7 +117,7 @@ LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
} }
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
{ {
7 "Standaard DirectSound" 7 "Standaard DirectSound"
8 "DirectSound: %s" 8 "DirectSound: %s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment