mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
0abd920db9
Also fix SUBLANG for Portuguese Brazilian (pt-BR) translation.
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Preferências...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Sair", ID_EXIT
|
|
END
|
|
END
|