Module: wine Branch: master Commit: 2ed647a12c9582889e4301b5ccf3b40550a51695 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ed647a12c9582889e4301b5cc...
Author: Kirill K. Smirnov lich@math.spbu.ru Date: Thu May 8 17:07:36 2008 +0400
winhelp: Updated Russian translation.
---
programs/winhelp/Ru.rc | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/programs/winhelp/Ru.rc b/programs/winhelp/Ru.rc index 8f885c7..4f760a7 100644 --- a/programs/winhelp/Ru.rc +++ b/programs/winhelp/Ru.rc @@ -76,5 +76,28 @@ STID_TOPICS, "& STID_ALL_FILES, "��� ����� (*.*)" STID_HELP_FILES_HLP, "����� ������� (*.hlp)" STID_FILE_NOT_FOUND_s "�� ���� ����� '%s'. �� ������ ����� ���� ���� ��������������?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" +STID_NO_RICHEDIT "�� ���� ����� richedit" } + +CONTEXT_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +BEGIN + POPUP "" + BEGIN + MENUITEM "�������...", MNID_CTXT_ANNOTATE + MENUITEM "����������", MNID_CTXT_COPY + MENUITEM "������...", MNID_CTXT_PRINT + POPUP "�����" + BEGIN + MENUITEM "������", MNID_CTXT_FONTS_SMALL + MENUITEM "�������", MNID_CTXT_FONTS_NORMAL + MENUITEM "�������", MNID_CTXT_FONTS_LARGE + END + POPUP "��������� ���� �������" + BEGIN + MENUITEM "�� ���������", MNID_CTXT_HELP_DEFAULT + MENUITEM "�������", MNID_CTXT_HELP_VISIBLE + MENUITEM "�� �������", MNID_CTXT_HELP_NONVISIBLE + END + MENUITEM "������������ ��������� �����", MNID_CTXT_SYSTEM_COLORS + END +END