devenum: Italian, Spanish, Dutch and VERSIONINFO should use SUBLANG_NEUTRAL.
This commit is contained in:
parent
bd25af9dba
commit
b4467c7351
|
@ -24,7 +24,7 @@
|
|||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
|
||||
#define WINE_FILENAME_STR "devenum.dll"
|
||||
|
@ -63,7 +63,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
{
|
||||
7 "DirectSound di Default"
|
||||
8 "DirectSound: %s"
|
||||
|
@ -81,7 +81,7 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
|
|||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
{
|
||||
7 "DirectSound por defecto"
|
||||
8 "DirectSound: %s"
|
||||
|
@ -117,7 +117,7 @@ LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
|||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
{
|
||||
7 "Standaard DirectSound"
|
||||
8 "DirectSound: %s"
|
||||
|
|
Loading…
Reference in New Issue