reactos/base/services/w32time/lang/en-US.rc
Eric Kohl 3d8d88eaf9 [W32TIME] Improve w32time setup
- Remove w32time from hivesys.inf
- Implement DllRegisterServer
- Add DllUnregisterServer stub
- Register w32time at the end of setup phase 2
2021-12-06 23:24:51 +01:00

8 lines
205 B
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_DISPLAYNAME "Time Service"
IDS_DESCRIPTION "Maintains date and time synchronization on all clients and servers on the network."
END