lang_eng.inc
来自「php做的网上商店系统。简单易懂」· INC 代码 · 共 42 行
INC
42 行
<?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"]= "Pending";$order_status["C"]["label"]= "Confirmed";$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 + =
减小字号Ctrl + -
显示快捷键?