post.php
来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 25 行
PHP
25 行
<?php
/**
* ECSHOP Remittance at post office language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software锛沬t mean that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: paulgao $
* $Date: 2007-02-05 17:51:16 +0800 (Monday, 05 February 2007) $
* $Id: post.php 5159 2007-02-05 09:51:16Z paulgao $
*/
global $_LANG;
$_LANG['post'] = 'Remittance';
$_LANG['post_desc'] = 'Payee\'s information: Name 脳脳脳 : Address 脳脳脳: Postalcode 脳脳脳 .' . chr(13) .
'Announcements: Please note your order number in postscript at the back of cash remittance, only fill the last 6 locations.';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?