mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[W32TIME] Add Spanish (es-ES) translation (#4149)
Restore initial translation by Julen committed inea6e7740
which was then dropped in3d8d88ea
. Add translation for IDS_DESCRIPTION.
This commit is contained in:
parent
5dc56dd1d6
commit
b794e76151
15
base/services/w32time/lang/es-ES.rc
Normal file
15
base/services/w32time/lang/es-ES.rc
Normal 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
|
@ -18,3 +18,6 @@
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ES_ES
|
||||
#include "lang/es-ES.rc"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user