mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[DRWTSN32] Add Spanish translation (#4201)
This commit is contained in:
parent
5831427ef9
commit
c77d53bf6c
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||||
|
|
14
base/applications/drwtsn32/lang/es-ES.rc
Normal file
14
base/applications/drwtsn32/lang/es-ES.rc
Normal 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
|
Loading…
Reference in a new issue