| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 | <?php$LANG['vote'] = 'Poll';$LANG['vote_add'] = 'Create your own poll';$LANG['vote_title'] 	= 	'Enter a title';$LANG['select_type'] 	= 	'Select Question type';$LANG['vote_option'] 	= 	'Choices';$LANG['vote_description'] 	= 	'Poll description';$LANG['statistics'] 	= 	'Results';$LANG['vote_confirm_del'] 	= 	'Are you sure you want to delete it?';$LANG['vote_mustinput'] 	= 	' is Required';$LANG['vote_votepassed'] 	= 	'The poll has already expired';$LANG['setting_updates_successful']		=	'Updated successfully';$LANG['truename']						=	'Real name';$LANG['addr'] 							=	'Address';$LANG['fromdate']						=	'Online Date';$LANG['todate'] 						=	'Offline Date';$LANG['enablecheckcode']				=	'Enable authentication';$LANG['allowguest']						=	'Allowing guests to vote';$LANG['credit']		  					=	'Reward points';$LANG['interval']						=	'Voting time interval';$LANG['template']						=	'Template';$LANG['enabled']						=	'Enabled';$LANG['allowview']				 		=	'View poll results';$LANG['yes']							=	'Yes';$LANG['no']								=	'No';$LANG['input_not_space'] 				= 	'Enter text WITHOUT spaces';$LANG['remove_all_selected']			=	'Remove selected items';$LANG['description']					=	'Description';$LANG['call_js_code']					=	'Call JavaScript ';$LANG['startdate']						=	'Start Date';$LANG['enddate']						=	'Finish Date';$LANG['vote_title_noempty']				=	'Title field is required';$LANG['not_vote']						=	'Poll not found';$LANG['vote_num']						=	'Number of voters';$LANG['statistics']						=	'Statistics';$LANG['lock']							=	'Locked';$LANG['check_vote']						=	'View poll results';$LANG['call_code']						=	'Call JavaScript';$LANG['before_select_operation']		=	'Please select one or more before executing';$LANG['select']							=	'Please choose';$LANG['time_is_ok']						=	'Valid Time';$LANG['time_is_must']					=	'Time is required';$LANG['radio']							=	'Single Choice';$LANG['checkbox']						=	'Multiple Choice';$LANG['maxval']							=	'Maximum options  ';$LANG['minval']							=	'Minimum options';$LANG['add_option']						=	'Add a choice';$LANG['del']							=	'Delete';$LANG['must_input']						=	' is Required';$LANG['allow']							=	'Allow';$LANG['not_allow']						=	'Disallow';$LANG['one_ip']							=	'One vote per IP address';$LANG['more_ip']						=	'N days to vote again';$LANG['user_list']						=	'List of user';$LANG['vote_result']					=	'Results';$LANG['pic_view']						=	'Figure';$LANG['vote_all_num']					=	'Number of voters';$LANG['vote_style']						=	'style';$LANG['vote_showresult']				=	'View results';$LANG['up_vote_time']					=	'Vote Time';$LANG['ip']								=	'IP';$LANG['user_info']						=	'Profile';$LANG['guest']							=	'Guest';$LANG['default_template']				=	'default template';$LANG['default_guest']					=	'default guests to vote';$LANG['default_enabled']				=	'default poll function';$LANG['default_vote_time']				=	'default time interval';$LANG['vote_post_point'] 				= 	'Reward points';$LANG['subjectid_desc']					=	'ID descending';$LANG['subjectid_asc'] 					= 	'ID ascending';$LANG['vote_call'] 						= 	'Calling method';$LANG['vote_call_info']					= 	'Calling method Description';$LANG['vote_call_infos']				= 	'1. Make your choice according to your needs. Then paste the code to your template. Please remember to update related site.';$LANG['vote_call_infos2']				= 	'2. Dynamic call in PHP provides a way to count impressions.';$LANG['vote_call_1'] 					= 	'Call script on Homepage/ column page';$LANG['vote_call_2'] 					= 	'Call script on Content page';$LANG['vote_phpcall'] 					= 	'JS calling code (Dynamic call in PHP) <font color=\'red\'> The method provides a way to count impressions.</font>';$LANG['vote_jscall'] 					= 	'Call to a .js file';$LANG['vote_jscall_info'] 				= 	'JS calling code (Static call in JS)';$LANG['vote_overview'] 					= 	'Poll overview';$LANG['vote_status']	 				= 	'Status';$LANG['vote_Lockets'] 					= 	'Unlimited';$LANG['vote_use']		 				= 	'Enabled';$LANG['vote_lock']		 				= 	'Locked';$LANG['vote_voteid']	 				= 	'Poll ID';$LANG['vote_novote']		 			= 	'Poll not found';$LANG['vote_voteyes']	 				= 	'You have already voted';$LANG['vote_nooption']	 				= 	'Please make a choice';$LANG['vote_votesucceed']	 			= 	'Thank you for voting! Returning to ..';$LANG['vote_votelocked']	 			= 	'The poll has been locked.You are NOT allowed to vote temporarily.';$LANG['vote_votenoguest']	 			= 	'Sorry, guest users are not allowed to vote.';$LANG['confirm']	 					= 	'Save configuration';$LANG['reset']		 					= 	'Reset to defaults';$LANG['check_select'] 					= 	'Click';$LANG['item'] 							= 	'item';$LANG['copy_code']						= 	'Copy to clipboard';$LANG['submit']							= 	'Submit';$LANG['select_style']					= 	'Select style';$LANG['right_all']						= 	'Well done'; ?>
 |