reactos/reactos/base/applications/mmc/lang/uk-UA.rc
Eric Kohl b45ce14687 [MMC]
- Prepare the 'file open', 'file save' and 'file save as' actions.
- Store the file name in the console struncture.

svn path=/trunk/; revision=70600
2016-01-16 15:17:12 +00:00

52 lines
1.3 KiB
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.

/*
* PROJECT: ReactOS Management Console
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/mmc/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for MMC
* TRANSLATOR: Artem Reznikov
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
IDM_CONSOLE_SMALL MENU
BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
MENUITEM "Open\tStrg+O", IDM_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "В&ихід\tAlt+F4", IDM_FILE_EXIT
END
POPUP "&Довідка"
BEGIN
MENUITEM "&Про консоль керування ReactOS...", IDM_HELP_ABOUT
END
END
IDM_CONSOLE_LARGE MENU
BEGIN
POPUP "&Файл"
BEGIN
MENUITEM "New\tCtrl+N", IDM_FILE_NEW
MENUITEM "Open\tStrg+O", IDM_FILE_OPEN
MENUITEM "Save", IDM_FILE_SAVE
MENUITEM "Save as...", IDM_FILE_SAVEAS
MENUITEM SEPARATOR
MENUITEM "В&ихід\tAlt+F4", IDM_FILE_EXIT
END
POPUP "&Windows"
BEGIN
MENUITEM "List", IDM_WINDOWS_LIST
END
POPUP "&Довідка"
BEGIN
MENUITEM "&Про консоль керування ReactOS...", IDM_HELP_ABOUT
END
END
STRINGTABLE
BEGIN
IDS_APPTITLE "Консоль керування ReactOS"
IDS_CONSOLETITLE "Консоль%1!u!"
END