Localization of devenum to Portuguese and minor corrections.
This commit is contained in:
parent
dd3747f7e2
commit
4a132c4f15
|
@ -51,3 +51,12 @@ LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
|
||||||
9 "Dispositivo WaveOut di Default"
|
9 "Dispositivo WaveOut di Default"
|
||||||
10 "Dispositivo MidiOut di Default"
|
10 "Dispositivo MidiOut di Default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE
|
||||||
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
|
||||||
|
{
|
||||||
|
7 "DirectSound padrão"
|
||||||
|
8 "DirectSound: %s"
|
||||||
|
9 "Dispositivo padrão WaveOut"
|
||||||
|
10 "Dispositivo padrão MidiOut"
|
||||||
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Multimedia resources (MMSYSTEM.DLL & WINMM.DLL
|
/* Multimedia resources (MMSYSTEM.DLL & WINMM.DLL)
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, Eric Pouech
|
* Copyright (c) 1999, Eric Pouech
|
||||||
*
|
*
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include "Ru.rc"
|
#include "Ru.rc"
|
||||||
#include "Si.rc"
|
#include "Si.rc"
|
||||||
|
|
||||||
|
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDA_WINEMINE ACCELERATORS DISCARDABLE
|
IDA_WINEMINE ACCELERATORS DISCARDABLE
|
||||||
{
|
{
|
||||||
|
@ -39,8 +40,6 @@ IDA_WINEMINE ACCELERATORS DISCARDABLE
|
||||||
"X", IDM_EXIT, VIRTKEY, ALT, NOINVERT
|
"X", IDM_EXIT, VIRTKEY, ALT, NOINVERT
|
||||||
}
|
}
|
||||||
|
|
||||||
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
|
|
||||||
|
|
||||||
/* BINRES winemine.ico */
|
/* BINRES winemine.ico */
|
||||||
WINEMINE ICON MOVEABLE winemine.ico
|
WINEMINE ICON MOVEABLE winemine.ico
|
||||||
/* {
|
/* {
|
||||||
|
|
Loading…
Reference in New Issue