📄 friend_link.php
字号:
<?php
/**
* ECSHOP
* ============================================================================
* 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;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: zblikai $
* $Id: friend_link.php 15646 2009-02-23 08:33:00Z zblikai $
*/
/* Links field information */
$_LANG['link_id'] = 'ID';
$_LANG['link_name'] = 'Name';
$_LANG['link_url'] = 'URL';
$_LANG['link_logo'] = 'Logo';
$_LANG['url_logo'] = 'Or link URL';
$_LANG['link_type'] = 'Type';
$_LANG['show_order'] = 'Display orders';
$_LANG['link_text'] = 'Text';
$_LANG['link_img'] = 'Image';
$_LANG['cur_link_logo'] = 'Current link LOGO';
$_LANG['list_link'] = 'Links List';
$_LANG['add_link'] = 'Add New Link';
$_LANG['edit_link'] = 'Edit links';
$_LANG['link_name_empty'] = 'Link name can\'t be blank!';
$_LANG['no_links'] = 'There is no friendly link.';
$_LANG['back_list'] = 'Return to friend link list.';
$_LANG['continue_add'] = 'Continue add friend link.';
/* JS Prompting message */
$_LANG['js_languages']['link_name_empty'] = 'Please enter link name!';
$_LANG['js_languages']['link_url_empty'] = 'Please enter link URL!';
$_LANG['js_languages']['show_order_type'] = 'Display the order must be a figure!';
$_LANG['link_name_empty'] = 'Link name can\'t be blank!';
$_LANG['link_url_empty'] = 'Link URL can\'t be blank!';
$_LANG['link_logo_empty'] = 'Link LOGO can\'t be blank!';
$_LANG['link_img_empty'] = 'Link image can\'t be blank!';
$_LANG['link_url_exist'] = 'Links URL already exists.';
$_LANG['link_name_exist'] = 'Links name already exists.';
$_LANG['enter_int'] = 'Display the order must be an integer!';
/* Help information */
$_LANG['url_logo_value'] = 'If appoint remote LOGO image, the beginning of LOGO\'s URL must be http:// or https://, and the format should be correctly!';
$_LANG['link_name_desc'] = 'When you add a text link, the link LOGO will be your link name.';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -