mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
15 lines
469 B
Text
15 lines
469 B
Text
|
/*
|
||
|
* 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
|