mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
54df31ccac
- [REACTOS] es-ES: Fixes and typos - [USETUP] es-ES: Fixes and typos - [HOTPLUG] es-ES: Fixes and typos - [OPENGLCFG] Add Spanish (es-ES) translation - [NETSHELL] es-ES: Fixes and typos - [SHELL32] es-ES: Fixes and typos - [SYSSETUP] es-ES: Fixes and typos Reviewed-by: Ismael Ferreras Morezuelas <swyterzone@gmail.com>
35 lines
1.6 KiB
Text
35 lines
1.6 KiB
Text
/*
|
|
* PROJECT: ReactOS OpenGL Configuration Control Panel
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Spanish (Spain) resource file
|
|
* TRANSLATOR: Copyright 2024 Julen Urizar Compains <julenuri@hotmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
IDD_PROPPAGEGENERAL DIALOGEX 0, 0, 246, 220
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "General"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
ICON IDI_CPLICON, IDI_CPLICON, 8, 0, 21, 20
|
|
GROUPBOX "Configuración de renderizado", -1, 5, 25, 230, 90
|
|
LTEXT "&Renderizador:", -1, 15, 42, 37, 10
|
|
COMBOBOX IDC_RENDERER, 55, 40, 160, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
|
|
LTEXT "Ojo: Esto sobreescribe los ajustes por defecto de tus gráficos. Elige ""Predeterminado del sistema"" para volver a los ajustes originales.", -1, 15, 60, 210, 40
|
|
GROUPBOX "Depurador", -1, 5, 125, 230, 90
|
|
LTEXT "DEBUGCHANNEL:", -1, 15, 142, 65, 10
|
|
COMBOBOX IDC_DEBUG_OUTPUT, 80, 140, 135, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
|
|
LTEXT "Activa/desactiva la salida de depuración de opengl32.\n\nADVERTENCIA: Elegir ""Escoger"" o ""Limpiar"" sobreescribe el contenido de la variable de sistema ""DEBUGCHANNEL"".", -1, 15, 165, 210, 40
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RENDERER_DEFAULT "Predeterminado del sistema"
|
|
IDS_RENDERER_RSWR "Implementación por software de ReactOS"
|
|
IDS_CPLNAME "Configuración de OpenGL"
|
|
IDS_CPLDESCRIPTION "Configura el renderizado OpenGL."
|
|
IDS_DEBUG_SET "Escoger"
|
|
IDS_DEBUG_CLEAR "Limpiar"
|
|
IDS_DEBUG_DNM "No modificar"
|
|
END
|