52 lines
1.9 KiB
PHP
52 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'System Settings',
|
|
'settings_index' => 'View Setting',
|
|
'settings_update' => 'Update Setting',
|
|
'design_index' => 'Design Builder',
|
|
'design_footer_index' => 'Design Footer',
|
|
'design_menu_index' => 'Design Menu',
|
|
|
|
'basic_settings' => 'Basic Settings',
|
|
'store_settings' => 'Store Settings',
|
|
'picture_settings' => 'Picture Settings',
|
|
|
|
'theme_default' => 'Default Theme',
|
|
'theme_black' => 'Black Theme',
|
|
'shipping_address' => 'Shipping Address',
|
|
'payment_address' => 'Billing Address',
|
|
|
|
'meta_tiele' => 'Meta Title',
|
|
'meta_description' => 'Meta Description',
|
|
'meta_keyword' => 'Meta Keyword',
|
|
'telephone' => 'Contact Phone',
|
|
'email' => 'Mailbox',
|
|
'default_address' => 'Default Address',
|
|
'default_country_set' => 'Default Country Setting',
|
|
'default_zone_set' => 'Default Province Setting',
|
|
'default_language' => 'Default Language',
|
|
'default_currency' => 'Default Currency',
|
|
'default_customer_group' => 'Default Customer Group',
|
|
'admin_name' => 'Background Directory',
|
|
'admin_name_info' => 'Management background directory, the default is admin',
|
|
'enable_tax' => 'Enable Tax',
|
|
'enable_tax_info' => 'Whether to enable tax calculation',
|
|
'tax_address' => 'Tax Address',
|
|
'tax_address_info' => 'According to what address to calculate tax',
|
|
'logo' => 'Website Logo',
|
|
'favicon' => 'Favicon',
|
|
'favicon_info' => 'The small icon displayed on the browser tab must be in PNG format and the size is: 32*32',
|
|
'placeholder_image' => 'Placeholder Image',
|
|
'placeholder_image_info' => 'The placeholder image displayed when there is no image or the image is not found, recommended size: 500*500',
|
|
];
|