mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:55:57 +00:00
[NOTEPAD][OSK] Improve/Add Portuguese (Brazilian pt-BR and Portugal pt-PT) translations (#5124)
Co-authored-by: Julen Urizar Compains <julenuri@hotmail.com>
This commit is contained in:
parent
c8fc8264fe
commit
2687c1b415
5 changed files with 176 additions and 6 deletions
|
@ -25,7 +25,7 @@ BEGIN
|
|||
POPUP "&Arquivo"
|
||||
BEGIN
|
||||
MENUITEM "&Novo\tCtrl+N", CMD_NEW
|
||||
MENUITEM "New &Window\tCtrl+Shift+N", CMD_NEW_WINDOW
|
||||
MENUITEM "Nova &Janela\tCtrl+Shift+N", CMD_NEW_WINDOW
|
||||
MENUITEM "A&brir\tCtrl+O", CMD_OPEN
|
||||
MENUITEM "&Salvar\tCtrl+S", CMD_SAVE
|
||||
MENUITEM "Salvar &como...", CMD_SAVE_AS
|
||||
|
@ -46,7 +46,7 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Localizar...", CMD_SEARCH
|
||||
MENUITEM "Localizar &próxima\tF3", CMD_SEARCH_NEXT
|
||||
MENUITEM "Replace...\tCtrl+H", CMD_REPLACE
|
||||
MENUITEM "Substituir...\tCtrl+H", CMD_REPLACE
|
||||
MENUITEM "Ir Para...\tCtrl+G", CMD_GOTO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Selecionar &tudo", CMD_SELECT_ALL
|
||||
|
@ -65,7 +65,7 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "&Conteúdo", CMD_HELP_CONTENTS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
|
||||
MENUITEM "&Sobre o Notepad", CMD_HELP_ABOUT_NOTEPAD
|
||||
END
|
||||
END
|
||||
|
||||
|
|
|
@ -96,12 +96,12 @@ IDI_NPICON ICON "res/notepad.ico"
|
|||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_BR
|
||||
#include "lang/pt-BR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "lang/pt-PT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PB
|
||||
#include "lang/pt-BR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue