push 0a6b4a6c9e6bf38a9b3d5ed71f415701d1ca15d1
[wine/hacks.git] / programs / winhelp / Ru.rc
blobc07a74362e3d524b27a5462f8de7faa79bb6ba4f
1 /*
2  * Help Viewer (Russian resources)
3  *
4  * Copyright 2003 Igor Stepin
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 /* Menu */
23 MAIN_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
25  POPUP "&Ôàéë" {
26   MENUITEM "&Îòêðûòü", MNID_FILE_OPEN
27   MENUITEM SEPARATOR
28   MENUITEM "&Ïå÷àòàòü", MNID_FILE_PRINT
29   MENUITEM "Íàñòðîéêà &ïðèíòåðà...", MNID_FILE_SETUP
30    MENUITEM SEPARATOR
31   MENUITEM "&Âûõîä", MNID_FILE_EXIT
32  }
33  POPUP "&Ïðàâêà" {
34    MENUITEM "&Êîïèðîâàòü...", MNID_EDIT_COPYDLG
35    MENUITEM SEPARATOR
36    MENUITEM "&Çàìåòêè...", MNID_EDIT_ANNOTATE
37  }
38  POPUP "&Çàêëàäêà" {
39    MENUITEM "&Îïðåäåëèòü...", MNID_BKMK_DEFINE
40  }
41  POPUP "&Ñïðàâêà" {
42    MENUITEM "Ïîìîùü &ïî ïîìîùè", MNID_HELP_HELPON
43    MENUITEM "Âñåãäà &ñâåðõó", MNID_HELP_HELPTOP
44    MENUITEM SEPARATOR
45    MENUITEM "&Èíôîðìàöèÿ...", MNID_HELP_ABOUT
46 #ifdef WINELIB
47    MENUITEM "&ΠWine", MNID_HELP_WINE
48 #endif
49  }
52 /* Strings */
53 STRINGTABLE DISCARDABLE LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
55 STID_WINE_HELP,         "Ñïðàâêà WINE"
56 STID_WHERROR,           "ÎØÈÁÊÀ"
57 STID_WARNING,           "ÂÍÈÌÀÍÈÅ"
58 STID_INFO,              "Èíôîðìàöèÿ"
59 STID_NOT_IMPLEMENTED,   "Íå ðåàëèçîâàííî"
60 STID_HLPFILE_ERROR_s,   "Îøèáêà ïðè ÷òåíèè ôàéëà ïîìîùè `%s'"
61 STID_CONTENTS,          "&Ñîäåðæàíèå"
62 STID_SEARCH,            "&Íàéòè"
63 STID_BACK,              "&Íàçàä"
64 STID_HISTORY,           "&Èñòîðèÿ"
65 STID_TOPICS,            "&Óêàçàòåëü"
66 STID_ALL_FILES,         "Âñå ôàéëû (*.*)"
67 STID_HELP_FILES_HLP,    "Ôàéëû ñïðàâêè (*.hlp)"
68 STID_FILE_NOT_FOUND_s   "Íå ìîãó íàéòè '%s'. Âû õîòèòå íàéòè ýòîò ôàéë ñàìîñòîÿòåëüíî?"