diff --git a/src/main/java/de/rpjosh/installer/Installer.java b/src/main/java/de/rpjosh/installer/Installer.java index 5bc8719..52a0318 100644 --- a/src/main/java/de/rpjosh/installer/Installer.java +++ b/src/main/java/de/rpjosh/installer/Installer.java @@ -79,7 +79,7 @@ public class Installer { } if (in.ready()) { - if (in.readLine().toLowerCase().startsWith("y")) { + if (in.readLine().toLowerCase().startsWith("y") || in.readLine().toLowerCase().startsWith("j")) { RunInConsole.start(args, true, true, true); } } diff --git a/src/main/resources/translation/de-rpjosh-installer_de.properties b/src/main/resources/translation/de-rpjosh-installer_de.properties index 06f08a0..b6067ee 100644 --- a/src/main/resources/translation/de-rpjosh-installer_de.properties +++ b/src/main/resources/translation/de-rpjosh-installer_de.properties @@ -1,10 +1,8 @@ root_rights_required=\ -Zur Installation dieses Programm werden Administrator / Root Rechte benötigt.\n\n\ -Falls du keine solchen Rechte hast, kann das Programm auch portable oder nur für den aktuell angemeldeten Benutzer installiert werden [Windows].\n\ +Für die Installation dieses Programmes werden Administrator / Root Rechte benötigt.\n\n\ +Falls du diese Rechte nicht hast, kann das Programm auch portable oder nur für den aktuell angemeldeten Benutzer installiert werden.\n\ Für eine weitere Hilfe führe dieses Programm mit dem Parameter "--help" aus. -root_askForRestart=\ -Falls du doch solche Rechte hast, kann das Programm automatisch versuchen, die Installation mit Administratorrechten zu starten.\n\ -Möchtest du das Programm mit Administratorrechten neustarten (Y/N)? +root_askForRestart=Möchtest du den Installationsprozess mit Administratorrechten neustarten (Y/N)? userInstallation_notAvailable=Eine Benutzerinstallation ist nur unter Windows verfügbar @@ -15,7 +13,7 @@ installation_download=Lade Datei herunter installation_download_success=Lade Datei herunter: erfolgreich heruntergeladen installation_download_invalid=Die angegebene Datei ist ungültig! installation_download_failed=Ein Fehler trat beim herunterladen der Datei auf.\nBitte überprüfe deine Internetverbindung und versuche es später erneut(URL: {0}) -installation_download_urlNotFound=Die Ermittelte URL konnte nicht gefunden werden (URL: {0}); +installation_download_urlNotFound=Die ermittelte URL konnte nicht gefunden werden (URL: {0}); installation_portable_start=Das Programm wird portable installiert in: "{0}" installation_portable_createDirectory=Verzeichnis existiert nicht. Erstelle Verzeichnis diff --git a/src/main/resources/translation/de-rpjosh-installer_en.properties b/src/main/resources/translation/de-rpjosh-installer_en.properties index 728f9f7..2a555ef 100644 --- a/src/main/resources/translation/de-rpjosh-installer_en.properties +++ b/src/main/resources/translation/de-rpjosh-installer_en.properties @@ -1,10 +1,8 @@ root_rights_required=\ -Administrator / root rights are required to install this program..\n\n\ +Administrator / root rights are required to install this program.\n\n\ If you don't have these you can try to install the program portable or only for the currently logged-in user [Windows].\n\ For further help, run the Installer via the command line with the parameter "--help". -root_askForRestart=\ -If you have these rights, the installation can be restarted automatically with root privileges.\n\ -Would you like to try a restart of the program with root privileges (Y/N)? +root_askForRestart=Would you like to try a restart of the program with root privileges (Y/N)? userInstallation_notAvailable=A user installation is only available for windows