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
706957ac
Commit
706957ac
authored
Oct 11, 2008
by
Muneyuki Noguchi
Committed by
Alexandre Julliard
Oct 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view: Convert Japanese resource to UTF-8.
parent
11b25629
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
Ja.rc
programs/view/Ja.rc
+15
-10
No files found.
programs/view/Ja.rc
View file @
706957ac
...
...
@@ -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
/*
...
...
@@ -30,19 +33,19 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
VIEW MENU
BEGIN
POPUP "
ファイル
(&F)"
POPUP "
ファイル(&F
)"
BEGIN
MENUITEM "
開く
(&O)", IDM_OPEN
MENUITEM "
終了
(&X)", IDM_EXIT
MENUITEM "
開く(
&O)", IDM_OPEN
MENUITEM "
終了(
&X)", IDM_EXIT
END
POPUP "
パン
(&P)"
POPUP "
パン(
&P)"
BEGIN
MENUITEM "
ウィンドウに合わせる
(&S)", IDM_SET_EXT_TO_WIN
MENUITEM "
ウィンドウに合わせる(&S)",
IDM_SET_EXT_TO_WIN
MENUITEM SEPARATOR
MENUITEM "
左
(&L)", IDM_LEFT
MENUITEM "
右
(&R)", IDM_RIGHT
MENUITEM "
上
(&U)", IDM_UP
MENUITEM "
下
(&D)", IDM_DOWN
MENUITEM "
左(
&L)", IDM_LEFT
MENUITEM "
右(
&R)", IDM_RIGHT
MENUITEM "
上
(&U)", IDM_UP
MENUITEM "
下
(&D)", IDM_DOWN
END
END
...
...
@@ -67,5 +70,7 @@ END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "
標準メタファイル ビュアー
"
IDS_DESCRIPTION "
標準メタファイル ビュアー"
END
#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