sign up here. Once you have obtained a key, copy and paste it into the field below.';
$_['help_fraud_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.';
$_['help_fraud_status'] = 'Orders over your set score will be assigned this order status and will not be allowed to reach the complete status automatically.';
$_['help_secure'] = 'To use SSL check with your host if a SSL certificate is installed and add the SSL URL to the catalog and admin config files.';
$_['help_shared'] = 'Try to share the session cookie between stores so the cart can be passed between different domains.';
$_['help_robots'] = 'A list of web crawler user agents that shared sessions will not be used with. Use separate lines for each user agent.';
$_['help_seo_url'] = 'To use SEO URLs, apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.';
$_['help_file_max_size'] = 'The maximum image file size you can upload in Image Manager. Enter as byte.';
$_['help_file_ext_allowed'] = 'Add which file extensions are allowed to be uploaded. Use a new line for each value.';
$_['help_file_mime_allowed'] = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.';
$_['help_maintenance'] = 'Prevents customers from browsing your store. They will instead see a maintenance message. If logged in as admin, you will see the store as normal.';
$_['help_password'] = 'Allow forgotten password to be used for the admin. This will be disabled automatically if the system detects a hack attempt.';
$_['help_encryption'] = 'Please provide a secret key that will be used to encrypt private information when processing orders.';
$_['help_compression'] = 'GZIP for more efficient transfer to requesting clients. Compression level must be between 0 - 9.';
$_['help_google_analytics'] = 'Login to your Google Analytics account and after creating your website profile copy and paste the analytics code into this field.';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify settings!';
$_['error_name'] = 'Store Name must be between 3 and 32 characters!';
$_['error_owner'] = 'Store Owner must be between 3 and 64 characters!';
$_['error_address'] = 'Store Address must be between 10 and 256 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
$_['error_meta_title'] = 'Title must be between 3 and 32 characters!';
$_['error_limit'] = 'Limit required!';
$_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!';
$_['error_voucher_min'] = 'Minimum voucher amount required!';
$_['error_voucher_max'] = 'Maximum voucher amount required!';
$_['error_processing_status'] = 'You must choose at least 1 order process status';
$_['error_complete_status'] = 'You must choose at least 1 order complete status';
$_['error_image_thumb'] = 'Product Image Thumb Size dimensions required!';
$_['error_image_popup'] = 'Product Image Popup Size dimensions required!';
$_['error_image_product'] = 'Product List Size dimensions required!';
$_['error_image_category'] = 'Category List Size dimensions required!';
$_['error_image_additional'] = 'Additional Product Image Size dimensions required!';
$_['error_image_related'] = 'Related Product Image Size dimensions required!';
$_['error_image_compare'] = 'Compare Image Size dimensions required!';
$_['error_image_wishlist'] = 'Wish List Image Size dimensions required!';
$_['error_image_cart'] = 'Cart Image Size dimensions required!';
$_['error_image_location'] = 'Store Image Size dimensions required!';
$_['error_ftp_hostname'] = 'FTP Host required!';
$_['error_ftp_port'] = 'FTP Port required!';
$_['error_ftp_username'] = 'FTP Username required!';
$_['error_ftp_password'] = 'FTP Password required!';
$_['error_error_filename'] = 'Error Log Filename required!';
$_['error_encryption'] = 'Encryption Key must be between 3 and 32 characters!';