2019-01-02 11:01:44 +00:00
/*
* PROJECT: ReactOS SetupApi
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Spanish language file
* COPYRIGHT: 2018 Julio Carchi Ruiz
[TRANSLATION] Updating Spanish translation (#2503)
Updating translation for:
notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32.
- Complete and Fix the SPANISH TRANSLATION on Setup
- Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones".
- Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
2020-04-06 11:17:20 +00:00
* 2020 Julen Urizar Compains
2019-01-02 11:01:44 +00:00
*/
2006-11-08 11:47:44 +00:00
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
2013-10-13 22:31:17 +00:00
COPYFILEDLGORD DIALOGEX 20, 20, 208, 105
2008-01-22 19:08:51 +00:00
STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
2006-11-08 11:47:44 +00:00
CAPTION "Copiando archivos..."
FONT 8, "MS Shell Dlg"
BEGIN
2019-01-02 11:01:44 +00:00
PUSHBUTTON "&Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
2013-11-28 22:18:05 +00:00
LTEXT "Origen:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
2018-10-28 12:06:08 +00:00
CONTROL "", PROGRESSORD, "setupx_progress", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 63, 194, 13
2006-11-08 11:47:44 +00:00
END
2016-07-27 00:48:41 +00:00
IDPROMPTFORDISK DIALOG 0, 0, 260, 120
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2019-01-02 11:01:44 +00:00
CAPTION "Archivos faltantes"
2016-07-27 00:48:41 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
[TRANSLATION] Updating Spanish translation (#2503)
Updating translation for:
notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32.
- Complete and Fix the SPANISH TRANSLATION on Setup
- Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones".
- Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
2020-04-06 11:17:20 +00:00
LTEXT "Inserte el disco de instalación proporcionado por el fabricante,\ny asegúrese de que el controlador adecuado está seleccionado abajo", IDC_FILENEEDED, 10, 10, 250, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
2016-07-27 00:48:41 +00:00
LTEXT "", IDC_INFO, 10, 50, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
2019-01-02 11:01:44 +00:00
LTEXT "Copiar controladores desde:", IDC_COPYFROM, 10, 90, 175, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
2016-07-27 00:48:41 +00:00
CONTROL "", IDC_PATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 10, 100, 175, 14
2019-01-02 11:01:44 +00:00
DEFPUSHBUTTON "&Aceptar", IDOK, 195, 10, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Cancelar", IDCANCEL, 195, 30, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "&Examinar...", IDC_RUNDLG_BROWSE, 195, 100, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
2016-07-27 00:48:41 +00:00
END
STRINGTABLE
BEGIN
2019-01-02 11:01:44 +00:00
IDS_PROMPTDISK "El archivo '%1' en %2 no se encuentra"
IDS_UNKNOWN "Desconocido"
IDS_COPYFROM "Copiar archivos desde:"
[TRANSLATION] Updating Spanish translation (#2503)
Updating translation for:
notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32.
- Complete and Fix the SPANISH TRANSLATION on Setup
- Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones".
- Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
2020-04-06 11:17:20 +00:00
IDS_INFO "Busque la ruta donde se localiza el archivo y luego, pulse Aceptar."
2016-07-27 00:48:41 +00:00
END
2013-10-13 22:31:17 +00:00
STRINGTABLE
2006-11-08 11:47:44 +00:00
BEGIN
[TRANSLATION] Updating Spanish translation (#2503)
Updating translation for:
notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32.
- Complete and Fix the SPANISH TRANSLATION on Setup
- Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones".
- Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
2020-04-06 11:17:20 +00:00
IDS_QUERY_REBOOT_TEXT "Su equipo debe reiniciarse para completar la instalación. ¿Desea continuar?"
2019-01-02 11:01:44 +00:00
IDS_QUERY_REBOOT_CAPTION "Reiniciar"
2015-01-03 10:34:01 +00:00
IDS_INF_FILE "Información del instalador"
2006-11-08 11:47:44 +00:00
END