www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/admin/friend_link.php

    <?php

/**
 * ECSHOP
 * ============================================================================
 * All right reserved (C) 2005-2011 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: liubo $
 * $Id: friend_link.php 17217 2011-01-19 06:29:08Z liubo $
*/

/* 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.';

?>