From 74a70112a4b1952a469d162fd5bda3390289a6e9 Mon Sep 17 00:00:00 2001 From: STGamer24YT <129440436+STGamer24YT@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:34:27 -0400 Subject: [PATCH] Translate english text in SpanishInternationalExtra.nsh Some text is in english, and I decided to translate it. Hopefully I did it right and this text can be used in the installer. --- .../windows/Language Files/SpanishInternationalExtra.nsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/windows/Language Files/SpanishInternationalExtra.nsh b/installer/windows/Language Files/SpanishInternationalExtra.nsh index e562e1efd..bcaf552b2 100644 --- a/installer/windows/Language Files/SpanishInternationalExtra.nsh +++ b/installer/windows/Language Files/SpanishInternationalExtra.nsh @@ -1,15 +1,15 @@ !insertmacro LANGFILE_EXT SpanishInternational !pragma warning disable 6030 -${LangFileString} MUI_TEXT_WELCOME_INFO_TEXT "Este asistente le guiará durante la instalación de $(^NameDA) en su computadora.$\r$\n$\r$\nAntes de iniciar la instalación, asegúrese de que Geometry Dash no se está ejecutando$\r$\n$\r$\n$_CLICK" -${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "Este asistente le guiará durante la desinstalación de $(^NameDA).$\r$\n$\r$\nAntes de iniciar la desinstalación, asegúrese de que Geometry Dash no se está ejecutando.$\r$\n$\r$\n$_CLICK" +${LangFileString} MUI_TEXT_WELCOME_INFO_TEXT "Este asistente le guiará durante la instalación de Geode en su computadora.$\r$\n$\r$\nAntes de iniciar la instalación, asegúrese de que Geometry Dash no se está ejecutando$\r$\n$\r$\n$_CLICK" +${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "Este asistente le guiará durante la desinstalación de Geode.$\r$\n$\r$\nAntes de iniciar la desinstalación, asegúrese de que Geometry Dash no se está ejecutando.$\r$\n$\r$\n$_CLICK" !pragma warning default 6030 ; installer ${LangFileString} GEODE_TEXT_GD_MISSING "$\r$\n$\r$\n¡Geometry Dash no está instalado en esta ruta!" -${LangFileString} GEODE_TEXT_GD_OLD "$\r$\n$\r$\nYour version of Geometry Dash is too old for this version of Geode!" -${LangFileString} GEODE_TEXT_MOD_LOADER_ALREADY_INSTALLED "This path has other mods installed!$\r$\nThey will be overwritten by Geode. (the dll trademark)" +${LangFileString} GEODE_TEXT_GD_OLD "$\r$\n$\r$\n¡Su versión de Geometry Dash es demasiado antigua para esta versión de Geode!" +${LangFileString} GEODE_TEXT_MOD_LOADER_ALREADY_INSTALLED "¡Esta ruta ya tiene otros mods instalados!$\r$\nVan a ser sobreescritos por Geode. (the dll trademark)" ; uninstaller