source: java/installer2/src/net/oni2/aeinstaller/localization/SettingsDialog.properties@ 856

Last change on this file since 856 was 856, checked in by alloc, 12 years ago

AEI2.09:

  • Refs #3: Settings dialog can be used to change proxy settings
File size: 1.3 KB
Line 
1frame.title=AE Installer: Settings
2btnOk=Save
3btnCancel=Cancel
4
5panUI=Look and feel
6lblLaF=GUI theme:
7
8panCommon=Common
9lblNotifyOnStart=Notify about updates on startup:
10lblNotifyDepsAfterInstall=Only notify about dependencies after installation:
11lblNotifyDepsAfterInstall.tooltip=<html>\
12Normally you are notified about unmet dependencies <b>before</b><br>\
13the installation continues so you can choose not to download<br>\
14these packages. If you select this option the installation<br>\
15process is not interrupted until it is finished and you are<br>\
16informed on what additional mods were installed to meet<br>\
17dependencies <b>afterwards</b>.</html>
18lblCopyIntro=Enable starting video on installation:
19lblCopyOutro=Enable ending video on installation:
20
21panProxy=Proxy
22chkUseProxy=Use proxy:
23lblProxyHost=Hostname or IP:
24lblProxyPort=Port number:
25
26proxyIllegalPort.text=The value entered for the proxy port number has to be an integer number between 1 and 65535.
27proxyIllegalPort.title=Invalid port number
28proxyVerifyFailed.text=No connection could be established to the given host+port combination.\nEither disable proxy usage or correct the data entered.
29proxyVerifyFailed.title=Verifying proxy settings failed
30
31newLaF.text=A new GUI theme was selected.\nPlease restart the application in order to apply the changes.
32newLaF.title=Restart to apply theme
Note: See TracBrowser for help on using the repository browser.