lang_eng.inc
来自「phpShop是一个基于php的分布式电子商务模块」· INC 代码 · 共 44 行
INC
44 行
<?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_thumb_title = "Thumbnail Image";
$product_price_title = "Price";
$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 + =
减小字号Ctrl + -
显示快捷键?