|
1 | 1 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 | 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 | 3 | xmlns:system="clr-namespace:System;assembly=mscorlib"> |
4 | | - <system:String x:Key="AppTitle">One.Toolbox - Debug serial port with Lua!</system:String> |
5 | 4 | <system:String x:Key="Open">Open</system:String> |
6 | 5 | <system:String x:Key="OpenPort_close">Close</system:String> |
7 | 6 | <system:String x:Key="OpenPort_port">Port</system:String> |
|
50 | 49 | <system:String x:Key="QuickSendChangeIdButton">Enter where you want to insert(empty means delete this line)</system:String> |
51 | 50 | <system:String x:Key="QuickSendChangeIdTitle">Change index of this line</system:String> |
52 | 51 | <system:String x:Key="QuickSendChangeList">Change to another quick send list</system:String> |
53 | | - <system:String x:Key="LuaCard">Run script</system:String> |
54 | | - <system:String x:Key="LuaNewScript">New script</system:String> |
55 | | - <system:String x:Key="LuaRunScript">Run script</system:String> |
56 | | - <system:String x:Key="LuaOpenFolder">Open script folder</system:String> |
57 | | - <system:String x:Key="LuaRefreshList">Refresh script List</system:String> |
58 | | - <system:String x:Key="LuaApiReference">See api reference</system:String> |
59 | | - <system:String x:Key="LuaGetShare">Get scripts on community</system:String> |
60 | | - <system:String x:Key="LuaFileName">File name:</system:String> |
61 | | - <system:String x:Key="LuaConfirmCreate">Confirm create file</system:String> |
62 | | - <system:String x:Key="Cancel">Cancel</system:String> |
63 | | - <system:String x:Key="LuaStop">Stop run</system:String> |
64 | | - <system:String x:Key="LuaQuit">Quit</system:String> |
65 | | - <system:String x:Key="LuaOverload">Reload and run</system:String> |
66 | | - <system:String x:Key="LuaPause">Pause Log print,Right-click Clear Log</system:String> |
67 | | - <system:String x:Key="LuaContinue">Continue print log</system:String> |
68 | | - <system:String x:Key="LuaSendScript">Run Lua command - [Enter]</system:String> |
69 | | - <system:String x:Key="LuaNoName">Please enter file name!</system:String> |
70 | | - <system:String x:Key="LuaExist">File is exist!</system:String> |
71 | | - <system:String x:Key="LuaCreateFail">Create file failed, please check.</system:String> |
| 52 | + |
72 | 53 | <system:String x:Key="AboutCard">About</system:String> |
73 | | - <system:String x:Key="AboutSubTitle">Debug with your own script!</system:String> |
74 | 54 | <system:String x:Key="AboutDiscriptionMain">One.Toolbox is a small software that contains a collection of tools such as character conversion, serial debugging, and network debugging.</system:String> |
75 | 55 |
|
76 | 56 | <system:String x:Key="AboutAutoUpdate">Auto update</system:String> |
|
0 commit comments