reactos/base/system/services/lang/zh-CN.rc

15 lines
398 B
Plaintext

/* Simplified Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_SERVICE_START "开始"
IDS_SERVICE_STOP "停止"
IDS_SERVICE_PAUSE "暂停"
IDS_SERVICE_RESUME "继续"
IDS_SERVICE_RUNNING "运行中"
IDS_SERVICE_STOPPED "已停止"
IDS_SERVICE_PAUSED "已暂停"
END