mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
13 lines
302 B
Text
13 lines
302 B
Text
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Preferências...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Sair", ID_EXIT
|
|
END
|
|
END
|