Sync with trunk head
[reactos.git] / dll / win32 / hhctrl.ocx / 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 #include "resource.h"
23
24 /* UTF-8 */
25 #pragma code_page(65001)
26
27 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
28
29 STRINGTABLE
30 BEGIN
31 IDS_CONTENTS "&Содержание"
32 IDS_INDEX "&Оглавление"
33 IDS_SEARCH "&Поиск"
34 IDS_FAVORITES "&Избранное"
35 END
36
37 STRINGTABLE
38 BEGIN
39 IDTB_EXPAND "Показать"
40 IDTB_CONTRACT "Спрятать"
41 IDTB_STOP "Остановить"
42 IDTB_REFRESH "Обновить"
43 IDTB_BACK "Назад"
44 IDTB_HOME "В начало"
45 IDTB_SYNC "Синхронизировать"
46 IDTB_PRINT "Печать"
47 IDTB_OPTIONS "Настройки"
48 IDTB_FORWARD "Вперёд"
49 IDTB_NOTES "Записки"
50 IDTB_BROWSE_FWD "Просмотр вперёд"
51 IDTB_BROWSE_BACK "Просмотр назад"
52 IDTB_CONTENTS "Содержание"
53 IDTB_INDEX "Оглавление"
54 IDTB_SEARCH "Поиск"
55 IDTB_HISTORY "История"
56 IDTB_FAVORITES "Избранное"
57 IDTB_JUMP1 "Переход 1"
58 IDTB_JUMP2 "Переход 2"
59 IDTB_CUSTOMIZE "Персонализовать"
60 IDTB_ZOOM "Масштаб"
61 IDTB_TOC_NEXT "Следующая глава"
62 IDTB_TOC_PREV "Предыдущая глава"
63 END