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
2c87922c
Commit
2c87922c
authored
Oct 12, 2008
by
Muneyuki Noguchi
Committed by
Alexandre Julliard
Oct 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Convert Japanese resource to UTF-8.
parent
807becd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
23 deletions
+28
-23
user32_Ja.rc
dlls/user32/resources/user32_Ja.rc
+28
-23
No files found.
dlls/user32/resources/user32_Ja.rc
View file @
2c87922c
...
...
@@ -16,35 +16,38 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
MENUITEM "
元のサイズに
戻す(&R)", 61728
MENUITEM "
移
動(&M)", 61456
MENUITEM "
サイズ変更
(&S)", 61440
MENUITEM "
アイコ
ン化(&N)", 61472
MENUITEM "
最大表
\示(&X)", 61488
MENUITEM "
元のサイズに戻す
(&R)", 61728
MENUITEM "
移動
(&M)", 61456
MENUITEM "
サイズ変更
(&S)", 61440
MENUITEM "
アイコン化
(&N)", 61472
MENUITEM "
最大表示
(&X)", 61488
MENUITEM SEPARATOR
MENUITEM "
閉
じる(&C)\tAlt-F4", 61536
MENUITEM "
閉じる
(&C)\tAlt-F4", 61536
MENUITEM SEPARATOR
MENUITEM "
アプリケーション
の切り替え(&W)...\tCtrl-Esc", 61744
MENUITEM "
アプリケーションの切り替え
(&W)...\tCtrl-Esc", 61744
MENUITEM SEPARATOR
MENUITEM "Wine
につ
いて(&A)...", 61761
MENUITEM "Wine
について
(&A)...", 61761
}
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
POPUP ""
BEGIN
MENUITEM "
元に
戻す(&U)", EM_UNDO
MENUITEM "
元に戻す
(&U)", EM_UNDO
MENUITEM SEPARATOR
MENUITEM "
切
り取り(&T)", WM_CUT
MENUITEM "
コピー
(&C)", WM_COPY
MENUITEM "
貼\り
付け(&P)", WM_PASTE
MENUITEM "
削
除(&D)", WM_CLEAR
MENUITEM "
切り取り
(&T)", WM_CUT
MENUITEM "
コピー
(&C)", WM_COPY
MENUITEM "
貼り付け
(&P)", WM_PASTE
MENUITEM "
削除
(&D)", WM_CLEAR
MENUITEM SEPARATOR
MENUITEM "
選
択(&A)", EM_SETSEL
MENUITEM "
選択
(&A)", EM_SETSEL
END
}
...
...
@@ -55,15 +58,15 @@ BEGIN
ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
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 "
中
止(&A)", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
再試
行(&R)", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "無視(&I)", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
は
い(&Y)", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "いいえ(&N)", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
キャンセル
", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
中止
(&A)", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
再試行
(&R)", 4, 160, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
無視
(&I)", 5, 208, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
はい
(&Y)", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
いいえ
(&N)", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Try Again", 10, 352, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Continue", 11, 400, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
ヘル
プ", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "
ヘルプ
", 9, 448, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
END
MDI_MOREWINDOWS DIALOG FIXED IMPURE 20, 20, 232, 122
...
...
@@ -73,12 +76,14 @@ FONT 9, "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
PUSHBUTTON "
キャンセル
", IDCANCEL, 120, 100, 35, 14
END
STRINGTABLE DISCARDABLE
{
IDS_ERROR "
エラ
ー"
IDS_ERROR "
エラー
"
IDS_MDI_MOREWINDOWS "&More Windows..."
}
#pragma code_page(default)
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