📄 lang_eng.inc
字号:
<?php# Some labels$home_title = "首页";$cart_title = "购物车";$checkout_title = "收银台";$login_title = "登陆";$logout_title = "注销";$browse_title = "浏览";$search_title = "搜索";$account_title = "帐号管理";$navigation_title = "栏目导航";$department_title = "产品分类";$module_topmenu = MODROOT.$modulename."/html/topmenu.ihtml";$module_leftmenu = MODROOT.$modulename."/html/leftmenu.ihtml";$browse_lbl = "浏览商品";$search_lbl = "搜索商品";$flypage_lbl = "产品详细资料";$product_name_title = "商品名称";$product_category_title = "商品类别";$product_desc_title = "商品简介";$order_status =array();$order_status["P"]["label"]= "未定的";$order_status["C"]["label"]= "完成";$order_status["X"]["label"]= "取消的";$cart_name = "商品名称";$cart_sku = "编号";$cart_price = "价格";$cart_quantity = "数量";$cart_subtotal = "小计";# Some messages$empty_cart = "你的购物车中是空的!.";$price_label = "价格: $";$order_button_label = "订购";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -