2 * wineboot (Simplified and Traditional Chinese Resource)
4 * Copyright 2008 Hongbo Ni <hongbo.at.njstar.com>
5 * Copyright 2010 Cheer Xiao <xiaqqaix.at.gmail.com>
6 * Copyright 2010 Rex Tsai <chihchun.at.kalug.linux.org.tw>
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
26 /* Chinese text is encoded in UTF-8 */
27 #pragma code_page(65001)
29 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
31 IDD_ENDTASK DIALOG 0, 0, 186, 71
32 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
34 FONT 9, "MS Shell Dlg"
36 DEFPUSHBUTTON "取消",IDCANCEL,129,49,50,15
37 PUSHBUTTON "中断进程",IDOK,51,49,71,15
38 LTEXT "正在模拟关机,但是这个程序没有响应。",
40 LTEXT "如果你中断进程,有可能丢失没有保存的数据。",
41 IDC_STATIC,7,28,172,15
44 IDD_WAITDLG DIALOG 0, 0, 200, 50
45 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
47 FONT 8, "MS Shell Dlg"
49 ICON "", IDC_WAITICON, 3, 3, 10, 10
50 LTEXT "正在更新位于 %s 的 Wine 配置,请稍候……", /* 译文中“位于”准确性待议 */
51 IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
54 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
56 IDD_ENDTASK DIALOG 0, 0, 186, 71
57 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
59 FONT 9, "MS Shell Dlg"
61 DEFPUSHBUTTON "取消",IDCANCEL,129,49,50,15
62 PUSHBUTTON "中斷",IDOK,51,49,71,15
63 LTEXT "正在模擬關機,但此程序沒有反應。",
65 LTEXT "如果您中斷程式,可能會遺失尚未儲存的資料。",
66 IDC_STATIC,7,28,172,15
69 IDD_WAITDLG DIALOG 0, 0, 200, 50
70 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
72 FONT 8, "MS Shell Dlg"
74 ICON "", IDC_WAITICON, 3, 3, 10, 10
75 LTEXT "正在更新 %s 的 Wine 設定,請稍候……",
76 IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX