When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
local intro_msg = _("Welcome to the wxWidgets project wizard!\n\n") + _("This wizard will guide you to create a new project using\n") + _("the wxWidgets cross-platform GUI library.\n\n") + _("When you 're ready to proceed, please click \"Next\"...");
local intro_msg = _("Welcome to the wxWidgets project wizard!\n\n") + _("This wizard will guide you to create a new project using\nthe wxWidgets cross-platform GUI library.\n\n") + _("When you 're ready to proceed, please click \"Next\"...");
local msg = _("$1 was not found on drive $2, try again...");msg.Replace(_T("$1"), filename);msg.Replace(_T("$2"), drivename);