reactos/base/applications/winhlp32/lang/Bg.rc

106 lines
3.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Help Viewer Bulgarian resource
*
* Copyright 2005 Milko Krachounov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Файл" {
MENUITEM "&Отвори", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "&Печат", MNID_FILE_PRINT
MENUITEM "&Настройка на принтера...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "&Изход", MNID_FILE_EXIT
}
POPUP "&Редактиране" {
MENUITEM "&Копирай...", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "&Анотирай...", MNID_EDIT_ANNOTATE
}
POPUP "&Отметки" {
MENUITEM "&Задай...", MNID_BKMK_DEFINE
}
POPUP "&Options" {
MENUITEM "Винаги от&горе", MNID_HELP_HELPTOP
MENUITEM "History", MNID_OPTS_HISTORY
POPUP "Fonts"
BEGIN
MENUITEM "Small", MNID_OPTS_FONTS_SMALL
MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
MENUITEM "Large", MNID_OPTS_FONTS_LARGE
END
}
POPUP "&Помощ" {
MENUITEM "Помощ &за помощта", MNID_HELP_HELPON
MENUITEM "&Информация...", MNID_HELP_ABOUT
}
}
CONTEXT_MENU MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
MENUITEM "Copy", MNID_CTXT_COPY
MENUITEM "Print...", MNID_CTXT_PRINT
POPUP "Fonts"
BEGIN
MENUITEM "Small", MNID_CTXT_FONTS_SMALL
MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
MENUITEM "Large", MNID_CTXT_FONTS_LARGE
END
END
END
STRINGTABLE
{
STID_WINE_HELP, "ReactOS Помощ"
STID_WHERROR, "ГРЕШКА"
STID_WARNING, "ПРЕДУПРЕЖДЕНИЕ"
STID_INFO, "Информация"
STID_NOT_IMPLEMENTED, "Не е реализирано"
STID_HLPFILE_ERROR_s, "Грешка при четене на помощния файл `%s'"
STID_INDEX, "&Съдържание"
STID_CONTENTS, "Summary"
STID_BACK, "&Назад"
STID_ALL_FILES, "Всички файлове (*.*)"
STID_HELP_FILES_HLP, "Помощни файлове (*.hlp)"
STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
STID_PSH_INDEX, "Help topics: "
}
IDD_INDEX DIALOGEX 0, 0, 200, 190
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Index"
{
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
}
IDD_SEARCH DIALOGEX 0, 0, 200, 190
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Search"
{
LTEXT "Not yet implemented", -1, 10, 10, 180, 150
}