From c77d53bf6ccf3616e93b37bc6181f0722ea87804 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Date: Wed, 29 Dec 2021 16:55:38 +0100 Subject: [PATCH] [DRWTSN32] Add Spanish translation (#4201) --- base/applications/drwtsn32/drwtsn32.rc | 3 +++ base/applications/drwtsn32/lang/es-ES.rc | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 base/applications/drwtsn32/lang/es-ES.rc 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