ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/localization/SettingsDialog.properties
Revision: 860
Committed: Wed May 8 10:25:39 2013 UTC (12 years, 5 months ago) by alloc
File size: 1423 byte(s)
Log Message:
AEI2.11:
- Fixes #25

File Contents

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