File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Show Password=显示密码
53
53
Encryption=加密
54
54
Plugin Program=插件程序
55
55
Plugin Options=插件选项
56
+ Use Plugin Arguement=需要命令行参数
56
57
Plugin Arguments=插件参数
57
58
Proxy Port=代理端口
58
59
Portable Mode=便携模式
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ private void UpdateTexts()
53
53
PluginLabel . Text = I18N . GetString ( "Plugin Program" ) ;
54
54
PluginOptionsLabel . Text = I18N . GetString ( "Plugin Options" ) ;
55
55
PluginArgumentsLabel . Text = I18N . GetString ( "Plugin Arguments" ) ;
56
+ UsePluginArgCheckBox . Text = I18N . GetString ( "Use Plugin Arguement" ) ;
56
57
ProxyPortLabel . Text = I18N . GetString ( "Proxy Port" ) ;
57
58
PortableModeCheckBox . Text = I18N . GetString ( "Portable Mode" ) ;
58
59
toolTip1 . SetToolTip ( this . PortableModeCheckBox , I18N . GetString ( "Restart required" ) ) ;
You can’t perform that action at this time.
0 commit comments