📄 lang_eng.inc
字号:
<?php# Some labels$module[$modulename]["title"] = "商品管理";$module_menu = MODROOT.$modulename."/html/menu.ihtml";$menu_label = "管理<BR>商品";$product_current_lbl = "当前商品";$item_current_lbl = "当前类型";// Product List$product_list_mnu = "列出商品";$product_list_lbl = "商品列表";$product_list_name = "商品名称";$product_list_sku = "商品编号";$product_list_publish = "出售";// Product Form$product_form_mnu = "添加商品";$product_form_add_item_mnu = "添加类型";$product_form_add_another_item_mnu = "添加其他类型";$product_form_new_product_lbl = "新商品";$product_form_update_product_lbl = "修改商品";$product_form_product_info_lbl = "商品信息";$product_form_product_status_lbl = "商品状态";$product_form_product_dim_weight_lbl = "商品的尺寸和重量";$product_form_product_images_lbl = "商品的图片";$product_form_new_item_lbl = "新类型";$product_form_update_item_lbl = "修改类型";$product_form_item_info_lbl = "类型信息";$product_form_item_status_lbl = "类型状态";$product_form_item_dim_weight_lbl = "类型的尺寸和状态";$product_form_item_images_lbl = "类型的图片";$product_form_return_lbl = "Return to Parent Product";$product_form_image_delete_lbl = "删除当前图片.";$product_form_product_items_lbl = "商品类型";$product_form_item_attributes_lbl = "类型属性";$product_form_delete_product_msg = "您确认要删除这一商品?";$product_form_delete_item_msg = "您确认要删除这一类型?";$product_form_vendor = "供应商";$product_form_sku = "商品号";$product_form_name = "商品名";$product_form_url = "URL";$product_form_category = "种类";$product_form_price = "零售价";$product_form_description = "网页上的描述";$product_form_s_desc = "简介";$product_form_in_stock = "库存";$product_form_on_order = "已定购";$product_form_available_date = "保质期";$product_form_special = "特殊说明";$product_form_discount_type = "折扣";$product_form_publish = "出售?";$product_form_length = "长";$product_form_width = "宽";$product_form_height = "高";$product_form_dimension_uom = "长度单位";$product_form_weight = "重";$product_form_weight_uom = "重量单位";$product_form_thumb_image = "缩略图";$product_form_full_image = "全图";// Product Display$product_display_add_product_lbl = "商品添加结果";$product_display_update_product_lbl = "商品修改结果";$product_display_add_item_lbl = "类别添加结果";$product_display_update_item_lbl = "类别修改结果";// Product Category List$category_list_mnu = "列出类种";$category_list_lbl = "类别列表";// Product Category Form$category_form_mnu = "添加类别";$category_form_lbl = "类别信息";$category_form_name = "类别名称";$category_form_parent = "上级类别";$category_form_description = "类别简介";$category_form_publish = "公布?";$category_form_flypage = "Category Flypage";// Product Attribute List$attribute_list_mnu = "列出属性";$attribute_list_lbl = "属性列表";$attribute_list_name = "属性名称";$attribute_list_order = "排列顺序";// Product Attribute Form$attribute_form_mnu = "添加属性";$attribute_form_lbl = "属性表格";$attribute_form_new_for_product = "新商品的属性";$attribute_form_update_for_product = "修改商品的属性";$attribute_form_new_for_item = "新类别的属性";$attribute_form_update_for_item = "修改类别的属性";$attribute_form_name = "属性名";$attribute_form_order = "排列顺序";// Product Price List$price_list_mnu = "列出类别";$price_list_lbl = "Price Tree";$price_list_for_lbl = "Price for";$price_list_group_name = "Group Name";$price_list_price = "价格";$product_list_currency = "货币";// Product Price Form$price_form_mnu = "添加价格";$price_form_lbl = "价格信息";$price_form_new_for_product = "商品的新价格";$price_form_update_for_product = "修改商品价格";$price_form_new_for_item = "类别的新价格";$price_form_update_for_item = "修改类别价格";$price_form_price = "价格";$price_form_currency = "货币";$price_form_group = "顾客类型";$price_publish = "公布?";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -