mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
2f70f79904
- Add and improve translation - Fix mistakes
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
/*
|
|
* PROJECT: ReactOS W32Time Service
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Chinese (Simplified) resource file
|
|
* TRANSLATORS: Copyright 2023 Ratin Gao <ratin@knsoft.org>
|
|
*/
|
|
|
|
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DISPLAYNAME "时间服务"
|
|
IDS_DESCRIPTION "维护在网络上的所有客户端和服务器的时间和日期同步。"
|
|
END
|