'CHARSET' => 'ISO-8859-1',
'PHPSHOP_ADMIN_CFG_PRICES_INCLUDE_TAX' => 'Show Prices including tax?',
'PHPSHOP_ADMIN_CFG_PRICES_INCLUDE_TAX_EXPLAIN' => 'Sets the flag whether the shoppers sees prices including tax or excluding tax.',
'PHPSHOP_SHOPPER_FORM_ADDRESS_LABEL' => 'Address Nickname',
'PHPSHOP_SHOPPER_GROUP_LIST_LBL' => 'Shopper Group List',
'PHPSHOP_SHOPPER_GROUP_LIST_NAME' => 'Group Name',
'PHPSHOP_SHOPPER_GROUP_LIST_DESCRIPTION' => 'Group Description',
'PHPSHOP_SHOPPER_GROUP_FORM_LBL' => 'Shopper Group Form',
'PHPSHOP_SHOPPER_GROUP_FORM_NAME' => 'Group Name',
'PHPSHOP_SHOPPER_GROUP_FORM_DESC' => 'Group Description',
'PHPSHOP_SHOPPER_GROUP_FORM_DISCOUNT' => 'Price Discount on default Shopper Group (in %)',
'PHPSHOP_SHOPPER_GROUP_FORM_DISCOUNT_TIP' => 'A positive amount X means: If the Product has no Price assigned to THIS Shopper Group, the default Price is decreased by X %. A negative amount has the opposite effect'
); $VM_LANG->initModule( 'shopper', $langvars );
?>