Вход Регистрация
Файл: upload/admin/language/english/setting/setting.php
Строк: 634
<?php
// Heading
$_['heading_title']                    = 'Settings';

// Text
$_['text_stores']                      = 'Stores';
$_['text_success']                     = 'Success: You have modified settings!';
$_['text_edit']                        = 'Edit Setting';
$_['text_product']                     = 'Products';
$_['text_review']                      = 'Reviews';
$_['text_voucher']                     = 'Vouchers';
$_['text_tax']                         = 'Taxes';
$_['text_account']                     = 'Account';
$_['text_checkout']                    = 'Checkout';
$_['text_stock']                       = 'Stock';
$_['text_affiliate']                   = 'Affiliates';
$_['text_captcha']                     = 'Captcha';
$_['text_register']                    = 'register';
$_['text_return']                      = 'Returns';
$_['text_review']                      = 'Reviews';
$_['text_return']                      = 'Returns';
$_['text_contact']                     = 'Contact';
$_['text_shipping']                    = 'Shipping Address';
$_['text_payment']                     = 'Payment Address';
$_['text_mail']                        = 'Mail';
$_['text_smtp']                        = 'SMTP';
$_['text_general']                     = 'General';
$_['text_security']                    = 'Security';
$_['text_upload']                      = 'Uploads';
$_['text_error']                       = 'Error Handling';
$_['text_summer_note']                 = 'Summer Note';
$_['text_ckeditor']                    = 'CKEditor';

