PageRenderTime 59ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/mall/upload/admin/language/zh-CN/common/header.php

https://bitbucket.org/allanxyh/uniquemall
PHP | 89 lines | 84 code | 3 blank | 2 comment | 0 complexity | c98ae6ead3cf3a8ad85c0ebca5040045 MD5 | raw file
  1. <?php
  2. // Heading
  3. $_['heading_title'] = '功能菜单';
  4. // Text
  5. $_['text_affiliate'] = '加盟会员';
  6. $_['text_attribute'] = '属性';
  7. $_['text_attribute_group'] = '属性组';
  8. $_['text_backup'] = '数据维护';
  9. $_['text_banner'] = '横幅';
  10. $_['text_catalog'] = '商品目录';
  11. $_['text_category'] = '商品分类';
  12. $_['text_confirm'] = '删除或卸载后您将不能恢复,请确定要这么做吗?';
  13. $_['text_country'] = '国家设置';
  14. $_['text_coupon'] = '优惠券设置';
  15. $_['text_currency'] = '货币设置';
  16. $_['text_customer'] = '客户列表';
  17. $_['text_customer_group'] = '客户群组';
  18. $_['text_customer_ban_ip'] = '禁止 IP';
  19. $_['text_custom_field'] = '定制区域';
  20. $_['text_dashboard'] = '管理首页';
  21. $_['text_design'] = '设计';
  22. $_['text_download'] = '下载设置';
  23. $_['text_error_log'] = '错误日志';
  24. $_['text_extension'] = '扩展功能';
  25. $_['text_feed'] = '插件扩展';
  26. $_['text_filter'] = '过滤';
  27. $_['text_front'] = '商店前台';
  28. $_['text_geo_zone'] = '区域群组';
  29. $_['text_help'] = '帮助中心';
  30. $_['text_information'] = '文章管理';
  31. $_['text_language'] = '语言设置';
  32. $_['text_layout'] = '布局';
  33. $_['text_localisation'] = '参数设置';
  34. $_['text_logged'] = '您已登录为 <span>%s</span>';
  35. $_['text_logout'] = '退出系统';
  36. $_['text_contact'] = '邮件通知';
  37. $_['text_manager'] = '插件管理';
  38. $_['text_manufacturer'] = '品牌管理';
  39. $_['text_module'] = '模块配置';
  40. $_['text_option'] = '选项';
  41. $_['text_order'] = '订单管理';
  42. $_['text_order_status'] = '订单状态';
  43. $_['text_opencart'] = '官方网站';
  44. $_['text_payment'] = '支付管理';
  45. $_['text_product'] = '商品管理';
  46. $_['text_reports'] = '统计报表';
  47. $_['text_report_sale_order'] = '销售订单统计';
  48. $_['text_report_sale_tax'] = '商品销售统计';
  49. $_['text_report_sale_shipping'] = '运费统计';
  50. $_['text_report_sale_return'] = '退换商品统计';
  51. $_['text_report_sale_coupon'] = '折扣商品统计';
  52. $_['text_report_product_viewed'] = '商品浏览统计';
  53. $_['text_report_product_purchased'] = '商品购买统计';
  54. $_['text_report_customer_online'] = '网上客户统计';
  55. $_['text_report_customer_order'] = '订单统计';
  56. $_['text_report_customer_reward'] = '奖励积分统计';
  57. $_['text_report_customer_credit'] = '商户信用统计';
  58. $_['text_report_affiliate_commission'] = '加盟佣金统计';
  59. $_['text_report_affiliate_purchased'] = '加盟商品统计';
  60. $_['text_review'] = '商品评论';
  61. $_['text_return'] = '商品退换';
  62. $_['text_return_action'] = '退换管理';
  63. $_['text_return_reason'] = '退换原因';
  64. $_['text_return_status'] = '退换状态';
  65. $_['text_sale'] = '营销推广';
  66. $_['text_shipping'] = '配送管理';
  67. $_['text_setting'] = '网店设置';
  68. $_['text_stock_status'] = '库存状态';
  69. $_['text_support'] = '支援论坛';
  70. $_['text_system'] = '系统设置';
  71. $_['text_tax'] = '商品税种';
  72. $_['text_tax_class'] = '税率类别';
  73. $_['text_tax_rate'] = '商品税率';
  74. $_['text_total'] = '订单总计';
  75. $_['text_user'] = '用户管理';
  76. $_['text_documentation'] = '帮助文档';
  77. $_['text_users'] = '用户管理';
  78. $_['text_user_group'] = '用户群组';
  79. $_['text_voucher'] = '礼品券';
  80. $_['text_voucher_theme'] = '礼品券主题';
  81. $_['text_weight_class'] = '重量单位';
  82. $_['text_length_class'] = '长度单位';
  83. $_['text_zone'] = '国家地区';
  84. $_['text_supplier_list'] = '供货商列表';
  85. $_['text_supplier_management'] = '供货商管理';
  86. ?>