New application for I2P: desktopgui. Should eventually replace systray, and have more functionality.
To use the application, you need to (by default) add the following to clients.config : # desktopgui clientApp.6.args= clientApp.6.delay=5 clientApp.6.main=desktopgui.Main clientApp.6.name=desktopgui clientApp.6.startOnLoad=true
This commit is contained in:
16
apps/desktopgui/src/gui/resources/SpeedSelector3.properties
Normal file
16
apps/desktopgui/src/gui/resources/SpeedSelector3.properties
Normal file
@ -0,0 +1,16 @@
|
||||
Form.title=I2P Configuration
|
||||
jLabel1.text=The profile information your entered, indicates that these are your optimal settings:
|
||||
previousButton.text=Previous
|
||||
finishButton.text=Finish
|
||||
uploadLabel.text=Upload Speed:
|
||||
uploadBurstLabel.text=Burst Upload Speed:
|
||||
downloadLabel.text=Download Speed:
|
||||
downloadBurstLabel.text=Burst Download Speed:
|
||||
uploadUsageLabel.text=Monthy upload usage:
|
||||
downloadUsageLabel.text=Monthy Download Usage:
|
||||
uploadField.text=jTextField1
|
||||
uploadBurstField.text=jTextField2
|
||||
uploadMonth.text=jLabel8
|
||||
downloadMonth.text=jLabel9
|
||||
downloadField.text=jTextField4
|
||||
downloadBurstField.text=jTextField5
|
Reference in New Issue
Block a user