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.

64 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 投票管理
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: vote.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* 在線調查字段 */
$_LANG['vote_id'] = '編號';
$_LANG['vote_name'] = '調查主題';
$_LANG['show_position'] = '顯示位置';
$_LANG['begin_date'] = '開始日期';
$_LANG['end_date'] = '截止日期';
$_LANG['can_multi'] = '能否多選';
$_LANG['is_multi'] = '能';
$_LANG['no_multi'] = '不能';
$_LANG['show_index'] = '首頁';
$_LANG['goodslist'] = '商品列表頁';
$_LANG['no_vote_name'] = '您還沒有添加在線調查';
$_LANG['no_option_name'] = '該調查暫無選項';
$_LANG['list_vote'] = '在線調查列表';
$_LANG['add_vote'] = '添加調查主題';
$_LANG['edit_vote'] = '編輯調查';
$_LANG['list_vote_option'] = '調查選項列表';
$_LANG['add_vote_option'] = '添加調查選項';
$_LANG['vote_option'] = '調查選項';
$_LANG['vote_name_empty'] = '調查主題不能為空!';
$_LANG['date_error'] = '開始日期不能晚於結束日期!';
$_LANG['back_list'] = '返回調查列表';
$_LANG['continue_add_option'] = '繼續添加調查選項';
$_LANG['continue_add_vote'] = '繼續添加調查';
$_LANG['edit_option_order'] = '修改調查選項排序';
/* 提示信息 */
$_LANG['vote_name_exist'] = '此調查主題已經存在!';
$_LANG['vote_option_exist'] = '此調查選項已經存在!';
$_LANG['add_option_error'] = '操作失敗!';
/* JS語言項 */
$_LANG['js_languages']['vote_name_empty'] = '調查標題不能為空!';
$_LANG['js_languages']['option_name_empty'] = '必須輸入調查選項名稱!';
$_LANG['js_languages']['drop_confirm'] = '您確定要刪除這條記錄嗎?';
$_LANG['js_languages']['drop'] = '刪除';
/* 調查選項字段 */
$_LANG['option_id'] = '編號';
$_LANG['vote_id'] = '調查ID';
$_LANG['option_name'] = '調查選項';
$_LANG['vote_count'] = '投票數';
$_LANG['option_order'] = '選項排序';
$_LANG['option_name_empty'] = '調查選項不能為空!';
?>