https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c77d53bf6ccf3616e93b3…
commit c77d53bf6ccf3616e93b37bc6181f0722ea87804
Author: Javier Fernandez <elhoir(a)users.noreply.github.com>
AuthorDate: Wed Dec 29 16:55:38 2021 +0100
Commit: GitHub <noreply(a)github.com>
CommitDate: Wed Dec 29 16:55:38 2021 +0100
[DRWTSN32] Add Spanish translation (#4201)
---
base/applications/drwtsn32/drwtsn32.rc | 3 +++
base/applications/drwtsn32/lang/es-ES.rc | 14 ++++++++++++++
2 files changed, 17 insertions(+)
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" <elhoir AT
gmail DOT com>
+ */
+
+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