Ignore:
Timestamp:
Jan 23, 2013, 12:43:13 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99c:

  • Download window: Show which file is currently being downloaded and if it is an automaticly resolved dependency
  • Added mandatory packages dialog
  • Added option to show automatic resolved dependencies after installation is done instead of interrupting installation process to ask whether to continue
  • ToolManager: version number + last change added
  • Correct output of download-size in mainwin after installation of mods done
Location:
AE/installer2/src/net/oni2/aeinstaller/localization
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/localization/Downloader.properties

    r629 r646  
    22
    33btnAbort.title=Abort
    4 lblElapsed.title=Elpased:
     4lblName.title=Currently downloading:
     5lblIsDep.title= (dependency)
     6lblElapsed.title=Elapsed:
    57lblRemaining.title=Remaining:
    68lblDownloaded.title=Downloaded:
     
    1012abort.text=If you abort the download now the installation of mods will also be aborted.\nDo you want to abort now?
    1113abort.title=Really abort?
     14
     15unpacking=none - unpacking files
  • AE/installer2/src/net/oni2/aeinstaller/localization/Global.properties

    r640 r646  
    88dotNetMissing.text=.NET, which is required to use this tool, is not installed on this machine.<br>Please download and install it:<br>%1
    99
    10 offlineMode.title=Offline mode
    11 offlineMode.text=Connection to the ModDepot could not be established.\nAEI will run in offline mode.\nUpdates or installation of mods not already downloaded will not be possible.
     10offlineModeStartup.title=Offline mode
     11offlineModeStartup.text=Connection to the ModDepot could not be established.\nAEI will run in offline mode.\nUpdates or installation of mods not already downloaded will not be possible.
  • AE/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties

    r645 r646  
    6565installDone.title=Installation done
    6666installDone.text=You can now play AE Oni.
     67installDoneDeps.text=In addition to the manually selected mods the following\nwere installed because they were depended upon:\n%s\n\nYou can now play AE Oni.
    6768
    6869updatesAvailable.title=Updates available
  • AE/installer2/src/net/oni2/aeinstaller/localization/SettingsDialog.properties

    r629 r646  
    88panCommon=Common settings
    99lblNotifyOnStart=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>
    1018lblCopyIntro=Enable starting video on installation:
    1119lblCopyOutro=Enable ending video on installation:
  • AE/installer2/src/net/oni2/aeinstaller/localization/ToolManager.properties

    r641 r646  
    1010lblPlatform.text=Platform:
    1111lblPackageNumber.text=Package number:
     12lblVersionNumber.text=Version number:
     13lblLastChange.text=Last change:
    1214lblDescription.text=Description:
    13 lblDownloadSize.text=Downloadsize of this package:
     15lblDownloadSize.text=Download size of this package:
Note: See TracChangeset for help on using the changeset viewer.