Module: wine Branch: master Commit: 2025d145038e82767eee6a77473c0da34f014b0e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2025d145038e82767eee6a7747...
Author: Vladimir Pankratov scriptkid@mail.ru Date: Sat Jun 28 00:08:08 2008 +0500
winhlp32: Update Russian translation.
---
programs/winhlp32/Ru.rc | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/programs/winhlp32/Ru.rc b/programs/winhlp32/Ru.rc index 0d32728..53f2d17 100644 --- a/programs/winhlp32/Ru.rc +++ b/programs/winhlp32/Ru.rc @@ -38,21 +38,21 @@ MAIN_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT POPUP "&��������" { MENUITEM "&����������...", MNID_BKMK_DEFINE } - POPUP "&Options" { - POPUP "Help always visible" + POPUP "&���������" { + POPUP "��������� ���� �������" BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE + MENUITEM "�� ���������", MNID_OPTS_HELP_DEFAULT + MENUITEM "�������", MNID_OPTS_HELP_VISIBLE + MENUITEM "�� �������", MNID_OPTS_HELP_NONVISIBLE END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" + MENUITEM "�������", MNID_OPTS_HISTORY + POPUP "�����" BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE + MENUITEM "������", MNID_OPTS_FONTS_SMALL + MENUITEM "�������", MNID_OPTS_FONTS_NORMAL + MENUITEM "�������", MNID_OPTS_FONTS_LARGE END - MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS + MENUITEM "������������ ��������� �����", MNID_OPTS_SYSTEM_COLORS } POPUP "&�������" { MENUITEM "������ &�� ������", MNID_HELP_HELPON