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

Last change on this file since 887 was 873, checked in by alloc, 11 years ago

AEI2.14:

File size: 1.4 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:
10lblNotifyNewPackagesOnStart=Notify about new packages on startup:
11lblNotifyDepsAfterInstall=Only notify about dependencies after installation:
12lblNotifyDepsAfterInstall.tooltip=<html>\
13Normally you are notified about unmet dependencies <b>before</b><br>\
14the installation continues so you can choose not to download<br>\
15these packages. If you select this option the installation<br>\
16process is not interrupted until it is finished and you are<br>\
17informed on what additional mods were installed to meet<br>\
18dependencies <b>afterwards</b>.</html>
19lblShowTipsAtStart=Show tips on startup:
20lblCopyIntro=Enable starting video on installation:
21lblCopyOutro=Enable ending video on installation:
22
23panProxy=Proxy
24chkUseProxy=Use proxy:
25lblProxyHost=Hostname or IP:
26lblProxyPort=Port number:
27
28proxyIllegalPort.text=The value entered for the proxy port number has to be an integer number between 1 and 65535.
29proxyIllegalPort.title=Invalid port number
30proxyVerifyFailed.text=No connection could be established to the given host+port combination.\nEither disable proxy usage or correct the data entered.
31proxyVerifyFailed.title=Verifying proxy settings failed
32
33newLaF.text=A new GUI theme was selected.\nPlease restart the application in order to apply the changes.
34newLaF.title=Restart to apply theme
Note: See TracBrowser for help on using the repository browser.