⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang_eng.inc

📁 php做的网上商店系统。简单易懂
💻 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"]= "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -