2009-10-23 18:58 UTC
Owen,
I've noticed that there are more strings to be translated other than the ones under "string table", i'm not sure but i think those could be translated also.
examples:
Runtime_EMS.rc
// Version
//
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "OpenDCL Consortium"
VALUE "FileDescription", "OpenDCL Runtime Resources - English"
VALUE "LegalCopyright", "Copyright © 2009 OpenDCL Consortium. All rights reserved."
VALUE "LegalTrademarks", "OpenDCL(tm)"
Studio_ESM.rc
//
// Dialog
//
IDD_PROGRESSBAR DIALOG 3, 1, 248, 140
STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CAPTION
CAPTION "Text"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Show Percentage",IDC_PERCENTAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,7,74,11
CONTROL "Show Time Remaining",IDC_TIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,26,74,11
GROUPBOX "",IDC_STATIC,5,36,238,99
EDITTEXT IDC_EDIT1,103,68,130,13,ES_AUTOHSCROLL
LTEXT "The Progress Bar cannot show localized text for individual countries. Please modify the text below as required.",IDC_STATIC5,13,46,224,18
also the menus section. what do you think?
I've noticed that there are more strings to be translated other than the ones under "string table", i'm not sure but i think those could be translated also.
examples:
Runtime_EMS.rc
// Version
//
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "OpenDCL Consortium"
VALUE "FileDescription", "OpenDCL Runtime Resources - English"
VALUE "LegalCopyright", "Copyright © 2009 OpenDCL Consortium. All rights reserved."
VALUE "LegalTrademarks", "OpenDCL(tm)"
Studio_ESM.rc
//
// Dialog
//
IDD_PROGRESSBAR DIALOG 3, 1, 248, 140
STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_CAPTION
CAPTION "Text"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Show Percentage",IDC_PERCENTAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,7,74,11
CONTROL "Show Time Remaining",IDC_TIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,26,74,11
GROUPBOX "",IDC_STATIC,5,36,238,99
EDITTEXT IDC_EDIT1,103,68,130,13,ES_AUTOHSCROLL
LTEXT "The Progress Bar cannot show localized text for individual countries. Please modify the text below as required.",IDC_STATIC5,13,46,224,18
also the menus section. what do you think?