devenum: Convert resource file to UTF-8.
This commit is contained in:
parent
5346039d5a
commit
b536702b60
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnls.h"
|
||||
|
@ -45,10 +47,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
{
|
||||
7 "DirectSound par défaut"
|
||||
8 "DirectSound : %s"
|
||||
9 "Périphérique WaveOut par défaut"
|
||||
10 "Périphérique MidiOut par défaut"
|
||||
7 "DirectSound par défaut"
|
||||
8 "DirectSound : %s"
|
||||
9 "Périphérique WaveOut par défaut"
|
||||
10 "Périphérique MidiOut par défaut"
|
||||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@ -56,8 +58,8 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
{
|
||||
7 "Standard DirectSound"
|
||||
8 "DirectSound: %s"
|
||||
9 "Standard WaveOut - Gerät"
|
||||
10 "Standard MidiOut - Gerät"
|
||||
9 "Standard WaveOut - Gerät"
|
||||
10 "Standard MidiOut - Gerät"
|
||||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@ -72,10 +74,10 @@ LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
|
|||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
|
||||
{
|
||||
7 "DirectSound padrão"
|
||||
7 "DirectSound padrão"
|
||||
8 "DirectSound: %s"
|
||||
9 "Dispositivo padrão WaveOut"
|
||||
10 "Dispositivo padrão MidiOut"
|
||||
9 "Dispositivo padrão WaveOut"
|
||||
10 "Dispositivo padrão MidiOut"
|
||||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@ -90,10 +92,10 @@ LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
|
|||
STRINGTABLE DISCARDABLE
|
||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||
{
|
||||
7 "Dafaultní DirectSound"
|
||||
7 "Dafaultní DirectSound"
|
||||
8 "DirectSound: %s"
|
||||
9 "Standardní zaøízení WaveOut"
|
||||
10 "Standardní zaøízení MidiOut"
|
||||
9 "Standardní zařízení WaveOut"
|
||||
10 "Standardní zařízení MidiOut"
|
||||
}
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
Loading…
Reference in New Issue