mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:43:06 +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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue