Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
58e156b5
Commit
58e156b5
authored
19 years ago
by
Milko Krachounov
Committed by
Alexandre Julliard
19 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update the Bulgarian resources for commdlg and regedit.
parent
851328cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/commdlg/cdlg_Bg.rc
+3
-3
3 additions, 3 deletions
dlls/commdlg/cdlg_Bg.rc
programs/regedit/Bg.rc
+18
-2
18 additions, 2 deletions
programs/regedit/Bg.rc
with
21 additions
and
5 deletions
dlls/commdlg/cdlg_Bg.rc
+
3
−
3
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 "
...
...
This diff is collapsed.
Click to expand it.
programs/regedit/Bg.rc
+
18
−
2
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 " "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment