Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / system / services / lang / zh-CN.rc
diff --git a/base/system/services/lang/zh-CN.rc b/base/system/services/lang/zh-CN.rc
new file mode 100644 (file)
index 0000000..e7a6dc3
--- /dev/null
@@ -0,0 +1,14 @@
+/* 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