<?php

return [
	//语言
	 'language'			=> 'language',
	 'chinese'			=> '中文简体',
	 'english'			=> 'english',
	 
	//menu
     'index'			=> 'Index',
     'home page'		=> 'Home page',
	 'user center'		=> 'Center',
	 'set info'			=> 'Set info',
	 'my message'		=> 'Message',
	 'my page'			=> 'My page',
	 
	 'login'			=> 'Login',
	 'logout'			=> 'Logout',
	 'register'			=> 'Register',
	 'discuss'			=> 'Discuss',
	 'case'				=> 'Case',
	 'timeline'			=> 'Timeline',
	 
	 //帖子
	 'title color'		=> 'Title color',
	 'add_post'			=> 'Add post',
	 'my collection'	=> 'My collection',
	 'cancel collection' => 'cancel collection',
	 'all'				=> 'All',
	 'finished'			=> 'Finished',
	 'no finished'		=> 'no finished',
	 'hot'				=> 'Hot',
	 'top'				=> 'Top',
	 'cancel hoting'	=> 'Cancel hoting',
	 'cancel topping'	=> 'Cancel topping',
	 'go sign'			=> 'Go sign',
	 'more post'		=> 'more post',
	 'friendly link'	=> 'Friendly link',
	 'reviewers list'	=> 'Reviewers list',
	 'hot post list'	=> 'Hot post list',
	 'links list'		=> 'Links list',
	 'Sign in'			=> 'Sign in',
	 'statement'		=> 'Statement',
	 'trends'			=> 'Trends',
	 'sponsor'			=> 'Sponsor sponsor',
	 'i want to join'	=> 'i want to join',
	 'official products'  => 'Official products',
	 'no comments'		=> 'No comments',
	 'submit comments'	=> 'Submit comments',
	 'reply'			=> 'reply',
	 'accept'			=> 'accept',
	 'please input the content' => 'please input the content',
	 'ads area'			=> 'Ads area',
	 'enclosure'		=> 'enclosure',
	 'download files'	=> 'Download files',
	 
	 //message
	 'add'				=> 'add',
	 'delete'			=> 'delete',
	 'edit'				=> 'edit',
	 'add success'		=> 'add success!',
	 'add error'		=> 'add error',
	 'edit success'		=> 'articel edit success',
	 'edit error'		=> 'articel edit error',
	 'illegal_request'	=> 'illegal request',
];