fixed typos
This commit is contained in:
parent
3df3fb3f25
commit
ed8d5d57bb
@ -11,7 +11,7 @@ $lang['Code'] = 'Code';
|
|||||||
$lang['Code changes'] = 'Code changes';
|
$lang['Code changes'] = 'Code changes';
|
||||||
$lang['Comment'] = 'Comment';
|
$lang['Comment'] = 'Comment';
|
||||||
$lang['Commitable'] = 'Commitable';
|
$lang['Commitable'] = 'Commitable';
|
||||||
$lang['Commiter'] = 'Commiter';
|
$lang['Committer'] = 'Committer';
|
||||||
$lang['Create'] = 'Create';
|
$lang['Create'] = 'Create';
|
||||||
$lang['Created by'] = 'Created by';
|
$lang['Created by'] = 'Created by';
|
||||||
$lang['Created on'] = 'Created on';
|
$lang['Created on'] = 'Created on';
|
||||||
|
@ -9,7 +9,7 @@ $lang['Code'] = 'Kode';
|
|||||||
$lang['Code changes'] = 'Kode changes'
|
$lang['Code changes'] = 'Kode changes'
|
||||||
$lang['Comment'] = 'Comment';
|
$lang['Comment'] = 'Comment';
|
||||||
$lang['Commitable'] = 'Commitable';
|
$lang['Commitable'] = 'Commitable';
|
||||||
$lang['Commiter'] = 'Pengarang';
|
$lang['Committer'] = 'Pengarang';
|
||||||
$lang['Create'] = 'Dibuat';
|
$lang['Create'] = 'Dibuat';
|
||||||
$lang['Created by'] = 'Dibuat oleh';
|
$lang['Created by'] = 'Dibuat oleh';
|
||||||
$lang['Created on'] = 'Waktu dibuat';
|
$lang['Created on'] = 'Waktu dibuat';
|
||||||
|
@ -11,7 +11,7 @@ $lang['Code'] = '코드';
|
|||||||
$lang['Code changes'] = '코드변경';
|
$lang['Code changes'] = '코드변경';
|
||||||
$lang['Comment'] = '소견';
|
$lang['Comment'] = '소견';
|
||||||
$lang['Commitable'] = '커밋가능';
|
$lang['Commitable'] = '커밋가능';
|
||||||
$lang['Commiter'] = '커밋터';
|
$lang['Committer'] = '커밋터';
|
||||||
$lang['Create'] = '생성';
|
$lang['Create'] = '생성';
|
||||||
$lang['Created by'] = '최초생성인';
|
$lang['Created by'] = '최초생성인';
|
||||||
$lang['Created on'] = '최초생성시간';
|
$lang['Created on'] = '최초생성시간';
|
||||||
|
@ -189,7 +189,7 @@ $this->load->view (
|
|||||||
print '<th>' . $this->lang->line('Name') . '</th>';
|
print '<th>' . $this->lang->line('Name') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Revision') . '</th>';
|
print '<th>' . $this->lang->line('Revision') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Size') . '</th>';
|
print '<th>' . $this->lang->line('Size') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Commiter') . '</th>';
|
print '<th>' . $this->lang->line('Committer') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Date') . '</th>';
|
print '<th>' . $this->lang->line('Date') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Blame') . '</th>';
|
print '<th>' . $this->lang->line('Blame') . '</th>';
|
||||||
print '<th>' . $this->lang->line('Difference') . '</th>';
|
print '<th>' . $this->lang->line('Difference') . '</th>';
|
||||||
|
@ -93,7 +93,7 @@ $this->load->view (
|
|||||||
<table id="code_history_mainarea_result_table">
|
<table id="code_history_mainarea_result_table">
|
||||||
<tr class='heading'>
|
<tr class='heading'>
|
||||||
<th><?=$this->lang->line('Revision')?></th>
|
<th><?=$this->lang->line('Revision')?></th>
|
||||||
<th><?=$this->lang->line('Commiter')?></th>
|
<th><?=$this->lang->line('Committer')?></th>
|
||||||
<th><?=$this->lang->line('Date')?></th>
|
<th><?=$this->lang->line('Date')?></th>
|
||||||
<th><?=$this->lang->line('Message')?></th>
|
<th><?=$this->lang->line('Message')?></th>
|
||||||
<?php if ($file['type'] == 'file' || $file['type'] == 'dir') print '<th></th>'; ?>
|
<?php if ($file['type'] == 'file' || $file['type'] == 'dir') print '<th></th>'; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user