📄 lang_eng.inc
字号:
<?php# Some labels$module[$modulename]["title"] = "商店管理";$module_menu = MODROOT.$modulename."/html/menu.ihtml";$menu_label = "管理<BR>商店";// Store Form$store_form_mnu = "修改商店";$store_form_lbl = "商店信息";$store_form_contact_lbl = "联络信息";$store_form_full_image = "全图";$store_form_upload = "上传图片";$store_form_store_name = "商店名称";$store_form_company_name = "公司名称";$store_form_address_1 = "地址 1";$store_form_address_2 = "地址 2";$store_form_city = "城市";$store_form_state = "省";$store_form_country = "国家";$store_form_zip = "邮编";$store_form_phone = "电话";$store_form_currency = "货币";$store_form_category = "类别";$store_form_last_name = "姓名";$store_form_first_name = "First Name";$store_form_middle_name = "Middle Name";$store_form_title = "称呼";$store_form_phone_1 = "电话 1";$store_form_phone_2 = "电话 2";$store_form_fax = "传真";$store_form_email = "Email";$store_form_image_path = "图片路径";$store_form_description = "简介";// User List$user_list_mnu = "列出用户";$user_list_lbl = "用户列表";$user_list_username = "用户名";$user_list_full_name = "真实姓名";$user_list_group = "用户类型";// User Form$user_form_mnu = "添加用户";$user_form_lbl = "用户信息";$user_form_billto_lbl = "帐单发往";$user_form_address_info_lbl = "帐单发往";$user_form_shipto_lbl = "Shipping Addresses";$user_form_add_shipto_lbl = "添加地址";$user_form_address_label = "Address Nickname";$user_form_first_name = "姓名";$user_form_last_name = "Last Name";$user_form_middle_name = "Middle Name";$user_form_title = "称呼";$user_form_username = "用户名";$user_form_password_1 = "密码";$user_form_password_2 = "确认密码";$user_form_perms = "用户权限";$user_form_company_name = "公司名";$user_form_address_1 = "地址 1";$user_form_address_2 = "地址 2";$user_form_city = "城市";$user_form_state = "省";$user_form_zip = "邮编";$user_form_country = "国家";$user_form_phone = "电话";$user_form_fax = "传真";$user_form_email = "Email";// Payment Method List$payment_method_list_mnu = "列出付款方式";$payment_method_list_lbl = "付款方式列表";$payment_method_list_name = "姓名";$payment_method_list_code = "密码";$payment_method_list_discount = "折扣";$payment_method_list_shopper_group = "S客户类型";$payment_method_list_enable_processor = "Cybercash";// Payment Method Form$payment_method_form_mnu = "添加付款方式";$payment_method_form_lbl = "付款方式表格";$payment_method_form_name = "表名";$payment_method_form_shopper_group = "客户类型";$payment_method_form_discount = "折扣";$payment_method_form_code = "密码";$payment_method_form_list_order = "排列顺序";$payment_method_form_enable_processor = "Use Cybercash";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -