diff --git a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrap.properties b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrap.properties index 678f616..c5b9dbb 100644 --- a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrap.properties +++ b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrap.properties @@ -4,8 +4,8 @@ # Please see LICENSE.txt for license information. # -homeFolderWindows=Example Launcher -homeFolderLinux=example_launcher -homeFolder=.examplelauncher -launcherClass=com.skcraft.launcher.Launcher -latestUrl=http://update.skcraft.com/quark/launcher/latest.json +homeFolderWindows=Elite Launcher +homeFolderLinux=elite_launcher +homeFolder=.elitelauncher +launcherClass=com.skcraft.launcher.FancyLauncher +latestUrl=https://georealmcraft.lanro.eu/latest.json diff --git a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrapper_icon.png b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrapper_icon.png index 8c74095..ae402d1 100644 Binary files a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrapper_icon.png and b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/bootstrapper_icon.png differ diff --git a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/lang/Bootstrap.properties b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/lang/Bootstrap.properties index 9b9f6a2..1c9f387 100644 --- a/launcher-bootstrap/src/main/resources/com/skcraft/launcher/lang/Bootstrap.properties +++ b/launcher-bootstrap/src/main/resources/com/skcraft/launcher/lang/Bootstrap.properties @@ -7,15 +7,15 @@ button.cancal=Cancel errorTitle=Error -errors.failedDownloadError=The SKCraft launcher could not be downloaded. -errors.bootstrapError=An error occurred while trying to bootstrap the launcher\! +errors.failedDownloadError=Elite launcher est pas arrive a telecharger le fichier. +errors.bootstrapError=Une erreur s est produite lors de la tentative d'amorçage du lanceur\! -errorDialog.reportError=To report this error, provide\: +errorDialog.reportError=Pour signaler cette erreur, veuillez fournir\: -downloader.title=Downloading SKCraft Launcher... -downloader.pleaseWait=Please wait... -downloader.status=Downloading latest SKCraft Launcher... -downloader.progressStatus=Downloading latest SKCraft Launcher (%.2f%%)... +downloader.title=Telechargement du Elite Launcher ... +downloader.pleaseWait=Merci d'Attendre... +downloader.status=Telechargement de la derniere version du Launcher... +downloader.progressStatus=Telechargement en cours (%.2f%%)... -progress.confirmCancel=Are you sure that you wish to cancel? -progress.confirmCancelTitle=Cancel \ No newline at end of file +progress.confirmCancel=Etes-vous sur de vouloir annuler ? +progress.confirmCancelTitle=annuler \ No newline at end of file diff --git a/launcher/src/main/resources/com/skcraft/launcher/launcher.properties b/launcher/src/main/resources/com/skcraft/launcher/launcher.properties index 7b39b35..c626dff 100644 --- a/launcher/src/main/resources/com/skcraft/launcher/launcher.properties +++ b/launcher/src/main/resources/com/skcraft/launcher/launcher.properties @@ -21,6 +21,6 @@ microsoftClientId=d18bb4d8-a27f-4451-a87f-fe6de4436813 resetPasswordUrl=https://minecraft.net/resetpassword # You MUST change these from the defaults. These URLs are provides as examples only. -newsUrl=https://georeamlcraft.lanro.eu/news.html?version=%s -packageListUrl=https://georeamlcraft.lanro.eu/packages.json?key=%s -selfUpdateUrl=https://georeamlcraft.lanro.eu/latest.json +newsUrl=https://georealmcraft.lanro.eu/news.html?version=%s +packageListUrl=https://georealmcraft.lanro.eu/packages.json?key=%s +selfUpdateUrl=https://georealmcraft.lanro.eu/latest.json