Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / system / runonce / lang / zh-TW.rc
diff --git a/base/system/runonce/lang/zh-TW.rc b/base/system/runonce/lang/zh-TW.rc
new file mode 100644 (file)
index 0000000..0ab6770
--- /dev/null
@@ -0,0 +1,13 @@
+/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
+
+IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "ReactOS 安裝"
+FONT 9, "MS Shell Dlg"
+BEGIN
+    LTEXT "ReactOS 正在設定以下的項目:", -1, 38, 8, 196, 18
+    LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
+    ICON IDI_ICON, -1, 5, 6, 21, 20
+END