⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vote.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 PHP
字号:
<?php

/**
 * ECSHOP Vote management
 * ============================================================================
 * 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 means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: liry $
 * $Date: 2006-11-23 16:05:26 +0800 (Thursday, 23 November 2006) $
 * $Id: tag_manage.php 2896 2006-11-23 08:05:26Z liry $
*/

/* to survey field */
$_LANG['vote_id'] = 'ID';
$_LANG['vote_name'] = 'Name';
$_LANG['show_position'] = 'Display the position.';
$_LANG['begin_date'] = 'Start date';
$_LANG['end_date'] = 'Deadline';
$_LANG['can_multi'] = 'Multiple-select';
$_LANG['is_multi'] = 'Yes';
$_LANG['no_multi'] = 'No';
$_LANG['show_index'] = 'Home';
$_LANG['goodslist'] = 'Product list page.';

$_LANG['no_vote_name'] = 'Please add online vote';
$_LANG['no_option_name'] = 'There is no option in the vote';

$_LANG['list_vote'] = 'Online Vote List.';
$_LANG['add_vote'] = 'Add Vote Name';
$_LANG['edit_vote'] = 'Edit vote';
$_LANG['list_vote_option'] = 'Vote option';
$_LANG['add_vote_option'] = 'Add vote option';
$_LANG['vote_option'] = 'Vote option';
$_LANG['vote_name_empty'] = 'Vote name is can\'t be blank!';
$_LANG['back_list'] = 'Return to vote list.';
$_LANG['continue_add_option'] = 'Continue add vote option.';
$_LANG['continue_add_vote'] = 'Continue add vote';

/* prompting message */
$_LANG['vote_name_exist'] = 'Vote name is existed!';
$_LANG['vote_option_exist'] = 'Vote option is existed!';
$_LANG['add_option_error'] = 'Error!';

/* js languages field */
$_LANG['js_languages']['vote_name_empty'] = 'Vote name can\'t be blank!';
$_LANG['js_languages']['option_name_empty'] = 'Vote name option can\'t be blank!';
$_LANG['js_languages']['drop_confirm'] = 'Are you sure delete the record?';
$_LANG['js_languages']['drop'] = 'Delete';

/* option of vote field */
$_LANG['option_id'] = 'Option ID';
$_LANG['vote_id'] = 'Vote ID';
$_LANG['option_name'] = 'Vote option';
$_LANG['vote_count'] = 'Total votes';
$_LANG['option_name_empty'] = 'Vote option can\'t be blank!';

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -