cc1454955e8f10b17f6d5b92a210007ea945b048
[reactos.git] / reactos / dll / win32 / hhctrl.ocx / lang / Ru.rc
1 /*
2 * HTML Help resources
3 * Russia Language Support
4 *
5 * Copyright 2008 Vitaliy Margolen
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 /* UTF-8 */
23 #pragma code_page(65001)
24
25 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
26
27 STRINGTABLE
28 BEGIN
29 IDS_CONTENTS "&Содержание"
30 IDS_INDEX "&Оглавление"
31 IDS_SEARCH "&Поиск"
32 IDS_FAVORITES "&Избранное"
33
34 IDS_HIDETABS "Hide &Tabs"
35 IDS_SHOWTABS "Show &Tabs"
36 END
37
38 STRINGTABLE
39 BEGIN
40 IDTB_EXPAND "Показать"
41 IDTB_CONTRACT "Спрятать"
42 IDTB_STOP "Остановить"
43 IDTB_REFRESH "Обновить"
44 IDTB_BACK "Назад"
45 IDTB_HOME "В начало"
46 IDTB_SYNC "Синхронизировать"
47 IDTB_PRINT "Печать"
48 IDTB_OPTIONS "Настройки"
49 IDTB_FORWARD "Вперёд"
50 END
51
52 MENU_POPUP MENU
53 {
54 POPUP "" /* Options */
55 {
56 MENUITEM "", IDTB_EXPAND
57 MENUITEM "S&ync", IDTB_SYNC
58 MENUITEM "&Back", IDTB_BACK
59 MENUITEM "&Forward", IDTB_FORWARD
60 MENUITEM "&Home", IDTB_HOME
61 MENUITEM "&Stop", IDTB_STOP
62 MENUITEM "&Refresh", IDTB_REFRESH
63 MENUITEM "&Print...", IDTB_PRINT
64 }
65 }