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

📄 lang_eng.inc

📁 phpShop是一个基于php的分布式电子商务模块
💻 INC
字号:
<?php

# Some labels
$home_title 		= "Home";
$cart_title 		= "Cart";
$checkout_title 	= "Checkout";
$login_title 		= "Login";
$logout_title 		= "Logout";
$browse_title		= "Browse";
$search_title 		= "Search";
$account_title 		= "Account<BR>Maintenance";
$navigation_title	= "Navigation";
$department_title	= "Department";

$module_topmenu            = "$modulename/html/topmenu.ihtml";
$module_leftmenu            = "$modulename/html/leftmenu.ihtml";

$browse_lbl             = "Browse";
$search_lbl             = "Search";
$flypage_lbl            = "Product Details";

$product_name_title     = "Product Name";
$product_category_title = "Product Category";
$product_desc_title     = "Product Description";
$order_status =array();
$order_status["P"]["label"]= "Pending";
$order_status["C"]["label"]= "Confirmed";
$order_status["X"]["label"]= "Canceled";

$cart_name              = "Name";
$cart_sku               = "SKU";
$cart_price             = "Price";
$cart_quantity          = "Quantity";
$cart_subtotal          = "Subtotal";

# Some messages
$empty_cart             = "Your cart is currently empty.";
$price_label            = "Price: $";
$order_button_label     = "Order";

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -