reactos/base/services/w32time/lang/es-ES.rc
Javier Fernandez b794e76151
[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.
2021-12-09 15:52:02 +03:00

16 lines
504 B
Plaintext

/*
* 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