Commit 4a132c4f authored by Marcelo Duarte's avatar Marcelo Duarte Committed by Alexandre Julliard

Localization of devenum to Portuguese and minor corrections.

parent dd3747f7
...@@ -51,3 +51,12 @@ LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT ...@@ -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 padro"
8 "DirectSound: %s"
9 "Dispositivo padro WaveOut"
10 "Dispositivo padro MidiOut"
}
/* Multimedia resources (MMSYSTEM.DLL & WINMM.DLL /* Multimedia resources (MMSYSTEM.DLL & WINMM.DLL)
* *
* Copyright (c) 1999, Eric Pouech * Copyright (c) 1999, Eric Pouech
* *
......
...@@ -38,7 +38,7 @@ MAIN_MENU MENU ...@@ -38,7 +38,7 @@ MAIN_MENU MENU
MENUITEM "Sai&r do Windows...", PM_EXIT MENUITEM "Sai&r do Windows...", PM_EXIT
} }
POPUP "&Opes" { POPUP "&Opes" {
MENUITEM "&Autoorganizar", PM_AUTO_ARRANGE MENUITEM "&Auto organizar", PM_AUTO_ARRANGE
MENUITEM "&Minimizar na execuo", PM_MIN_ON_RUN MENUITEM "&Minimizar na execuo", PM_MIN_ON_RUN
MENUITEM "&Salvar alteraes ao sair", PM_SAVE_SETTINGS MENUITEM "&Salvar alteraes ao sair", PM_SAVE_SETTINGS
} }
......
...@@ -32,6 +32,7 @@ ...@@ -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 ...@@ -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
/* { /* {
......
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