-
-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a3bbb0
commit 76778fd
Showing
3 changed files
with
462 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
; *** Inno Setup version 6.1.0+ Spanish messages *** | ||
; *** Inno Setup version 6.4.0+ Spanish messages *** | ||
; | ||
; Maintained by Jorge Andres Brugger ([email protected]) | ||
; Spanish.isl version 1.5.2 (20211123) | ||
; Default.isl version 6.1.0 | ||
; Spanish.isl version 1.6.0 (20241226) | ||
; Default.isl version 6.4.0 | ||
; | ||
; Thanks to Germán Giraldo, Jordi Latorre, Ximo Tamarit, Emiliano Llano, | ||
; Ramón Verduzco, Graciela García, Carles Millan and Rafael Barranco-Droege | ||
; Ramón Verduzco, Graciela García, Carles Millan and Rafael Barranco-Droege | ||
|
||
[LangOptions] | ||
; The following three entries are very important. Be sure to read and | ||
|
@@ -221,6 +221,13 @@ ErrorFileHash2=Hash de archivo no v | |
ErrorProgress=Progreso no válido: %1 de %2 | ||
ErrorFileSize=Tamaño de archivo no válido: esperado %1, encontrado %2 | ||
|
||
; *** TExtractionWizardPage wizard page and Extract7ZipArchive | ||
ExtractionLabel=Extrayendo archivos adicionales... | ||
ButtonStopExtraction=&Detener extracción | ||
StopExtraction=¿Está seguro que desea detener la extracción? | ||
ErrorExtractionAborted=Extracción cancelada | ||
ErrorExtractionFailed=Falló la extracción: %1 | ||
|
||
; *** "Preparing to Install" wizard page | ||
WizardPreparing=Preparándose para Instalar | ||
PreparingDesc=El programa de instalación está preparándose para instalar [name] en su sistema. | ||
|
@@ -307,7 +314,7 @@ FileExistsSelectAction=Seleccione acci | |
FileExists2=El archivo ya existe. | ||
FileExistsOverwriteExisting=&Sobreescribir el archivo existente | ||
FileExistsKeepExisting=&Mantener el archivo existente | ||
FileExistsOverwriteOrKeepAll=&Hacer lo mismo para lo siguientes conflictos | ||
FileExistsOverwriteOrKeepAll=&Hacer lo mismo para los siguientes conflictos | ||
ExistingFileNewerSelectAction=Seleccione acción | ||
ExistingFileNewer2=El archivo existente es más reciente que el que se está tratando de instalar. | ||
ExistingFileNewerOverwriteExisting=&Sobreescribir el archivo existente | ||
|
Oops, something went wrong.