📄 brand.php
字号:
<?php
/**
* ECSHOP Brand management language item
* ============================================================================
* 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: brand.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['brand_name'] = 'Brand';
$_LANG['site_url'] = 'Website';
$_LANG['brand_desc'] = 'Description';
$_LANG['brand_logo'] = 'LOGO';
$_LANG['sort_order'] = 'Sort';
$_LANG['is_show'] = 'Display';
$_LANG['drop_brand_logo'] = 'Delete the logo';
$_LANG['confirm_drop_logo'] = 'Are you sure delete the logo?';
$_LANG['drop_brand_logo_success'] = 'Delete the logo successfully!';
$_LANG['brand_edit_lnk']='Re-edit that brand';
$_LANG['brand_list_lnk'] = 'Return to the list page';
/*Help information*/
$_LANG['up_brandlogo'] = 'Please upload image as brand LOGO!';
$_LANG['warn_brandlogo'] = 'You has uploaded the image. If upload again, the old image will be covered!';
/*Prompting message*/
$_LANG['brand_edit'] = 'Edit brand record';
$_LANG['upload_failure'] = 'Upload image has failed!';
$_LANG['brandedit_fail'] = 'Edit brand %s has failed!';
$_LANG['brandadd_succed'] = 'Add new brand successsfully!';
$_LANG['brandedit_succed'] = 'Edit brand %s successfully!';
$_LANG['brandname_exist'] = '%s already exists.';
$_LANG['drop_confirm'] = 'Are you sure delete this brand?';
$_LANG['drop_succeed'] = 'Delete successfully!';
$_LANG['drop_fail'] = 'Delete has failed!';
$_LANG['no_brandname'] = 'Please enter a brand name!';
$_LANG['enter_int'] = 'Please enter an integer!';
$_LANG['back_list'] = 'Return to brand list';
$_LANG['continue_add'] = 'Continue add new brand';
$_LANG['upfile_type_error'] = "The uploaded image type must be jpg,gif or png.";
$_LANG['upfile_error'] = "Wrong, please ensure files\' writability of data directory!";
$_LANG['visibility_notes'] = 'When brand merchandise under no time and the breakdown of home pages of the brand areas will not be displayed to the brand.';
/*JS language item*/
$_LANG['js_languages']['no_brandname'] = 'Please enter brand name!';
$_LANG['js_languages']['require_num']='The sort ordinal number must be a figure.';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -