mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
17 lines
902 B
Plaintext
17 lines
902 B
Plaintext
113 MENU
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
|
{
|
|
POPUP "Texto"
|
|
{
|
|
MENUITEM "Desfazer", 57643
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Recortar", 57635
|
|
MENUITEM "Copiar", 57634
|
|
MENUITEM "Colar", 57637
|
|
MENUITEM "Limpar seleção", 57632
|
|
MENUITEM "Selecionar tudo", 57642
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Barra de ferramentas de texto", 37678
|
|
}
|
|
}
|