Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
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
wine
wine
Commits
148551f9
Commit
148551f9
authored
15 years ago
by
Vladimir Pankratov
Committed by
Alexandre Julliard
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
winspool.drv: Convert the Russian resources to UTF-8.
parent
c574f6c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/winspool.drv/Ru.rc
+9
-6
9 additions, 6 deletions
dlls/winspool.drv/Ru.rc
with
9 additions
and
6 deletions
dlls/winspool.drv/Ru.rc
+
9
−
6
View file @
148551f9
...
...
@@ -20,22 +20,25 @@
#include "wspool.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_RUSSIAN, 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 "
"
CAPTION "
Печать в файл
"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&
:", -1, 7, 13, 194, 13, WS_VISIBLE
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
PUSHBUTTON "
Отмена
", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
END
STRINGTABLE DISCARDABLE
{
IDS_CAPTION "
"
IDS_FILE_EXISTS "
. OK
."
IDS_CANNOT_OPEN "
."
IDS_CAPTION "
Локальный порт
"
IDS_FILE_EXISTS "
Такой файл уже существует. Нажмите OK для его замены
."
IDS_CANNOT_OPEN "
Невозможно создать выходной файл
."
}
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