shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

setting.php (16192B)


      1 <?php
      2 // Heading
      3 $_['heading_title']                  = 'Settings';
      4 
      5 // Text
      6 $_['text_stores']                    = 'Stores';
      7 $_['text_success']                   = 'Success: You have modified settings!';
      8 $_['text_edit']                      = 'Edit Setting';
      9 $_['text_product']                   = 'Products';
     10 $_['text_review']                    = 'Reviews';
     11 $_['text_voucher']                   = 'Vouchers';
     12 $_['text_tax']                       = 'Taxes';
     13 $_['text_account']                   = 'Account';
     14 $_['text_checkout']                  = 'Checkout';
     15 $_['text_stock']                     = 'Stock';
     16 $_['text_affiliate']                 = 'Affiliates';
     17 $_['text_captcha']                   = 'Captcha';
     18 $_['text_register']                  = 'Register';
     19 $_['text_guest']                     = 'Guest Checkout';
     20 $_['text_return']                    = 'Returns';
     21 $_['text_contact']                   = 'Contact';
     22 $_['text_shipping']                  = 'Shipping Address';
     23 $_['text_payment']                   = 'Payment Address';
     24 $_['text_mail']                      = 'Mail';
     25 $_['text_smtp']                      = 'SMTP';
     26 $_['text_mail_alert']                = 'Mail Alerts';
     27 $_['text_mail_account']              = 'Register';
     28 $_['text_mail_affiliate']            = 'Affiliate';
     29 $_['text_mail_order']                = 'Orders';
     30 $_['text_mail_review']               = 'Reviews';
     31 $_['text_general']                   = 'General';
     32 $_['text_security']                  = 'Security';
     33 $_['text_upload']                    = 'Uploads';
     34 $_['text_error']                     = 'Error Handling';
     35 
     36 // Entry
     37 $_['entry_meta_title']               = 'Meta Title';
     38 $_['entry_meta_description']         = 'Meta Tag Description';
     39 $_['entry_meta_keyword']             = 'Meta Tag Keywords';
     40 $_['entry_layout']                   = 'Default Layout';
     41 $_['entry_theme']                    = 'Theme';
     42 $_['entry_name']                     = 'Store Name';
     43 $_['entry_owner']                    = 'Store Owner';
     44 $_['entry_address']                  = 'Address';
     45 $_['entry_geocode']                  = 'Geocode';
     46 $_['entry_email']                    = 'E-Mail';
     47 $_['entry_telephone']                = 'Telephone';
     48 $_['entry_fax']                      = 'Fax';
     49 $_['entry_image']                    = 'Image';
     50 $_['entry_open']                     = 'Opening Times';
     51 $_['entry_comment']                  = 'Comment';
     52 $_['entry_location']                 = 'Store Location';
     53 $_['entry_country']                  = 'Country';
     54 $_['entry_zone']                     = 'Region / State';
     55 $_['entry_language']                 = 'Language';
     56 $_['entry_admin_language']           = 'Administration Language';
     57 $_['entry_currency']                 = 'Currency';
     58 $_['entry_currency_auto']            = 'Auto Update Currency';
     59 $_['entry_length_class']             = 'Length Class';
     60 $_['entry_weight_class']             = 'Weight Class';
     61 $_['entry_limit_admin']              = 'Default Items Per Page (Admin)';
     62 $_['entry_product_count']            = 'Category Product Count';
     63 $_['entry_review']                   = 'Allow Reviews';
     64 $_['entry_review_guest']             = 'Allow Guest Reviews';
     65 $_['entry_voucher_min']              = 'Voucher Min';
     66 $_['entry_voucher_max']              = 'Voucher Max';
     67 $_['entry_tax']                      = 'Display Prices With Tax';
     68 $_['entry_tax_default']              = 'Use Store Tax Address';
     69 $_['entry_tax_customer']             = 'Use Customer Tax Address';
     70 $_['entry_customer_online']          = 'Customers Online';
     71 $_['entry_customer_activity']        = 'Customers Activity';
     72 $_['entry_customer_search']          = 'Log Customer Searches';
     73 $_['entry_customer_group']           = 'Customer Group';
     74 $_['entry_customer_group_display']   = 'Customer Groups';
     75 $_['entry_customer_price']           = 'Login Display Prices';
     76 $_['entry_login_attempts']           = 'Max Login Attempts';
     77 $_['entry_account']                  = 'Account Terms';
     78 $_['entry_cart_weight']              = 'Display Weight on Cart Page';
     79 $_['entry_checkout_guest']           = 'Guest Checkout';
     80 $_['entry_checkout']                 = 'Checkout Terms';
     81 $_['entry_invoice_prefix']           = 'Invoice Prefix';
     82 $_['entry_order_status']             = 'Order Status';
     83 $_['entry_processing_status']        = 'Processing Order Status';
     84 $_['entry_complete_status']          = 'Complete Order Status';
     85 $_['entry_fraud_status']             = 'Fraud Order Status';
     86 $_['entry_api']                      = 'API User';
     87 $_['entry_stock_display']            = 'Display Stock';
     88 $_['entry_stock_warning']            = 'Show Out Of Stock Warning';
     89 $_['entry_stock_checkout']           = 'Stock Checkout';
     90 $_['entry_affiliate_group']          = 'Affiliate Group';
     91 $_['entry_affiliate_approval']       = 'Affiliate Requires Approval';
     92 $_['entry_affiliate_auto']           = 'Automatic Commission';
     93 $_['entry_affiliate_commission']     = 'Affiliate Commission (%)';
     94 $_['entry_affiliate']                = 'Affiliate Terms';
     95 $_['entry_return']                   = 'Return Terms';
     96 $_['entry_return_status']            = 'Return Status';
     97 $_['entry_captcha']                  = 'Captcha';
     98 $_['entry_captcha_page']             = 'Captcha Page';
     99 $_['entry_logo']                     = 'Store Logo';
    100 $_['entry_icon']                     = 'Icon';
    101 $_['entry_mail_engine']              = 'Mail Engine';
    102 $_['entry_mail_parameter']           = 'Mail Parameters';
    103 $_['entry_mail_smtp_hostname']       = 'SMTP Hostname';
    104 $_['entry_mail_smtp_username']       = 'SMTP Username';
    105 $_['entry_mail_smtp_password']       = 'SMTP Password';
    106 $_['entry_mail_smtp_port']           = 'SMTP Port';
    107 $_['entry_mail_smtp_timeout']        = 'SMTP Timeout';
    108 $_['entry_mail_alert']               = 'Alert Mail';
    109 $_['entry_mail_alert_email']         = 'Additional Alert Mail';
    110 $_['entry_secure']                   = 'Use SSL';
    111 $_['entry_shared']                   = 'Use Shared Sessions';
    112 $_['entry_robots']                   = 'Robots';
    113 $_['entry_seo_url']                  = 'Use SEO URLs';
    114 $_['entry_file_max_size']            = 'Max File Size';
    115 $_['entry_file_ext_allowed']         = 'Allowed File Extensions';
    116 $_['entry_file_mime_allowed']        = 'Allowed File Mime Types';
    117 $_['entry_maintenance']              = 'Maintenance Mode';
    118 $_['entry_password']                 = 'Allow Forgotten Password';
    119 $_['entry_encryption']               = 'Encryption Key';
    120 $_['entry_compression']              = 'Output Compression Level';
    121 $_['entry_error_display']            = 'Display Errors';
    122 $_['entry_error_log']                = 'Log Errors';
    123 $_['entry_error_filename']           = 'Error Log Filename';
    124 $_['entry_status']                   = 'Status';
    125 
    126 // Help
    127 $_['help_geocode']                   = 'Please enter your store location geocode manually.';
    128 $_['help_open']                      = 'Fill in your store\'s opening times.';
    129 $_['help_comment']                   = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.';
    130 $_['help_location']                  = 'The different store locations you have that you want displayed on the contact us form.';
    131 $_['help_currency']                  = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.';
    132 $_['help_currency_auto']             = 'Set your store to automatically update currencies daily.';
    133 $_['help_limit_admin']               = 'Determines how many admin items are shown per page (orders, customers, etc).';
    134 $_['help_product_count']             = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!';
    135 $_['help_review']                    = 'Enable/Disable new review entry and display of existing reviews.';
    136 $_['help_review_guest']              = 'Allow guests to post reviews.';
    137 $_['help_voucher_min']               = 'Minimum amount a customer can purchase a voucher for.';
    138 $_['help_voucher_max']               = 'Maximum amount a customer can purchase a voucher for.';
    139 $_['help_tax_default']               = 'Use the store address to calculate taxes if customer is not logged in. You can choose to use the store address for the customer\'s shipping or payment address.';
    140 $_['help_tax_customer']              = 'Use the customer\'s default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.';
    141 $_['help_customer_online']           = 'Track customers online via the customer reports section.';
    142 $_['help_customer_activity']         = 'Track customers activity via the customer reports section.';
    143 $_['help_customer_group']            = 'Default customer group.';
    144 $_['help_customer_group_display']    = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.';
    145 $_['help_customer_price']            = 'Only show prices when a customer is logged in.';
    146 $_['help_login_attempts']            = 'Maximum login attempts allowed before the account is locked for 1 hour. Customer and affliate accounts can be unlocked on the customer or affliate admin pages.';
    147 $_['help_account']                   = 'Forces people to agree to terms before an account can be created.';
    148 $_['help_invoice_prefix']            = 'Set the invoice prefix (e.g. INV-2011-00). Invoice IDs will start at 1 for each unique prefix.';
    149 $_['help_cart_weight']               = 'Show the cart weight on the cart page.';
    150 $_['help_checkout_guest']            = 'Allow customers to checkout without creating an account. This will not be available when a downloadable product is in the shopping cart.';
    151 $_['help_checkout']                  = 'Forces people to agree to terms before a customer can checkout.';
    152 $_['help_order_status']              = 'Set the default order status when an order is processed.';
    153 $_['help_processing_status']         = 'Set the order status the customer\'s order must reach before the order starts stock subtraction and coupon, voucher and rewards redemption.';
    154 $_['help_complete_status']           = 'Set the order status the customer\'s order must reach before they are allowed to access their downloadable products and gift vouchers.';
    155 $_['help_fraud_status']              = 'Set the order status when a customer is suspected of trying to alter the order payment details or use a coupon, gift voucher or reward points that have already been used.';
    156 $_['help_api']                       = 'Default API user the admin should use.';
    157 $_['help_stock_display']             = 'Display stock quantity on the product page.';
    158 $_['help_stock_warning']             = 'Display out of stock message on the shopping cart page if a product is out of stock but stock checkout is yes. (Warning always shows if stock checkout is no)';
    159 $_['help_stock_checkout']            = 'Allow customers to still checkout if the products they are ordering are not in stock.';
    160 $_['help_affiliate_approval']        = 'Automatically approve any new affiliates who sign up.';
    161 $_['help_affiliate_auto']            = 'Automatically add commission when each order reaches the complete status.';
    162 $_['help_affiliate_commission']      = 'The default affiliate commission percentage.';
    163 $_['help_affiliate']                 = 'Forces people to agree to terms before an affiliate account can be created.';
    164 $_['help_return']                    = 'Forces people to agree to terms before a return can be created.';
    165 $_['help_return_status']             = 'Set the default return status when a return request is submitted.';
    166 $_['help_captcha']                   = 'Captcha to use for registration, login, contact and reviews.';
    167 $_['help_icon']                      = 'The icon should be a PNG that is 16px x 16px.';
    168 $_['help_mail_engine']               = 'Only choose \'Mail\' unless your host has disabled the php mail function.';
    169 $_['help_mail_parameter']            = 'When using \'Mail\', additional mail parameters can be added here (e.g. -f email@storeaddress.com).';
    170 $_['help_mail_smtp_hostname']        = 'Add \'tls://\' or \'ssl://\' prefix if security connection is required. (e.g. tls://smtp.gmail.com, ssl://smtp.gmail.com).';
    171 $_['help_mail_smtp_password']        = 'For gmail you might need to setup a application specific password here: https://security.google.com/settings/security/apppasswords.';
    172 $_['help_mail_alert']                = 'Select which features you would like to receive an alert email on when a customer uses them.';
    173 $_['help_mail_alert_email']          = 'Any additional emails you want to receive the alert email, in addition to the main store email. (comma separated).';
    174 $_['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.';
    175 $_['help_shared']                    = 'Try to share the session cookie between stores so the cart can be passed between different domains.';
    176 $_['help_robots']                    = 'A list of web crawler user agents that shared sessions will not be used with. Use separate lines for each user agent.';
    177 $_['help_seo_url']                   = 'To use SEO URLs, apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.';
    178 $_['help_file_max_size']             = 'The maximum image file size you can upload in Image Manager. Enter as byte.';
    179 $_['help_file_ext_allowed']          = 'Add which file extensions are allowed to be uploaded. Use a new line for each value.';
    180 $_['help_file_mime_allowed']         = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.';
    181 $_['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.';
    182 $_['help_password']                  = 'Allow forgotten password to be used for the admin. This will be disabled automatically if the system detects a hack attempt.';
    183 $_['help_encryption']                = 'Please provide a secret key that will be used to encrypt private information when processing orders.';
    184 $_['help_compression']               = 'GZIP for more efficient transfer to requesting clients. Compression level must be between 0 - 9.';
    185 
    186 // Error
    187 $_['error_warning']                  = 'Warning: Please check the form carefully for errors!';
    188 $_['error_permission']               = 'Warning: You do not have permission to modify settings!';
    189 $_['error_meta_title']               = 'Title must be between 3 and 32 characters!';
    190 $_['error_name']                     = 'Store Name must be between 3 and 32 characters!';
    191 $_['error_owner']                    = 'Store Owner must be between 3 and 64 characters!';
    192 $_['error_address']                  = 'Store Address must be between 10 and 256 characters!';
    193 $_['error_email']                    = 'E-Mail Address does not appear to be valid!';
    194 $_['error_telephone']                = 'Telephone must be between 3 and 32 characters!';
    195 $_['error_limit']                    = 'Limit required!';
    196 $_['error_login_attempts']           = 'Login Attempts must be greater than 0!';
    197 $_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!';
    198 $_['error_voucher_min']              = 'Minimum voucher amount required!';
    199 $_['error_voucher_max']              = 'Maximum voucher amount required!';
    200 $_['error_processing_status']        = 'You must choose at least 1 order process status';
    201 $_['error_complete_status']          = 'You must choose at least 1 order complete status';
    202 $_['error_log_required']             = 'Error Log Filename required!';
    203 $_['error_log_invalid']              = 'Error Log Filename invalid!';
    204 $_['error_log_extension']            = 'Error Log Filename extension needs to be .log!';
    205 $_['error_encryption']               = 'Encryption Key must be between 32 and 1024 characters!';