reactos/base/applications/mmc/lang/ru-RU.rc
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

42 lines
925 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* Russian language resource file (Dmitry Chapyshev, 2007-06-10) */
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
IDM_CONSOLE_SMALL MENU
BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
MENUITEM SEPARATOR
MENUITEM "&Выход\tAlt+F4", IDM_FILE_EXIT
END
POPUP "&Справка"
BEGIN
MENUITEM "&О программе...", IDM_HELP_ABOUT
END
END
IDM_CONSOLE_LARGE MENU
BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
MENUITEM SEPARATOR
MENUITEM "&Выход\tAlt+F4", IDM_FILE_EXIT
END
POPUP "&Windows"
BEGIN
MENUITEM "List", IDM_WINDOWS_LIST
END
POPUP "&Справка"
BEGIN
MENUITEM "&О программе...", IDM_HELP_ABOUT
END
END
STRINGTABLE
BEGIN
IDS_APPTITLE "Консоль управления ReactOS"
IDS_CONSOLETITLE "Console%1!u!"
END