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',
|
|
];
|