Changeset 656 for AE/installer2/src/net/oni2/aeinstaller
- Timestamp:
- Jan 27, 2013, 12:56:11 AM (12 years ago)
- Location:
- AE/installer2/src/net/oni2/aeinstaller
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/AEInstaller.properties
r653 r656 1 1 appname=AE Installer 2 2 appversion=0.99 g2 appversion=0.99h -
AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r651 r656 272 272 execUpdates = null; 273 273 } 274 } else { 275 if (evtSource != this) { 276 JOptionPane.showMessageDialog(this, 277 bundle.getString("updatesNotAvailable.text"), 278 bundle.getString("updatesNotAvailable.title"), 279 JOptionPane.INFORMATION_MESSAGE); 280 } 274 281 } 275 282 } -
AE/installer2/src/net/oni2/aeinstaller/localization/Downloader.properties
r651 r656 10 10 lblRate.title=Rate: 11 11 12 abort.text=If you abort the download now the installation of mods will also be aborted.\n\ 13 Do you want to abort now? 12 abort.text=If you abort the download now the installation of mods will also be aborted.\nDo you want to abort now? 14 13 abort.title=Really abort? 15 14 -
AE/installer2/src/net/oni2/aeinstaller/localization/Global.properties
r651 r656 1 1 offlineMode.title=Offline mode 2 offlineMode.text=AEI is running in offline mode.\n\ 3 No updates or downloads of new mods are possible.\n\ 4 Please restart AEI when you have internet connection to update or download new packages. 2 offlineMode.text=AEI is running in offline mode.\nNo updates or downloads of new mods are possible.\nPlease restart AEI when you have internet connection to update or download new packages. 5 3 6 4 invalidPath.title=Wrong directory 7 invalidPath.text=This program has to be placed in the subfolder Edition/AEInstaller inside a vanilla Oni folder.\n\ 8 The full path of the .jar-file has to be:\n\ 9 OniFolder/Edition/AEInstaller/AEInstaller2.jar 5 invalidPath.text=This program has to be placed in the subfolder Edition/AEInstaller inside a vanilla Oni folder.\nThe full path of the .jar-file has to be:\nOniFolder/Edition/AEInstaller/AEInstaller2.jar 10 6 11 7 dotNetMissing.title=.NET is not installed … … 13 9 14 10 offlineModeStartup.title=Offline mode 15 offlineModeStartup.text=Connection to the ModDepot could not be established.\n\ 16 AEI will run in offline mode.\n\ 17 Updates or installation of mods not already downloaded will not be possible. 11 offlineModeStartup.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. 18 12 19 13 -
AE/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties
r651 r656 47 47 48 48 installDependencies.title=Unmet dependencies 49 installDependencies.text=There are unmet dependencies for some mods.\n\ 50 \n\ 51 Following mods are already downloaded and will be selected:\n\ 52 %s\n\ 53 \n\ 54 These mods will have to be additionally downloaded:\n\ 55 %s\n\ 56 \n\ 57 Size of files to be downloaded: %s.\n\ 58 \n\ 59 Continue? 49 installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\ 50 These mods will have to be additionally downloaded:\n%s\n\n\ 51 Size of files to be downloaded: %s.\n\nContinue? 60 52 installDependencies.none=<None> 61 53 installIncompatibilities.title=Incompatible mods 62 installIncompatibilities.text=The following mods are incompatible:\n\ 63 \n\ 64 %s\n\ 65 \n\ 66 Installation will be aborted. 54 installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted. 67 55 installDone.title=Installation done 68 56 installDone.text=You can now play AE Oni. 69 installDoneDeps.text=In addition to the manually selected mods the following\n\ 70 were installed because they were depended upon:\n\ 71 %s\n\ 72 \n\ 73 You can now play AE Oni. 57 installDoneDeps.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. 74 58 75 59 updatesAvailable.title=Updates available 76 60 updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated. 77 61 updatesAvailableSize.text=Size of files to download is %s.<br>Update now? 62 updatesNotAvailable.title=No updates available 63 updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded. 78 64 checkOnStartup.text=Check for updates at startup 79 65 80 66 noOniSplit.title=OniSplit not available 81 noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\n\ 82 Can not resume from here, exiting! 67 noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting! 83 68 askInitialize.title=Initialize Edition 84 askInitialize.text=The Edition is not yet initialized.\n\ 85 If you do not initialize now the installer will exit.\n\ 86 Initialize Edition core now? 69 askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now? 87 70 88 71 initializingEdition.title=Initializing Edition core -
AE/installer2/src/net/oni2/aeinstaller/localization/SettingsDialog.properties
r651 r656 19 19 lblCopyOutro=Enable ending video on installation: 20 20 21 newLaF.text=A new GUI theme was selected.\n\ 22 Please restart the application in order to apply the changes. 21 newLaF.text=A new GUI theme was selected.\nPlease restart the application in order to apply the changes. 23 22 newLaF.title=Restart to apply theme
Note:
See TracChangeset
for help on using the changeset viewer.