diff --git a/base/applications/drwtsn32/drwtsn32.rc b/base/applications/drwtsn32/drwtsn32.rc index 7ca58f0f1b3..05301755808 100644 --- a/base/applications/drwtsn32/drwtsn32.rc +++ b/base/applications/drwtsn32/drwtsn32.rc @@ -25,6 +25,9 @@ #ifdef LANGUAGE_EN_US #include "lang/en-US.rc" #endif +#ifdef LANGUAGE_ES_ES + #include "lang/es-ES.rc" +#endif #ifdef LANGUAGE_ET_EE #include "lang/et-EE.rc" #endif diff --git a/base/applications/drwtsn32/lang/es-ES.rc b/base/applications/drwtsn32/lang/es-ES.rc new file mode 100644 index 00000000000..ab16fd9611b --- /dev/null +++ b/base/applications/drwtsn32/lang/es-ES.rc @@ -0,0 +1,14 @@ +/* + * PROJECT: Dr. Watson crash reporter + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: es-ES resource file + * COPYRIGHT: Copyright 2021 Javier Fernández, aka "Elhoir" + */ + +LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_APP_TITLE "Informador de fallos de ReactOS" + IDS_USER_ALERT_MESSAGE "La aplicación %ls ha fallado. Información acerca del fallo ha sido guardada en:\n\n%ls" +END