added Preview to the language files
This commit is contained in:
		| @ -59,6 +59,7 @@ $lang['Overview'] = 'Overview'; | ||||
| $lang['Owner'] = 'Owner'; | ||||
| $lang['Password'] = 'Password'; | ||||
| $lang['Path'] = 'Path'; | ||||
| $lang['Preview'] = 'Preview'; | ||||
| $lang['Priority'] = 'Priority'; | ||||
| $lang['Project'] = 'Project'; | ||||
| $lang['Projects'] = 'Projects'; | ||||
|  | ||||
| @ -55,6 +55,7 @@ $lang['Overview'] = 'Ringkasan'; | ||||
| $lang['Owner'] = 'Owner'; | ||||
| $lang['Password'] = 'Kata sandi'; | ||||
| $lang['Path'] = 'Path'; | ||||
| $lang['Preview'] = 'Preview'; | ||||
| $lang['Priority'] = 'Pirority'; | ||||
| $lang['Project'] = 'Proyek'; | ||||
| $lang['Projects'] = 'Proyek'; | ||||
|  | ||||
| @ -59,6 +59,7 @@ $lang['Overview'] = '개요'; | ||||
| $lang['Owner'] = '담당자'; | ||||
| $lang['Password'] = '패스워드'; | ||||
| $lang['Path'] = '경로'; | ||||
| $lang['Preview'] = '미리보기'; | ||||
| $lang['Priority'] = '중요도'; | ||||
| $lang['Project'] = '프로젝트'; | ||||
| $lang['Projects'] = '프로젝트'; | ||||
|  | ||||
| @ -109,7 +109,7 @@ $this->load->view ( | ||||
| 		 | ||||
| 		<div class='form_input_label'> | ||||
| 			<?=form_label($this->lang->line('Description').': ', 'file_description')?> | ||||
| 			<a href='#' id='file_edit_mainarea_description_preview_button'>Preview</a> | ||||
| 			<a href='#' id='file_edit_mainarea_description_preview_button'><?=$this->lang->line('Preview')?></a> | ||||
| 			<?=form_error('file_description');?> | ||||
| 		</div> | ||||
| 		<div class='form_input_field'> | ||||
|  | ||||
| @ -120,7 +120,7 @@ $this->load->view ( | ||||
|  | ||||
| 		<div class='form_input_label'> | ||||
| 			<?=form_label($this->lang->line('Description').': ', 'issue_description')?> | ||||
| 			<a href='#' id='issue_edit_mainarea_description_preview_button'>Preview</a> | ||||
| 			<a href='#' id='issue_edit_mainarea_description_preview_button'><?=$this->lang->line('Preview')?></a> | ||||
| 			<?=form_error('issue_description');?> | ||||
| 		</div> | ||||
| 		<div class='form_input_field'> | ||||
|  | ||||
| @ -104,7 +104,7 @@ $this->load->view ( | ||||
|  | ||||
| 		<div class='form_input_label'> | ||||
| 			<?=form_label($this->lang->line('Description').': ', 'project_description')?> | ||||
| 			<a href='#' id='project_edit_mainarea_description_preview_button'>Preview</a>	 | ||||
| 			<a href='#' id='project_edit_mainarea_description_preview_button'><?=$this->lang->line('Preview')?></a>	 | ||||
| 			<?=form_error('project_description')?> | ||||
| 		</div> | ||||
| 		<div class='form_input_field'> | ||||
|  | ||||
| @ -103,7 +103,7 @@ $this->load->view ( | ||||
|  | ||||
| 		<div class='form_input_label'> | ||||
| 			<?=form_label($this->lang->line('Text').': ', 'site_text')?> | ||||
| 			<a href='#' id='site_edit_mainarea_text_preview_button'>Preview</a> | ||||
| 			<a href='#' id='site_edit_mainarea_text_preview_button'><?=$this->lang->line('Preview')?></a> | ||||
| 			<?=form_error('site_text')?> | ||||
| 		</div> | ||||
| 		<div class='form_input_field'> | ||||
|  | ||||
| @ -101,7 +101,7 @@ $this->load->view ( | ||||
|  | ||||
| 		<div class='form_input_label'> | ||||
| 			<?=form_label($this->lang->line('Text').': ', 'wiki_text')?> | ||||
| 			 <a href='#' id='wiki_edit_mainarea_text_preview_button'>Preview</a> | ||||
| 			 <a href='#' id='wiki_edit_mainarea_text_preview_button'><?=$this->lang->line('Preview')?></a> | ||||
| 			<?=form_error('wiki_text');?> | ||||
| 		</div> | ||||
| 		<div class='form_input_field'> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user