I have a few MZMT questions.

1) I'm getting this error:
Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_TEXT_TITLE in /home/tropic1/public_html/includes/modules/shipping/mzmt.php on line 67

Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_TABLE_1_TEXT_WAY in /home/tropic1/public_html/includes/modules/shipping/mzmt.php on line 125

Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_ICON in /home/tropic1/public_html/includes/modules/shipping/mzmt.php on line 134

I read through the documentation on Dreamscape's page, so I know that this is what I need to do:
"If you do more than 3 geo zones or more than 3 tables, you will need to add more language defines to the module's language file. These follow the pattern of:
MODULE_SHIPPING_MZMT_GEOZONE_$n_TEXT_TITLE
MODULE_SHIPPING_MZMT_GEOZONE_$n_ICON
MODULE_SHIPPING_MZMT_GEOZONE_$n_TABLE_$j_TEXT_WAY

where:
$n = geo zone number (in the shipping module) and
$j = table number"

But I can't find where to do that!

2nd question. How do I configure it so that items under 100lbs only show up w/ UPS, over 100lbs, flat rate for 1 of 4 zones, and no possibility of UPS?

Thanks :)