-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcb42e0
commit d97d70e
Showing
25 changed files
with
1,305 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,16 @@ Or click the button below to select the running applications.</GetMatchStringTip | |
<Details>Details</Details> | ||
<ImportGesture>Import Gestures...</ImportGesture> | ||
<ExportGestures>Export Gestures...</ExportGestures> | ||
<MouseActions> | ||
<None>None</None> | ||
<WheelForward>Wheel Forward</WheelForward> | ||
<WheelBackward>Wheel Backward</WheelBackward> | ||
<Left>Left Button</Left> | ||
<Right>Right Button</Right> | ||
<Middle>Middle Button</Middle> | ||
<XButton1>XButton1</XButton1> | ||
<XButton2>XButton2</XButton2> | ||
</MouseActions> | ||
<Messages> | ||
<DeleteConfirmTitle>Delete Confirm</DeleteConfirmTitle> | ||
<DeleteGestureConfirm>Are you sure?</DeleteGestureConfirm> | ||
|
@@ -167,6 +177,7 @@ Or click the button below to select the running applications.</GetMatchStringTip | |
<Reset>Reset</Reset> | ||
<HotKey>HotKey</HotKey> | ||
<HotKeyWatermark>Enter hot key</HotKeyWatermark> | ||
<Mouse>Mouse</Mouse> | ||
<Messages> | ||
<GestureExists>The Gesture Name "{0}" already exists, please provide a different Gesture Name</GestureExists> | ||
</Messages> | ||
|
@@ -208,6 +219,8 @@ Or click the button below to select the running applications.</GetMatchStringTip | |
<OffLabel>Off</OffLabel> | ||
<Mail>You can also send mail to [email protected]</Mail> | ||
<Timeout>Gesture Timeout (ms)</Timeout> | ||
<MouseGesture>Mouse Gesture</MouseGesture> | ||
<DrawingButton>Draw gesture by holding: </DrawingButton> | ||
<WindowsStartup> | ||
<Header>Start GestureSign on Windows Startup</Header> | ||
</WindowsStartup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,16 @@ http://transposony.coding.me/GestureSign/ | |
<Details>详细信息</Details> | ||
<ImportGesture>导入手势文件</ImportGesture> | ||
<ExportGestures>导出手势数据</ExportGestures> | ||
<MouseActions> | ||
<None>未设置</None> | ||
<WheelForward>向前滚动</WheelForward> | ||
<WheelBackward>向后滚动</WheelBackward> | ||
<Left>左键</Left> | ||
<Right>右键</Right> | ||
<Middle>中键</Middle> | ||
<XButton1>X1键</XButton1> | ||
<XButton2>X2键</XButton2> | ||
</MouseActions> | ||
<Messages> | ||
<DeleteConfirmTitle>删除手势</DeleteConfirmTitle> | ||
<DeleteGestureConfirm>确定删除这手势吗?</DeleteGestureConfirm> | ||
|
@@ -173,6 +183,7 @@ http://transposony.coding.me/GestureSign/ | |
<Reset>重置</Reset> | ||
<HotKey>快捷键</HotKey> | ||
<HotKeyWatermark>可为该手势指定一个快捷键</HotKeyWatermark> | ||
<Mouse>鼠标键</Mouse> | ||
<Messages> | ||
<GestureExists>输入的手势名称{0}已存在,请重新输入一个手势名称</GestureExists> | ||
</Messages> | ||
|
@@ -214,6 +225,8 @@ http://transposony.coding.me/GestureSign/ | |
<OffLabel>关</OffLabel> | ||
<Mail>您也可以直接将信息反馈到 [email protected]</Mail> | ||
<Timeout>手势超时 (毫秒)</Timeout> | ||
<MouseGesture>鼠标手势</MouseGesture> | ||
<DrawingButton>鼠标手势键:</DrawingButton> | ||
<WindowsStartup> | ||
<Header>开机启动</Header> | ||
</WindowsStartup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.