Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
58e156b5
Commit
58e156b5
authored
Dec 05, 2005
by
Milko Krachounov
Committed by
Alexandre Julliard
Dec 05, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the Bulgarian resources for commdlg and regedit.
parent
851328cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
cdlg_Bg.rc
dlls/commdlg/cdlg_Bg.rc
+3
-3
Bg.rc
programs/regedit/Bg.rc
+18
-2
No files found.
dlls/commdlg/cdlg_Bg.rc
View file @
58e156b5
...
...
@@ -406,9 +406,9 @@ STRINGTABLE DISCARDABLE
PD32_OUT_OF_MEMORY " ."
PD32_GENERIC_ERROR " ."
PD32_DRIVER_UNKNOWN " ."
PD32_NO_DEVICES "
Before you can perform printer-related tasks
\
such as page setup or printing a document, you need to install a printer.
\
Please install one and retry
."
PD32_NO_DEVICES "
,
\
,
\
.
."
PD32_DEFAULT_PRINTER " ; "
PD32_NR_OF_DOCUMENTS_IN_QUEUE " %d "
...
...
programs/regedit/Bg.rc
View file @
58e156b5
...
...
@@ -59,8 +59,8 @@ BEGIN
MENUITEM SEPARATOR
MENUITEM "& ", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
MENUITEM "&\tCtrl+F", ID_EDIT_FIND
, GRAYED
MENUITEM " &\tF3", ID_EDIT_FINDNEXT
, GRAYED
MENUITEM "&\tCtrl+F", ID_EDIT_FIND
MENUITEM " &\tF3", ID_EDIT_FINDNEXT
END
POPUP "&"
BEGIN
...
...
@@ -130,6 +130,22 @@ BEGIN
DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
END
IDD_FIND DIALOG DISCARDABLE 22, 17, 210, 85
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION ""
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT ":",IDC_STATIC,5,7,119,8
EDITTEXT IDC_VALUE_NAME,40,5,125,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT " :",IDC_STATIC,5, 22, 119, 8
CHECKBOX "", IDC_FIND_KEYS, 5, 34, 90, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
CHECKBOX " ", IDC_FIND_VALUES, 5, 46, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
CHECKBOX " ", IDC_FIND_CONTENT, 5, 58, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
CHECKBOX " ", IDC_FIND_WHOLE, 5, 70, 90, 10, WS_TABSTOP | BS_AUTOCHECKBOX
DEFPUSHBUTTON "",IDOK,175,5,30,11,WS_GROUP
PUSHBUTTON "",IDCANCEL,175,22,30,11, WS_GROUP
END
IDD_ADDFAVORITE DIALOG DISCARDABLE 22, 17, 210, 55
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION " "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment