You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.3 KiB
60 lines
2.3 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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.';
|
|
|
|
?>
|