save old text color during a call of DrawCaptionTempW
[wine/kumbayo.git] / programs / winhelp / Bg.rc
blobd04a9d077da2658db68feb74aba06f47a4efd382
1 /*
2  * Help Viewer Bulgarian resource
3  *
4  * Copyright 2005 Milko Krachounov
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_BULGARIAN, 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_BULGARIAN, 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   "Cannot find '%s'. Do you want to find this file yourself?"