Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Feb 6, 2024
1 parent 0782bdc commit 3eea421
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 27 deletions.
10 changes: 9 additions & 1 deletion base/setup/usetup/lang/es-ES.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
// This file is converted by code7bit.
// code7bit: https://github.com/katahiromz/code7bit
// To revert conversion, please execute "code7bit -r <file>".
/* Translated by ??? and Ismael Ferreras Morezuelas (Swyter) revised in 2024 by Julen Urizar Compains*/
/*
* PROJECT: ReactOS Setup
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Spanish resource file
* TRANSLATORS: Copyright 2007 Gabriel Ilardi <[email protected]>
* Copyright 2007 Marc Piulachs <[email protected]>
* Copyright 2015 Ismael Ferreras Morezuelas <[email protected]>
* Copyright 2020-2024 Julen Urizar Compains <[email protected]>
*/

#pragma once

Expand Down
26 changes: 13 additions & 13 deletions dll/cpl/openglcfg/lang/en-US.rc
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

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
GROUPBOX "Renderer settings", -1, 5, 25, 230, 90
LTEXT "&Renderer:", -1, 15, 42, 37, 10
COMBOBOX IDC_RENDERER, 55, 40, 160, 10, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "Ojo: Esto sobreescribe las configuraciones por defecto de tus gráficos. Elige ""Predeterminado del sistema"" para volver a las configuraciones originales.", -1, 15, 60, 210, 40
GROUPBOX "Depurador", -1, 5, 125, 230, 90
LTEXT "This will override the default settings for your graphics driver! Choose ""Default"" to go back to the original settings.", -1, 15, 60, 210, 40
GROUPBOX "Debugging", -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
LTEXT "Enables/disables debug output from opengl32.\n\nWARNING: Choosing ""Set"" or ""Clear"" will overwrite the content of the DEBUGCHANNEL environment variable!", -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"
IDS_RENDERER_DEFAULT "System default"
IDS_RENDERER_RSWR "ReactOS Software Implementation"
IDS_CPLNAME "OpenGL Configuration"
IDS_CPLDESCRIPTION "Configures OpenGL renderer."
IDS_DEBUG_SET "Set"
IDS_DEBUG_CLEAR "Clear"
IDS_DEBUG_DNM "Do not modify"
END
26 changes: 13 additions & 13 deletions dll/cpl/openglcfg/lang/es-ES.rc
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
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 "Renderer settings", -1, 5, 25, 230, 90
LTEXT "&Renderer:", -1, 15, 42, 37, 10
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 "This will override the default settings for your graphics driver! Choose ""Default"" to go back to the original settings.", -1, 15, 60, 210, 40
GROUPBOX "Debugging", -1, 5, 125, 230, 90
LTEXT "Ojo: Esto sobreescribe las configuraciones por defecto de tus gráficos. Elige ""Predeterminado del sistema"" para volver a las configuraciones 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 "Enables/disables debug output from opengl32.\n\nWARNING: Choosing ""Set"" or ""Clear"" will overwrite the content of the DEBUGCHANNEL environment variable!", -1, 15, 165, 210, 40
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 "System default"
IDS_RENDERER_RSWR "ReactOS Software Implementation"
IDS_CPLNAME "OpenGL Configuration"
IDS_CPLDESCRIPTION "Configures OpenGL renderer."
IDS_DEBUG_SET "Set"
IDS_DEBUG_CLEAR "Clear"
IDS_DEBUG_DNM "Do not modify"
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

0 comments on commit 3eea421

Please sign in to comment.