Module: wine Branch: master Commit: 7d4a7d110e646684f4ed162a8eda14f631356d03 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d4a7d110e646684f4ed162a8e...
Author: Cheer Xiao xiaqqaix@gmail.com Date: Tue Jul 13 20:49:55 2010 +0800
wineboot: Update simplified Chinese translation.
---
programs/wineboot/wineboot_Zh.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot_Zh.rc b/programs/wineboot/wineboot_Zh.rc index d85f9d4..e673a15 100644 --- a/programs/wineboot/wineboot_Zh.rc +++ b/programs/wineboot/wineboot_Zh.rc @@ -39,6 +39,16 @@ BEGIN IDC_STATIC,7,28,172,15 END
+IDD_WAITDLG DIALOG 0, 0, 200, 50 +STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED +CAPTION "Wine" +FONT 8, "MS Shell Dlg" +BEGIN + ICON "", IDC_WAITICON, 3, 3, 10, 10 + LTEXT "正在更新位于 %s 的 Wine 配置, 请稍候...", + IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX +END + LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
IDD_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71