129 lines
9.2 KiB
PHP
129 lines
9.2 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Stores';
|
|
|
|
// Text
|
|
$_['text_settings'] = 'Settings';
|
|
$_['text_success'] = 'Success: You have modified Stores!';
|
|
$_['text_list'] = 'Store List';
|
|
$_['text_add'] = 'Add Store';
|
|
$_['text_edit'] = 'Edit Store';
|
|
$_['text_items'] = 'Items';
|
|
$_['text_shipping'] = 'Shipping Address';
|
|
$_['text_payment'] = 'Payment Address';
|
|
$_['text_product'] = 'Products';
|
|
$_['text_legal'] = 'Legal';
|
|
$_['text_tax'] = 'Taxes';
|
|
$_['text_account'] = 'Account';
|
|
$_['text_checkout'] = 'Checkout';
|
|
$_['text_stock'] = 'Stock';
|
|
$_['text_image'] = 'Image Sizes';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Store Name';
|
|
$_['column_url'] = 'Store URL';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Entry
|
|
$_['entry_url'] = 'Store URL';
|
|
$_['entry_meta_title'] = 'Meta Title';
|
|
$_['entry_meta_description'] = 'Meta Tag Description';
|
|
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
|
|
$_['entry_layout'] = 'Default Layout';
|
|
$_['entry_theme'] = 'Theme';
|
|
$_['entry_name'] = 'Store Name';
|
|
$_['entry_owner'] = 'Store Owner';
|
|
$_['entry_address'] = 'Address';
|
|
$_['entry_geocode'] = 'Geocode';
|
|
$_['entry_email'] = 'E-Mail';
|
|
$_['entry_telephone'] = 'Telephone';
|
|
$_['entry_image'] = 'Image';
|
|
$_['entry_open'] = 'Opening Times';
|
|
$_['entry_comment'] = 'Comment';
|
|
$_['entry_location'] = 'Store Location';
|
|
$_['entry_country'] = 'Country';
|
|
$_['entry_zone'] = 'Region / State';
|
|
$_['entry_language'] = 'Language';
|
|
$_['entry_currency'] = 'Currency';
|
|
$_['entry_product_description_length'] = 'List Description Limit';
|
|
$_['entry_pagination'] = 'Default Items Per Page';
|
|
$_['entry_product_count'] = 'Category Product Count';
|
|
$_['entry_cookie'] = 'Cookie Policy';
|
|
$_['entry_gdpr'] = 'GDPR Policy';
|
|
$_['entry_tax'] = 'Display Prices With Tax';
|
|
$_['entry_tax_default'] = 'Use Store Tax Address';
|
|
$_['entry_tax_customer'] = 'Use Customer Tax Address';
|
|
$_['entry_customer_group'] = 'Customer Group';
|
|
$_['entry_customer_group_display'] = 'Customer Groups';
|
|
$_['entry_customer_price'] = 'Login Display Prices';
|
|
$_['entry_account'] = 'Account Terms';
|
|
$_['entry_cart_weight'] = 'Display Weight on Cart Page';
|
|
$_['entry_checkout_guest'] = 'Guest Checkout';
|
|
$_['entry_checkout'] = 'Checkout Terms';
|
|
$_['entry_stock_display'] = 'Display Stock';
|
|
$_['entry_stock_checkout'] = 'Stock Checkout';
|
|
$_['entry_logo'] = 'Store Logo';
|
|
$_['entry_image_category'] = 'Category Image Size (W x H)';
|
|
$_['entry_image_thumb'] = 'Product Image Thumb Size (W x H)';
|
|
$_['entry_image_popup'] = 'Product Image Popup Size (W x H)';
|
|
$_['entry_image_product'] = 'Product Image List Size (W x H)';
|
|
$_['entry_image_additional'] = 'Additional Product Image Size (W x H)';
|
|
$_['entry_image_related'] = 'Related Product Image Size (W x H)';
|
|
$_['entry_image_blog'] = 'Blog Image Size (W x H)';
|
|
$_['entry_image_compare'] = 'Compare Image Size (W x H)';
|
|
$_['entry_image_wishlist'] = 'Wish List Image Size (W x H)';
|
|
$_['entry_image_cart'] = 'Cart Image Size (W x H)';
|
|
$_['entry_image_location'] = 'Store Image Size (W x H)';
|
|
$_['entry_width'] = 'Width';
|
|
$_['entry_height'] = 'Height';
|
|
|
|
// Help
|
|
$_['help_url'] = 'Include the full URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/<br/><br/>Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.';
|
|
$_['help_geocode'] = 'Please enter your store location geocode manually.';
|
|
$_['help_open'] = 'Fill in your stores opening times.';
|
|
$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.';
|
|
$_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.';
|
|
$_['help_currency'] = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.';
|
|
$_['help_pagination'] = 'Determines how many catalog items are shown per page (products, categories, etc)';
|
|
$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)';
|
|
$_['help_cookie'] = 'Display Cookie policy as part of the EU Law.';
|
|
$_['help_gdpr'] = 'Enable GDPR features such as customers being able to request account deletion.';
|
|
$_['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.';
|
|
$_['help_tax_customer'] = 'Use the customers default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.';
|
|
$_['help_customer_group'] = 'Default customer group.';
|
|
$_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.';
|
|
$_['help_customer_price'] = 'Only show prices when a customer is logged in.';
|
|
$_['help_account'] = 'Forces people to agree to terms before an account can be created.';
|
|
$_['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.';
|
|
$_['help_checkout'] = 'Forces people to agree to terms before an a customer can checkout.';
|
|
$_['help_stock_display'] = 'Display stock quantity on the product page.';
|
|
$_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.';
|
|
$_['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!';
|
|
|
|
// Error
|
|
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify stores!';
|
|
$_['error_url'] = 'Store URL required!';
|
|
$_['error_meta_title'] = 'Title must be between 3 and 32 characters!';
|
|
$_['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_product_description_length'] = 'Product description length required!';
|
|
$_['error_pagination'] = 'Pagination required!';
|
|
$_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!';
|
|
$_['error_default'] = 'Warning: You cannot delete your default store!';
|
|
$_['error_order'] = 'Warning: This Store cannot be deleted as it is currently assigned to %s orders!';
|
|
$_['error_subscription'] = 'Warning: This Store cannot be deleted as it is currently assigned to %s subscriptions!';
|
|
$_['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!';
|