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

📄 lang_poll.php

📁 PHP国外新闻发布系统的下载地址_下载_ASP集中营&lt _TITLE&gt &lt META http
💻 PHP
字号:
<?php
if (!defined('IN_SITE')){
     die('Hacking attempt!');
}
$Lang_Module	= new Lang_Module_Poll;

class Lang_Module_Poll
{
	var $data		= array();

	function Lang_Module_Poll(){
		//Poll
		$this->data['poll']								= 'Poll';
		$this->data['poll_result']						= 'Result';
		$this->data['poll_total_hits']					= 'Total votes';
		$this->data['poll_view']						= 'View Poll';
		$this->data['poll_hit']							= 'Vote';
		$this->data['poll_hits']						= 'Votes';
		$this->data['poll_hited']						= '(You have voted)';
		$this->data['poll_success_hit']					= 'Vote successfully!';
		$this->data['poll_error_not_exist']				= 'This poll does not exist!';
		$this->data['poll_error_hited']					= 'You have voted this poll before!';
		$this->data['poll_error_not_hit']				= '(This poll does not have any vote.)';
	}
}

?>

⌨️ 快捷键说明

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