Commit 980f8177 authored by Milko Krachounov's avatar Milko Krachounov Committed by Alexandre Julliard

Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,

shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui, setupapi, wininet, regedit, uninstaller, notepad, winecfg and winhelp.
parent 9628a781
/*
* comctl (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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 220, 140
STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION " "
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
PUSHBUTTON "", IDCANCEL,58,122,50,14
PUSHBUTTON "&", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
PUSHBUTTON "", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
END
IDD_WIZARD DIALOG DISCARDABLE 0, 0, 290, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "< &", IDC_BACK_BUTTON,71,138,50,14
DEFPUSHBUTTON "& >", IDC_NEXT_BUTTON,121,138,50,14
DEFPUSHBUTTON "", IDC_FINISH_BUTTON,121,138,50,14
PUSHBUTTON "", IDCANCEL,178,138,50,14
PUSHBUTTON "", IDHELP,235,138,50,14,WS_GROUP
LTEXT "", IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
LTEXT "", IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
END
IDD_TBCUSTOMIZE DIALOG DISCARDABLE 10, 20, 407, 125 /* 357 -> 407 ? */
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " "
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&", IDCANCEL,318,6,84,14 /* 44 -> 84; 308 -> 318 ? */
PUSHBUTTON "&", IDC_RESET_BTN,318,23,84,14 /* 44 -> 84 ? */
PUSHBUTTON "&", IDC_HELP_BTN,318,40,84,14 /* 44 -> 84 ? */
PUSHBUTTON " &", IDC_MOVEUP_BTN,318,74,84,14 /* 44 -> 84 ? */
PUSHBUTTON " &", IDC_MOVEDN_BTN,318,91,84,14 /* 44 -> 84 ? */
LTEXT "& :", -1,4,5,84,10
LISTBOX IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
PUSHBUTTON "& ->", IDOK, 131, 42, 54, 14 /* 44 -> 54 ? */
PUSHBUTTON "<- &", IDC_REMOVE_BTN,131,62,54,14 /* 44 -> 54 ? */
LTEXT "& :", -1,192,5,78,10 /* 182 -> 192 ? */
LISTBOX IDC_TOOLBARBTN_LBOX, 192,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP /* 182 -> 192 ? */
END
STRINGTABLE DISCARDABLE
{
IDS_CLOSE ""
}
STRINGTABLE DISCARDABLE
{
IDM_TODAY ":"
IDM_GOTODAY " "
}
STRINGTABLE DISCARDABLE
{
IDS_SEPARATOR ""
}
STRINGTABLE DISCARDABLE
{
HKY_NONE ""
}
......@@ -1192,6 +1192,7 @@ IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico
* get localized bitmaps for example.
*/
#include "comctl_Bg.rc"
#include "comctl_Cn.rc"
#include "comctl_Cs.rc"
#include "comctl_De.rc"
......
......@@ -41,6 +41,7 @@
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "cdlg_Bg.rc"
#include "cdlg_Ca.rc"
#include "cdlg_Cn.rc"
#include "cdlg_Cs.rc"
......
......@@ -24,6 +24,7 @@
#include "version.rc"
#include "mpr_Bg.rc"
#include "mpr_Cs.rc"
#include "mpr_De.rc"
#include "mpr_En.rc"
......
/*
* MPR 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_ENTIRENETWORK " "
}
IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION " "
FONT 8, "MS Shell Dlg"
{
LTEXT " :", IDC_EXPLAIN, 40, 6, 150, 15
LTEXT "", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "", -1, 40, 66, 50, 10
LTEXT "", -1, 40, 86, 50, 10
LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "&Save this password (Insecure)", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_HTMLDISABLED "HTML ."
IDS_HTMLDOCUMENT "HTML "
}
/* FIXME: This should be in shdoclc.dll */
IDR_BROWSE_CONTEXT_MENU MENU
{
POPUP "Default"
{
MENUITEM "&", IDM_BACK
MENUITEM "&", IDM_FORWARD
MENUITEM SEPARATOR
MENUITEM "& ...", IDM_SAVEBACKGROUNDAS
MENUITEM " & ", IDM_SETASBACKGROUND
MENUITEM "& ", IDM_COPYBACKGROUND
MENUITEM " & ", IDM_SETASDESKTOPITEM
MENUITEM SEPARATOR
MENUITEM " &", IDM_SELECTALL
MENUITEM "&", IDM_PASTE
MENUITEM SEPARATOR
MENUITEM " &", IDM_CREATESHORTCUT
MENUITEM " &", IDM_ADDTOFAVOURITES
MENUITEM "& ", IDM_VIEWSOURCE
MENUITEM SEPARATOR
MENUITEM "&", IDM_ENCODING
MENUITEM SEPARATOR
MENUITEM "&", IDM_PRINT
MENUITEM "&", IDM_REFRESH
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "&", IDM_PROPERTIES
}
POPUP "Image"
{
MENUITEM "& ", IDM_OPENLINK
MENUITEM " & ", IDM_OPENINNEWWINDOW
MENUITEM "& ...", IDM_SAVETARGETAS
MENUITEM "& ", IDM_PRINTTARGET
MENUITEM SEPARATOR
MENUITEM "& ", IDM_SHOWPICTURE
MENUITEM "& ...", IDM_SAVEPICTUREAS
MENUITEM " &...", IDM_EMAILPICTURE
MENUITEM "& ...", IDM_PRINTPICTURE
MENUITEM "& ", IDM_GOTOMYPICTURES
MENUITEM " &", IDM_SETASBACKGROUND
MENUITEM " & ...", IDM_SETASDESKTOPITEM
MENUITEM SEPARATOR
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM " &", IDM_COPYSHORTCUT
MENUITEM "&", IDM_PASTE
MENUITEM SEPARATOR
MENUITEM " &...", IDM_ADDTOFAVOURITES
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "&", IDM_PROPERTIES
}
POPUP "Control"
{
MENUITEM "&", IDM_UNDO
MENUITEM SEPARATOR
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM "&", IDM_PASTE
MENUITEM "&", IDM_DELETE
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM " &", IDM_SELECTALL
}
POPUP "Table"
{
POPUP "&"
{
MENUITEM "&", IDM_CELL
MENUITEM "&", IDM_ROW
MENUITEM "&", IDM_COLUMN
MENUITEM "&", IDM_TABLE
}
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "& ", IDM_CELLPROPERTIES
MENUITEM "& ", IDM_TABLEPROPERTIES
}
POPUP "1DSite Select"
{
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM "&", IDM_PASTE
MENUITEM " &", IDM_SELECTALL
MENUITEM "&", IDM_PRINT
MENUITEM SEPARATOR
}
POPUP "Anchor"
{
MENUITEM "&", IDM_OPENLINK
MENUITEM " & ", IDM_OPENINNEWWINDOW
MENUITEM "& ...", IDM_SAVETARGETAS
MENUITEM "& ", IDM_PRINTTARGET
MENUITEM SEPARATOR
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM " &", IDM_COPYSHORTCUT
MENUITEM "&", IDM_PASTE
MENUITEM SEPARATOR
MENUITEM " &...", IDM_ADDTOFAVOURITES
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "&", IDM_PROPERTIES
}
POPUP "Context Unknown"
{
MENUITEM SEPARATOR
}
POPUP "DYNSRC Image"
{
MENUITEM "& ", IDM_OPENLINK
MENUITEM " & ", IDM_OPENINNEWWINDOW
MENUITEM "& ...", IDM_SAVETARGETAS
MENUITEM "& ", IDM_PRINTTARGET
MENUITEM SEPARATOR
MENUITEM "& ", IDM_SHOWPICTURE
MENUITEM "& ...", IDM_SAVEPICTUREAS
MENUITEM " &", IDM_SETASBACKGROUND
MENUITEM " & ...", IDM_SETASDESKTOPITEM
MENUITEM SEPARATOR
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM " &", IDM_COPYSHORTCUT
MENUITEM "&", IDM_PASTE
MENUITEM SEPARATOR
MENUITEM " &...", IDM_ADDTOFAVOURITES
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "", IDM_PLAY
MENUITEM "", IDM_STOP
MENUITEM "&", IDM_PROPERTIES
}
POPUP "ART Image"
{
MENUITEM "& ", IDM_OPENLINK
MENUITEM " & ", IDM_OPENINNEWWINDOW
MENUITEM "& ...", IDM_SAVETARGETAS
MENUITEM "& ", IDM_PRINTTARGET
MENUITEM SEPARATOR
MENUITEM "& ", IDM_SHOWPICTURE
MENUITEM "& ...", IDM_SAVEPICTUREAS
MENUITEM " &", IDM_SETASBACKGROUND
MENUITEM " & ......", IDM_SETASDESKTOPITEM
MENUITEM SEPARATOR
MENUITEM "&", IDM_CUT
MENUITEM "&", IDM_COPY
MENUITEM " &", IDM_COPYSHORTCUT
MENUITEM "&", IDM_PASTE
MENUITEM SEPARATOR
MENUITEM " &...", IDM_ADDTOFAVOURITES
MENUITEM SEPARATOR
MENUITEM "", IDM_PLAY
MENUITEM "", IDM_STOP
MENUITEM " ", IDM_REWIND
MENUITEM SEPARATOR
MENUITEM SEPARATOR
MENUITEM "&", IDM_PROPERTIES
}
POPUP "Debug"
{
MENUITEM "Trace Tags", IDM_TRACETAGS
MENUITEM "Resource Failures", IDM_RESOURCEFAILURES
MENUITEM "Dump Tracking Info", IDM_DUMPTRACKINGINFO
MENUITEM "Debug Break", IDM_DEBUGBREAK
MENUITEM "Debug View", IDM_DEBUGVIEW
MENUITEM "Dump Tree", IDM_DUMPTREE
MENUITEM "Dump Lines", IDM_DUMPLINES
MENUITEM "Dump DisplayTree", IDM_DUMPDISPLAYTREE
MENUITEM "Dump FormatCaches", IDM_DUMPFORMATCACHES
MENUITEM "Dump LayoutRects", IDM_DUMPLAYOUTRECTS
MENUITEM "Memory Monitor", IDM_MEMORYMONITOR
MENUITEM "Performance Meters", IDM_PERFORMANCEMETERS
MENUITEM "Save HTML", IDM_SAVEHTML
MENUITEM SEPARATOR
MENUITEM "&Browse View", IDM_BROWSEVIEW
MENUITEM "&Edit View", IDM_EDITVIEW
}
POPUP "Vertical Scrollbar"
{
MENUITEM " ", IDM_SCROLLHERE
MENUITEM SEPARATOR
MENUITEM "-", IDM_TOP
MENUITEM "-", IDM_BOTTOM
MENUITEM SEPARATOR
MENUITEM " ", IDM_PAGEUP
MENUITEM " ", IDM_PAGEDOWN
MENUITEM SEPARATOR
MENUITEM " ", IDM_SCROLLUP
MENUITEM " ", IDM_SCROLLDOWN
}
POPUP "Horizontal Scrollbar"
{
MENUITEM " ", IDM_SCROLLHERE
MENUITEM SEPARATOR
MENUITEM "-", IDM_LEFTEDGE
MENUITEM "-", IDM_RIGHTEDGE
MENUITEM SEPARATOR
MENUITEM " ", IDM_PAGELEFT
MENUITEM " ", IDM_PAGERIGHT
MENUITEM SEPARATOR
MENUITEM " ", IDM_SCROLLLEFT
MENUITEM " ", IDM_SCROLLRIGHT
}
}
......@@ -21,6 +21,7 @@
#include "resource.h"
#include "Bg.rc"
#include "De.rc"
#include "En.rc"
#include "Fi.rc"
......
......@@ -27,6 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "version.rc"
#include "msi_Bg.rc"
#include "msi_De.rc"
#include "msi_En.rc"
#include "msi_Es.rc"
......
/*
* Bulgarian resources for MSI
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
5 " %s "
9 " %s"
10 " "
11 " , %s"
12 " "
13 " "
14 " :"
15 " , %s"
}
/*
* Bulgarian resource file for MS-RLE
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_NAME "WINE-MS-RLE"
IDS_DESCRIPTION "Wine MS-RLE "
IDS_ABOUT "Wine MS-RLE \nCopyright 2002 by Michael Gunnewig"
}
......@@ -31,6 +31,7 @@
* get localized bitmaps for example.
*/
#include "msrle_Bg.rc"
#include "msrle_Cs.rc"
#include "msrle_De.rc"
#include "msrle_En.rc"
......
......@@ -24,6 +24,7 @@
#include "version.rc"
#include "oleaut32_Bg.rc"
#include "oleaut32_De.rc"
#include "oleaut32_Dk.rc"
#include "oleaut32_En.rc"
......
/*
* Bulgarian resources for oleaut32
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_TRUE "Èñòèíà"
IDS_FALSE "Ëúæà"
IDS_YES "Äà"
IDS_NO "Íå"
IDS_ON "Âêëþ÷åíî"
IDS_OFF "Èçêëþ÷åíî"
}
/*
* serialui.dll (Bulgarian resources)
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 200, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION " "
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT " ", 0,5,20,95,10
COMBOBOX IDC_BAUD, 100, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "", 0,5,40,95,10
COMBOBOX IDC_PARITY, 100, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT " ", 0,5,60,95,10
COMBOBOX IDC_FLOW, 100, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT " ", 0,5,80,95,10
COMBOBOX IDC_DATA, 100, 80, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "-", 0,5,100,95,10
COMBOBOX IDC_STOP, 100, 100, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK,50,138,50,14
PUSHBUTTON "", IDCANCEL,105,138,50,14
/* these two buttons are for testing Get/SetDefaultCommConfig */
/* PUSHBUTTON "GetDefault", ID_GETDEFAULT,30,115,50,14 */
/* PUSHBUTTON "SetDefault", ID_SETDEFAULT,85,115,50,14 */
END
......@@ -21,6 +21,7 @@
#include "winuser.h"
#include "serialui.h"
#include "Bg.rc"
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
......
/*
* Bulgarian resources for SETUPAPI
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION " ..."
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT ":", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT ":", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
......@@ -24,6 +24,7 @@
#include "winnls.h"
#include "setupapi_private.h"
#include "Bg.rc"
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " Mozilla Active X "
FONT 8, "MS Shell Dlg"
{
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
PUSHBUTTON "Cancel", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
}
STRINGTABLE
BEGIN
1001 " ActiveX ,\n" \
" Mozilla Active X ." \
" ?"
END
......@@ -23,6 +23,7 @@
#include "version.rc"
#include "Bg.rc"
#include "De.rc"
#include "En.rc"
#include "Es.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
MENU_001 MENU DISCARDABLE
BEGIN
MENUITEM "& ", FCIDM_SHVIEW_BIGICON
MENUITEM "& ", FCIDM_SHVIEW_SMALLICON
MENUITEM "&", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&", FCIDM_SHVIEW_REPORTVIEW
END
/*
shellview background menu
*/
MENU_002 MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
POPUP "&"
BEGIN
MENUITEM "& ", FCIDM_SHVIEW_BIGICON
MENUITEM "& ", FCIDM_SHVIEW_SMALLICON
MENUITEM "&", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&", FCIDM_SHVIEW_REPORTVIEW
END
MENUITEM SEPARATOR
POPUP " &"
BEGIN
MENUITEM " &", 0x30 /* column 0 */
MENUITEM " &", 0x32 /* column 2 */
MENUITEM " &", 0x31 /* ... */
MENUITEM " &", 0x33
MENUITEM SEPARATOR
MENUITEM "& ", FCIDM_SHVIEW_AUTOARRANGE
END
MENUITEM " ", FCIDM_SHVIEW_SNAPTOGRID
MENUITEM SEPARATOR
MENUITEM "", FCIDM_SHVIEW_REFRESH
MENUITEM SEPARATOR
MENUITEM "", FCIDM_SHVIEW_INSERT
MENUITEM " ", FCIDM_SHVIEW_INSERTLINK
MENUITEM SEPARATOR
POPUP ""
BEGIN
MENUITEM " &", FCIDM_SHVIEW_NEWFOLDER
MENUITEM " &", FCIDM_SHVIEW_NEWLINK
MENUITEM SEPARATOR
END
MENUITEM SEPARATOR
MENUITEM "", FCIDM_SHVIEW_PROPERTIES
END
END
/*
shellview item menu
*/
MENU_SHV_FILE MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
MENUITEM "&", FCIDM_SHVIEW_EXPLORE
MENUITEM "&", FCIDM_SHVIEW_OPEN
MENUITEM SEPARATOR
MENUITEM "&", FCIDM_SHVIEW_CUT
MENUITEM "&", FCIDM_SHVIEW_COPY
MENUITEM SEPARATOR
MENUITEM " &", FCIDM_SHVIEW_CREATELINK
MENUITEM "&", FCIDM_SHVIEW_DELETE
MENUITEM "&", FCIDM_SHVIEW_RENAME
MENUITEM SEPARATOR
MENUITEM "&", FCIDM_SHVIEW_PROPERTIES
END
END
SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
CAPTION " "
FONT 8, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
PUSHBUTTON "", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
LTEXT "", IDD_TITLE, 4, 4, 180, 12
LTEXT "", IDD_STATUS, 4, 25, 180, 12
CONTROL "", IDD_TREEVIEW, "SysTreeView32",
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
WS_BORDER | WS_TABSTOP,
4, 40, 180, 120
}
SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION " %s"
FONT 10, "MS Shell Dlg"
{
DEFPUSHBUTTON "OK", IDOK, 153, 133, 50, 12, WS_TABSTOP
LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", 1088, 10, 10, 14, 16
LTEXT "", 100, 30, 10, 137, 10
LTEXT "", 101, 30, 22, 137, 10
LTEXT "Wine :", 98, 8, 55, 137, 10
}
SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
{
ICON "", 12297, 7, 11, 18, 20, WS_VISIBLE
LTEXT " , , Wine .", 12289, 36, 11, 182, 18
LTEXT "&Open:", 12305, 7, 39, 24, 10
CONTROL "", 12298, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
PUSHBUTTON "", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
PUSHBUTTON "&...", 12288, 170, 63, 50, 14, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
/* columns in the shellview */
IDS_SHV_COLUMN1 ""
IDS_SHV_COLUMN2 ""
IDS_SHV_COLUMN3 ""
IDS_SHV_COLUMN4 ""
IDS_SHV_COLUMN5 ""
IDS_SHV_COLUMN6 ""
IDS_SHV_COLUMN7 " " /* Size available, !? */
IDS_SHV_COLUMN8 ""
IDS_SHV_COLUMN9 ""
IDS_SHV_COLUMN10 ""
IDS_SHV_COLUMN11 ""
/* special folders */
IDS_DESKTOP " "
IDS_MYCOMPUTER " "
/* context menus */
IDS_VIEW_LARGE "& "
IDS_VIEW_SMALL "& "
IDS_VIEW_LIST "&"
IDS_VIEW_DETAILS "&"
IDS_SELECT ""
IDS_OPEN ""
IDS_CREATEFOLDER_DENIED " : ."
IDS_CREATEFOLDER_CAPTION " ."
IDS_DELETEITEM_CAPTION " "
IDS_DELETEFOLDER_CAPTION " "
IDS_DELETEITEM_TEXT " '%1'?"
IDS_DELETEMULTIPLE_TEXT " %1 ?"
IDS_OVERWRITEFILE_TEXT " %1?"
IDS_OVERWRITEFILE_CAPTION " "
/* message box strings */
IDS_RESTART_TITLE ""
IDS_RESTART_PROMPT " Windows?"
IDS_SHUTDOWN_TITLE ""
IDS_SHUTDOWN_PROMPT " Wine ?"
/* shell folder path default values */
/* ? */
IDS_PROGRAMS "Start Menu\\Programs"
IDS_PERSONAL "My Documents"
IDS_FAVORITES "Favorites"
IDS_STARTUP "Start Menu\\Programs\\StartUp"
IDS_RECENT "Recent"
IDS_SENDTO "SendTo"
IDS_STARTMENU "Start Menu"
IDS_MYMUSIC "My Documents\\My Music"
IDS_MYVIDEO "My Documents\\My Video"
IDS_DESKTOPDIRECTORY "Desktop"
IDS_NETHOOD "NetHood"
IDS_TEMPLATES "Templates"
IDS_APPDATA "Application Data"
IDS_PRINTHOOD "PrintHood"
IDS_LOCAL_APPDATA "Local Settings\\Application Data"
IDS_INTERNET_CACHE "Temporary Internet Files"
IDS_COOKIES "Cookies"
IDS_HISTORY "History"
IDS_PROGRAM_FILES "Program Files"
IDS_MYPICTURES "My Documents\\My Pictures"
IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
IDS_COMMON_DOCUMENTS "Documents"
IDS_ADMINTOOLS "Start Menu\\Programs\\Administrative Tools"
IDS_COMMON_MUSIC "Documents\\My Music"
IDS_COMMON_PICTURES "Documents\\My Pictures"
IDS_COMMON_VIDEO "Documents\\My Video"
IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
}
......@@ -10333,6 +10333,7 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "shell32_Bg.rc"
#include "shell32_Ca.rc"
#include "shell32_Cn.rc"
#include "shell32_Cs.rc"
......
......@@ -43,6 +43,7 @@
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "resources/user32_Bg.rc"
#include "resources/user32_Ca.rc"
#include "resources/user32_Cs.rc"
#include "resources/user32_Da.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
MENUITEM "&", 61728
MENUITEM "&", 61456
MENUITEM "&", 61440
MENUITEM "&", 61472
MENUITEM "&", 61488
MENUITEM SEPARATOR
MENUITEM "&\tAlt-F4", 61536
MENUITEM SEPARATOR
MENUITEM "& ...\tCtrl-Esc", 61744
MENUITEM SEPARATOR
MENUITEM "& WINE ...", 61761
MENUITEM SEPARATOR
MENUITEM "& ", 61762
}
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
POPUP ""
BEGIN
MENUITEM "&", EM_UNDO
MENUITEM SEPARATOR
MENUITEM "&", WM_CUT
MENUITEM "&", WM_COPY
MENUITEM "&", WM_PASTE
MENUITEM "&", WM_CLEAR
MENUITEM SEPARATOR
MENUITEM "& ", EM_SETSEL
END
}
MSGBOX DIALOG 100, 80, 216, 168
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
BEGIN
ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP
PUSHBUTTON "&OK", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG FIXED IMPURE 20, 20, 232, 122
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Window"
FONT 8, "MS Shell Dlg"
BEGIN
LISTBOX MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
DEFPUSHBUTTON "OK", IDOK, 75, 100, 35, 14
PUSHBUTTON "", IDCANCEL, 120, 100, 35, 14
END
STRINGTABLE DISCARDABLE
{
IDS_ERROR ""
IDS_MDI_MOREWINDOWS "& ..."
}
......@@ -39,6 +39,7 @@
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "wps_Bg.rc"
#include "wps_Cs.rc"
#include "wps_De.rc"
#include "wps_En.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
CAPTION ""
FONT 8, "MS Shell Dlg"
{
LTEXT "& :", -1, 10, 6, 100, 8
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "", -1, 10, 80, 200, 50
CONTROL "&", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
CONTROL "&", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
LTEXT ":", IDD_DUPLEX_NAME, 10, 140, 100, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
}
......@@ -40,6 +40,7 @@
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "wininet_Bg.rc"
#include "wininet_Cs.rc"
#include "wininet_De.rc"
#include "wininet_En.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION " "
FONT 8, "MS Shell Dlg"
{
LTEXT " :", -1, 40, 6, 150, 15
LTEXT "", -1, 40, 26, 50, 10
LTEXT "", -1, 40, 46, 50, 10
LTEXT "", -1, 40, 66, 50, 10
LTEXT "", -1, 40, 86, 50, 10
LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
CHECKBOX "& ()", IDC_SAVEPASSWORD,
80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
IDS_LANCONNECTION "LAN "
}
/*
* Bulgarian resources for winspool
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
CAPTION " "
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "& :", -1, 7, 13, 194, 13, WS_VISIBLE
EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
PUSHBUTTON "", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
STRINGTABLE DISCARDABLE
{
IDS_CAPTION " "
IDS_FILE_EXISTS " . , ."
IDS_CANNOT_OPEN " ."
}
......@@ -23,6 +23,7 @@
#include "winuser.h"
#include "wspool.h"
#include "Bg.rc"
#include "De.rc"
#include "En.rc"
#include "Fi.rc"
......
/*
* Notepad (Bulgarian resources)
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&" {
MENUITEM "&...\tCtrl+N", CMD_NEW
MENUITEM "&\tCtrl+O", CMD_OPEN
MENUITEM "&\tCtrl+S", CMD_SAVE
MENUITEM " &...", CMD_SAVE_AS
MENUITEM SEPARATOR
MENUITEM "&\tCtrl+P", CMD_PRINT
MENUITEM "& ...", CMD_PAGE_SETUP
MENUITEM "& ...", CMD_PRINTER_SETUP
MENUITEM SEPARATOR
MENUITEM "&", CMD_EXIT
}
POPUP "&" {
MENUITEM "&\tCtrl+Z", CMD_UNDO
MENUITEM SEPARATOR
MENUITEM "&\tCtrl+X", CMD_CUT
MENUITEM "&\tCtrl+C", CMD_COPY
MENUITEM "&\tCtrl+V", CMD_PASTE
MENUITEM "&\tDel", CMD_DELETE
MENUITEM SEPARATOR
MENUITEM " &\tCtrl+A", CMD_SELECT_ALL
MENUITEM "/&\tF5", CMD_TIME_DATE
MENUITEM SEPARATOR
MENUITEM "& ", CMD_WRAP
MENUITEM "&...", CMD_FONT
}
POPUP "&" {
MENUITEM "&\tCtrl+F", CMD_SEARCH
MENUITEM " &\tF3", CMD_SEARCH_NEXT
}
POPUP "&" {
MENUITEM "&", CMD_HELP_CONTENTS
MENUITEM "&...", CMD_HELP_SEARCH
MENUITEM "& ", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
POPUP "&..." {
MENUITEM "&", CMD_LICENSE
MENUITEM "& ", CMD_NO_WARRANTY
MENUITEM "& Wine", CMD_ABOUT_WINE
}
}
}
/* Dialog `Page setup' */
DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION " "
{
LTEXT "& :", 0x140, 10, 07, 65, 15
EDITTEXT 0x141, 80, 05,90, 12, WS_BORDER | WS_TABSTOP
LTEXT "& :", 0x142, 10, 24, 65, 15
EDITTEXT 0x143, 80, 22,90, 12, WS_BORDER | WS_TABSTOP
GROUPBOX "&:", 0x144, 10, 43,160, 45
LTEXT "&:", 0x145, 20, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&:", 0x148, 20, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&:", 0x14B, 100, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&:", 0x14E,100, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", 0x151, 180, 3, 40, 15, WS_TABSTOP
PUSHBUTTON "", 0x152, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&", 0x153, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
STRING_PAGESETUP_FOOTERVALUE, "Page &s" /* FIXME */
STRING_PAGESETUP_LEFTVALUE, "20 " /* FIXME */
STRING_PAGESETUP_RIGHTVALUE, "20 " /* FIXME */
STRING_PAGESETUP_TOPVALUE, "25 " /* FIXME */
STRING_PAGESETUP_BOTTOMVALUE, "25 " /* FIXME */
STRING_NOTEPAD, ""
STRING_ERROR, ""
STRING_WARNING, ""
STRING_INFO, ""
STRING_UNTITLED, "()"
STRING_ALL_FILES, " (*.*)"
STRING_TEXT_FILES_TXT, " (*.txt)"
STRING_TOOLARGE, " '%s' , .\n \
."
STRING_NOTEXT, " . \
\n ."
STRING_DOESNOTEXIST, " '%s'\n \n\n \
?"
STRING_NOTSAVED, " '%s'\n \n\n \
?"
STRING_NOTFOUND, "'%s' ."
STRING_OUT_OF_MEMORY, " \
. \n , ."
}
......@@ -44,6 +44,7 @@ ID_ACCEL ACCELERATORS
VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
}
#include "Bg.rc"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
......
......@@ -40,6 +40,7 @@ IDC_REGEDIT ACCELERATORS
/* include localised resources */
#include "Bg.rc"
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
......
/*
* Uninstaller (Bulgarian Resources)
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDD_UNINSTALLER DIALOG DISCARDABLE 0, 0, 330, 160
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION " Wine"
FONT 10, "MS Sans Serif"
BEGIN
LTEXT ", :",IDC_PLEASESELECT,10,10,250,14
EDITTEXT IDC_FILTER,10,25,250,14,ES_AUTOHSCROLL
LISTBOX IDC_LIST,10,43,250,106,LBS_NOINTEGRALHEIGHT |
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&",IDC_UNINSTALL,270,48,50,14
PUSHBUTTON "&",IDC_ABOUT,270,65,50,14
PUSHBUTTON "&",IDC_EXIT,270,81,50,14
END
STRINGTABLE DISCARDABLE {
IDS_APPNAME, "Wine Application Uninstaller"
IDS_ABOUT, "Wine Application Uninstaller (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
IDS_ABOUTTITLE, " "
IDS_REGISTRYKEYNOTAVAILABLE, " ( ) , !"
IDS_UNINSTALLFAILED, " '%s' , .\r\n ?"
}
......@@ -24,6 +24,7 @@
#include <windows.h>
#include "resource.h"
#include "Bg.rc"
#include "Cs.rc"
#include "De.rc"
#include "En.rc"
......
......@@ -27,6 +27,7 @@
#include "winresrc.h"
#include "resource.h"
#include "Bg.rc"
/* #include "Cs.rc" */
#include "De.rc"
#include "En.rc"
......
/*
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
{
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 "&" {
MENUITEM " & ", MNID_HELP_HELPON
MENUITEM " &", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "&...", MNID_HELP_ABOUT
#ifdef WINELIB
MENUITEM "& WINE", MNID_HELP_WINE
#endif
}
}
/* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
{
STID_WINE_HELP, "WINE "
STID_WHERROR, ""
STID_WARNING, ""
STID_INFO, ""
STID_NOT_IMPLEMENTED, " "
STID_HLPFILE_ERROR_s, " `%s'"
STID_CONTENTS, "&"
STID_SEARCH, "&"
STID_BACK, "&"
STID_HISTORY, "&"
STID_TOPICS, "&"
STID_ALL_FILES, " (*.*)"
STID_HELP_FILES_HLP, " (*.hlp)"
}
......@@ -23,6 +23,7 @@
#include "winhelp.h"
#include "winhelp_res.h"
#include "Bg.rc"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment