mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
15 lines
398 B
Text
15 lines
398 B
Text
|
/* 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
|