[W32TIME] Add Spanish (es-ES) translation (#4149)

Restore initial translation by Julen committed in ea6e7740
which was then dropped in 3d8d88ea.

Add translation for IDS_DESCRIPTION.
This commit is contained in:
Javier Fernandez 2021-12-08 13:03:29 +01:00 committed by Stanislav Motylkov
parent 5dc56dd1d6
commit b794e76151
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*
* PROJECT: ReactOS W32Time Service
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Spanish resource file
* TRANSLATORS: Copyright 2021 Julen Urizar Compains <julenuri@hotmail.com>
* Copyright 2021 Javier Fernandez <elhoir@gmail.com>
*/
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_DISPLAYNAME "Servicio de hora"
IDS_DESCRIPTION "Mantiene la sincronización de fecha y hora en todos los servidores y clientes de la red."
END

View file

@ -18,3 +18,6 @@
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif