mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
41 lines
884 B
Text
41 lines
884 B
Text
/* Translation by Vytis "CMan" Girdžijauskas (cman@cman.us) */
|
|
|
|
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
|
|
|
|
IDM_CONSOLE_SMALL MENU
|
|
BEGIN
|
|
POPUP "&Byla"
|
|
BEGIN
|
|
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Baigti\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Pagalba"
|
|
BEGIN
|
|
MENUITEM "&Apie ReactOS Valdymo Pultą...", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
IDM_CONSOLE_LARGE MENU
|
|
BEGIN
|
|
POPUP "&Byla"
|
|
BEGIN
|
|
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Baigti\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Windows"
|
|
BEGIN
|
|
MENUITEM "List", IDM_WINDOWS_LIST
|
|
END
|
|
POPUP "&Pagalba"
|
|
BEGIN
|
|
MENUITEM "&Apie ReactOS Valdymo Pultą...", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS Valdymo Pultas"
|
|
IDS_CONSOLETITLE "Pultas%1!u!"
|
|
END
|