// Entry
$_['entry_name']                       = 'Store Name';
$_['entry_owner']                      = 'Store Owner';
$_['entry_address']                    = 'Address';
$_['entry_geocode']                    = 'Geocode';
$_['entry_email']                      = 'E-Mail';
$_['entry_telephone']                  = 'Telephone';
$_['entry_fax']                        = 'Fax';
$_['entry_image']                      = 'Image';
$_['entry_open']                       = 'Opening Times';
$_['entry_comment']                    = 'Comment';
$_['entry_location']                   = 'Store Location';
$_['entry_meta_title']                 = 'Meta Title';
$_['entry_meta_description']           = 'Meta Tag Description';
$_['entry_meta_keyword']               = 'Meta Tag Keywords';
$_['entry_layout']                     = 'Default Layout';
$_['entry_template']                   = 'Template';
$_['entry_country']                    = 'Country';
$_['entry_zone']                       = 'Region / State';
$_['entry_language']                   = 'Language';
$_['entry_admin_language']             = 'Administration Language';
$_['entry_currency']                   = 'Currency';
$_['entry_currency_auto']              = 'Auto Update Currency';
$_['entry_length_class']               = 'Length Class';
$_['entry_weight_class']               = 'Weight Class';
$_['entry_product_limit']              = 'Default Items Per Page (Catalog)';
$_['entry_product_description_length'] = 'List Description Limit (Catalog)';
$_['entry_limit_admin']                = 'Default Items Per Page (Admin)';
$_['entry_product_count']              = 'Category Product Count';
$_['entry_product_upc_hide']           = 'Hide UPC';
$_['entry_product_ean_hide']           = 'Hide EAN';
$_['entry_product_jan_hide']           = 'Hide JAN';
$_['entry_product_isbn_hide']          = 'Hide ISBN';
$_['entry_product_mpn_hide']           = 'Hide MPN';
$_['entry_review']                     = 'Allow Reviews';
$_['entry_review_guest']               = 'Allow Guest Reviews';
$_['entry_review_mail']                = 'New Review Alert Mail';
$_['entry_voucher_min']                = 'Voucher Min';
$_['entry_voucher_max']                = 'Voucher Max';
$_['entry_tax']                        = 'Display Prices With Tax';
$_['entry_tax_default']                = 'Use Store Tax Address';
$_['entry_tax_customer']               = 'Use Customer Tax Address';
$_['entry_customer_online']            = 'Customers Online';
$_['entry_customer_group']             = 'Customer Group';
$_['entry_customer_group_display']     = 'Customer Groups';
$_['entry_customer_price']             = 'Login Display Prices';
$_['entry_login_attempts']             = 'Max Login Attempts';
$_['entry_account']                    = 'Account Terms';
$_['entry_account_mail']               = 'New Account Alert Mail';
$_['entry_cart_weight']                = 'Display Weight on Cart Page';
$_['entry_checkout_guest']             = 'Guest Checkout';
$_['entry_checkout']                   = 'Checkout Terms';
$_['entry_invoice_prefix']             = 'Invoice Prefix';
$_['entry_order_status']               = 'Order Status';
$_['entry_processing_status']          = 'Processing Order Status';
$_['entry_complete_status']            = 'Complete Order Status';
$_['entry_fraud_status']               = 'Fraud Status';
$_['entry_order_mail']                 = 'New Order Alert Mail';
$_['entry_mail_alert']                 = 'Additional Alert E-Mails';
$_['entry_api']                        = 'API User';
$_['entry_stock_display']              = 'Display Stock';
$_['entry_stock_warning']              = 'Show Out Of Stock Warning';
$_['entry_stock_checkout']             = 'Stock Checkout';
$_['entry_affiliate_approval']         = 'Affiliate Requires Approval';
$_['entry_affiliate_auto']             = 'Automatic Commission';
$_['entry_affiliate_commission']       = 'Affiliate Commission (%)';
$_['entry_affiliate']                  = 'Affiliate Terms';
$_['entry_affiliate_mail']             = 'New Affiliate Alert Mail';
$_['entry_return']                     = 'Return Terms';
$_['entry_return_status']              = 'Return Status';
$_['entry_captcha']                    = 'Captcha';
$_['entry_captcha_page']               = 'Captcha Page';
$_['entry_logo']                       = 'Store Logo';
$_['entry_icon']                       = 'Icon';
$_['entry_image_category']             = 'Category Image Size';
$_['entry_image_thumb']                = 'Product Image Thumb Size';
$_['entry_image_popup']                = 'Product Image Popup Size';
$_['entry_image_product']              = 'Product Image List Size';
$_['entry_image_additional']           = 'Additional Product Image Size';
$_['entry_image_related']              = 'Related Product Image Size';
$_['entry_image_compare']              = 'Compare Image Size';
$_['entry_image_wishlist']             = 'Wish List Image Size';
$_['entry_image_cart']                 = 'Cart Image Size';
$_['entry_image_location']             = 'Store Image Size';
$_['entry_width']                      = 'Width';
$_['entry_height']                     = 'Height';
$_['entry_ftp_hostname']               = 'FTP Host';
$_['entry_ftp_port']                   = 'FTP Port';
$_['entry_ftp_username']               = 'FTP Username';
$_['entry_ftp_password']               = 'FTP Password';
$_['entry_ftp_root']                   = 'FTP Root';
$_['entry_ftp_status']                 = 'Enable FTP';
$_['entry_mail_protocol']              = 'Mail Protocol';
$_['entry_mail_parameter']             = 'Mail Parameters';
$_['entry_mail_smtp_hostname']         = 'SMTP Hostname';
$_['entry_mail_smtp_username']         = 'SMTP Username';
$_['entry_mail_smtp_password']         = 'SMTP Password';
$_['entry_mail_smtp_port']             = 'SMTP Port';
$_['entry_mail_smtp_timeout']          = 'SMTP Timeout';
$_['entry_secure']                     = 'Use SSL';
$_['entry_shared']                     = 'Use Shared Sessions';
$_['entry_robots']                     = 'Robots';
$_['entry_seo_url']                    = 'Use SEO URLs';
$_['entry_file_max_size']               = 'Max File Size';
$_['entry_file_ext_allowed']           = 'Allowed File Extensions';
$_['entry_file_mime_allowed']          = 'Allowed File Mime Types';
$_['entry_maintenance']                = 'Maintenance Mode';
$_['entry_password']                   = 'Allow Forgotten Password';
$_['entry_encryption']                 = 'Encryption Key';
$_['entry_compression']                = 'Output Compression Level';
$_['entry_mail_regexp']                = 'Regular expression to validate email addresses';
$_['entry_editor_default']             = 'Default Editor';
$_['entry_error_display']              = 'Display Errors';
$_['entry_error_log']                  = 'Log Errors';
$_['entry_error_filename']             = 'Error Log Filename';
$_['entry_google_analytics']           = 'Google Analytics Code';
$_['entry_google_captcha_public']      = 'Site key';
$_['entry_google_captcha_secret']      = 'Secret key';
$_['entry_sms_gatename']               = 'Сервис отправки SMS:';
$_['entry_sms_to']                     = 'Номер телефона получателя';
$_['entry_sms_from']                   = 'Псевдоним отправителя';
$_['entry_sms_message']                = 'Текст сообщения';
$_['entry_sms_gate_username']          = 'Логин на SMS шлюз';
$_['entry_sms_gate_password']          = 'Пароль на SMS шлюз';
$_['entry_sms_alert']                  = 'Включить SMS уведомления';
$_['entry_sms_copy']                   = 'Дополнительные номера';
$_['text_seo_url']                       = 'Default';
$_['text_seo_pro']                       = 'SeoPro';
$_['entry_seo_url_type']               = 'Seo Type';
$_['entry_seo_url_include_path']       = 'Seo products in the categories';
$_['entry_seo_url_include_path_help']  = '/category/subcategory/product (only for SeoPro)';
$_['entry_seo_url_postfix']               = 'Seo ending';
$_['entry_seo_url_postfix_help']       = 'Example .html (only for SeoPro)';
$_['entry_status']                     = 'Status';

