mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
15 lines
398 B
Plaintext
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
|