[DRWTSN32] Add Spanish translation (#4201)

This commit is contained in:
Javier Fernandez 2021-12-29 16:55:38 +01:00 committed by GitHub
parent 5831427ef9
commit c77d53bf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -25,6 +25,9 @@
#ifdef LANGUAGE_EN_US #ifdef LANGUAGE_EN_US
#include "lang/en-US.rc" #include "lang/en-US.rc"
#endif #endif
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
#ifdef LANGUAGE_ET_EE #ifdef LANGUAGE_ET_EE
#include "lang/et-EE.rc" #include "lang/et-EE.rc"
#endif #endif

View file

@ -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