Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
99b3dd12
Commit
99b3dd12
authored
Oct 11, 2008
by
Muneyuki Noguchi
Committed by
Alexandre Julliard
Oct 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemine: Convert Japanese resource to UTF-8.
parent
940a4163
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
18 deletions
+23
-18
Ja.rc
programs/winemine/Ja.rc
+23
-18
No files found.
programs/winemine/Ja.rc
View file @
99b3dd12
...
...
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE {
...
...
@@ -30,21 +33,21 @@ STRINGTABLE {
MENU_WINEMINE MENU DISCARDABLE
{
POPUP "
オプシ
ョン(&O)" {
MENUITEM "
スタート
(&N)\tF2", IDM_NEW
POPUP "
オプション
(&O)" {
MENUITEM "
スタート
(&N)\tF2", IDM_NEW
MENUITEM SEPARATOR
MENUITEM "?
マークを使
用(&M)", IDM_MARKQ
MENUITEM "?
マークを使用
(&M)", IDM_MARKQ
MENUITEM SEPARATOR
MENUITEM "初級(&B)", IDM_BEGINNER
MENUITEM "中級(&A)", IDM_ADVANCED
MENUITEM "
上
級(&E)", IDM_EXPERT
MENUITEM "
盤面の変更
(&C)", IDM_CUSTOM
MENUITEM "
初級
(&B)", IDM_BEGINNER
MENUITEM "
中級
(&A)", IDM_ADVANCED
MENUITEM "
上級
(&E)", IDM_EXPERT
MENUITEM "
盤面の変更
(&C)", IDM_CUSTOM
MENUITEM SEPARATOR
MENUITEM "
終
了(&X)\tAlt+X", IDM_EXIT
MENUITEM "
終了
(&X)\tAlt+X", IDM_EXIT
}
POPUP "情報(&I)" {
MENUITEM "
ハイスコア
(&F)", IDM_TIMES
MENUITEM "WineMine
につ
いて(&A)", IDM_ABOUT
POPUP "
情報
(&I)" {
MENUITEM "
ハイスコア
(&F)", IDM_TIMES
MENUITEM "WineMine
について
(&A)", IDM_ABOUT
}
}
...
...
@@ -53,10 +56,10 @@ STYLE DS_MODALFRAME | DS_3DLOOK |
WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
CAPTION "Fastest Times"
{
GROUPBOX "
ハイスコア
", IDIGNORE, 10, 10, 140, 45
LTEXT "初級", IDIGNORE, 20, 20, 40, 8
LTEXT "中級", IDIGNORE, 20, 30, 40, 8
LTEXT "
上
級", IDIGNORE, 20, 40, 40, 8
GROUPBOX "
ハイスコア
", IDIGNORE, 10, 10, 140, 45
LTEXT "
初級
", IDIGNORE, 20, 20, 40, 8
LTEXT "
中級
", IDIGNORE, 20, 30, 40, 8
LTEXT "
上級
", IDIGNORE, 20, 40, 40, 8
LTEXT "999", IDC_TIME1, 70, 20, 15, 8
LTEXT "999", IDC_TIME2, 70, 30, 15, 8
LTEXT "999", IDC_TIME3, 70, 40, 15, 8
...
...
@@ -69,9 +72,9 @@ CAPTION "Fastest Times"
DLG_CONGRATS DIALOG DISCARDABLE 0, 0, 160, 60
STYLE DS_MODALFRAME | DS_3DLOOK |
WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
CAPTION "
おめで
とう!"
CAPTION "
おめでとう
!"
{
LTEXT "
名前を入
力しましょう", IDIGNORE, 10, 10, 150, 10
LTEXT "
名前を入力しましょう
", IDIGNORE, 10, 10, 150, 10
EDITTEXT IDC_EDITNAME, 25, 20, 110, 12
DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
}
...
...
@@ -79,7 +82,7 @@ CAPTION "߂łƂ!"
DLG_CUSTOM DIALOG DISCARDABLE 0, 0, 100, 100
STYLE DS_MODALFRAME | DS_3DLOOK |
WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
CAPTION "
盤面の変更
"
CAPTION "
盤面の変更
"
{
LTEXT "Rows", IDIGNORE, 5, 5, 30, 10
LTEXT "Cols", IDIGNORE, 5, 35, 30, 10
...
...
@@ -90,3 +93,5 @@ CAPTION "Ֆʂ̕ύX"
DEFPUSHBUTTON "OK", IDOK, 40, 30, 50, 15
PUSHBUTTON "Cancel", IDCANCEL, 40, 50, 50, 15
}
#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