// Help
$_['help_geocode']                     = 'Please enter your store location geocode manually.';
$_['help_open']                        = 'Fill in your store's opening times.';
$_['
help_comment']                     = 'This field is for any special notes you would like to tell the customer i.eStore does not accept cheques.';
$_['
help_image']                       = 'Image on the Page About.';
$_['
help_location']                    = 'The different store locations you have that you want displayed on the contact us form.';
$_['
help_currency']                    = 'Change the default currencyClear your browser cache to see the change and reset your existing cookie.';
$_['
help_currency_auto']               = 'Set your store to automatically update currencies daily.';
$_['
help_product_limit']                = 'Determines how many catalog items are shown per page (productscategoriesetc).';
$_['
help_product_description_length']  = 'In the list viewshort description character limit (categoriesspecial etc).';
$_['
help_limit_admin']                  = 'Determines how many admin items are shown per page (orderscustomersetc).';
$_['
help_product_count']               = 'Show the number of products inside the subcategories in the storefront header category menuBe warnedthis will cause an extreme performance hit for stores with a lot of subcategories!';
$_['
help_product_upc_hide']            = 'Hide ISBN field';
$_['
help_product_ean_hide']            = 'Hide EAN field';
$_['
help_product_jan_hide']            = 'Hide JAN field';
$_['
help_product_isbn_hide']           = 'Hide ISBN field';
$_['
help_product_mpn_hide']            = 'Hide MPN field';
$_['
help_review']                      = 'Enable/Disable new review entry and display of existing reviews.';
$_['
help_review_guest']                  = 'Allow guests to post reviews.';
$_['
help_review_mail']                 = 'Send an email to the store owner when a new review is created.';
$_['
help_voucher_min']                 = 'Minimum amount a customer can purchase a voucher for.';
$_['
help_voucher_max']                 = 'Maximum amount a customer can purchase a voucher for.';
$_['
help_tax_default']                 = 'Use the store address to calculate taxes if no one is logged inYou can choose to use the store address for the customer's shipping or payment address.';
$_['help_tax_customer']                = 'Use the customer'default address when they login to calculate taxesYou can choose to use the default address for the customer's shipping or payment address.';
$_['help_customer_online']             = 'Track customers online via the customer reports section.';
$_['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_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.';
$_['help_account']                     = 'Forces people to agree to terms before an account can be created.';
$_['help_account_mail']                = 'Send an email to the store owner when a new account is registered.';
$_['help_invoice_prefix']              = 'Set the invoice prefix (e.g. INV-2011-00). Invoice IDs will start at 1 for each unique prefix.';
$_['help_cart_weight']                 = 'Show the cart weight on the cart page.';
$_['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 a customer can checkout.';
$_['help_order_status']                = 'Set the default order status when an order is processed.';
$_['help_processing_status']           = 'Set the order status the customer's order must reach before the order starts stock subtraction and couponvoucher and rewards redemption.';
$_['
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.';
$_['help_fraud_status']                = 'Set the order status when an customer is suspected of trying to alter the order payment details or use a coupon, gift voucher, reward points that has already been used.';
$_['help_order_mail']                  = 'Send an email to the store owner when a new order is created.';
$_['help_api']                         = 'Default API user the admin should use.';
$_['help_stock_display']               = 'Display stock quantity on the product page.';
$_['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)';
$_['help_stock_checkout']              = 'Allow customers to still checkout if the products they are ordering are not in stock.';
$_['help_affiliate_approval']          = 'Automatically approve any new affiliates who sign up.';
$_['help_affiliate_auto']              = 'Automatically add commission when each order reaches the complete status.';
$_['help_affiliate_commission']        = 'The default affiliate commission percentage.';
$_['help_affiliate']                   = 'Forces people to agree to terms before an affiliate account can be created.';
$_['help_affiliate_mail']              = 'Send an email to the store owner when a new affiliate is registered.';
$_['help_return']                      = 'Forces people to agree to terms before a return can be created.';
$_['help_return_status']               = 'Set the default return status when a return request is submitted.';
$_['help_captcha']                     = 'Captcha to use for registration, login, contact and reviews.';
$_['help_icon']                        = 'The icon should be a PNG that is 16px x 16px.';
$_['help_ftp_root']                    = 'The directory your OpenCart installation is stored in. Normally 'public_html/'.';
$_['help_mail_protocol']               = 'Only choose 'Mail' unless your host has disabled the php mail function.';
$_['help_mail_parameter']              = 'When using 'Mail', additional mail parameters can be added here (e.g. -f email@storeaddress.com).';
$_['help_mail_smtp_hostname']          = 'Add 'tls://' prefix if security connection is required. (e.g. tls://smtp.gmail.com).';
$_['help_mail_alert']                  = 'Any additional emails you want to receive the alert email, in addition to the main store email. (comma separated).';
$_['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_mail_regexp']                 = 'Do not change anything in this field, if its purpose is not clear to you!';
$_['help_editor_default']              = 'Sets the visual editor the default system. If you select the editor CKEditor, in some third-party modules, it can not operate.';
$_['help_google_analytics']            = 'Войдите в учетную запись <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> и создайте профиль сайта. Затем, добавьте в поле ниже сформированный код:';
$_['help_google_captcha']              = 'Перейдите на страницу <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA</u></a> и зарегистрируйте сайт. Затем, вставьте выданные ключи в поля ниже:';
$_['help_sms_to']                      = 'В международном формате, только цифры 7926xxxxxxx';
$_['help_sms_from']                    = 'Не более 11 символов, либо номер телефона до 15 цифр';
$_['help_sms_copy']                    = 'Указывать через запятую, в международном формате, без разделителей 7926xxxxxxx';
$_['help_sms_message']                 = 'Можно использовать теги:<br/>{ID} - номер заказа<br/>{DATE} - дата заказа<br/>{TIME} - время заказа<br/>{SUM} - сумма заказа<br/>{PHONE} - телефон клиента';
$_['help_google_captcha']              = 'Go to <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA page</u></a> and register your website.';

// 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_login_attempts']              = 'Login Attempts must be greater than 0!';
$_['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_malformed_filename']           = 'Error Malformed Log Filename!';
$_['error_mail_regexp']                = 'Regular expression to validate email addresses required!';
$_['error_encryption']                 = 'Encryption Key must be between 32 and 1024 characters!';
Онлайн: 2
Реклама