changed code_folder to use the language entries for some words

This commit is contained in:
hyung-hwan 2015-03-31 12:39:41 +00:00
parent cd38bcce95
commit 5afc05ad1e
4 changed files with 8 additions and 3 deletions

View File

@ -4,6 +4,7 @@ $lang['All'] = 'All';
$lang['Attachment'] = 'Attachment';
$lang['Attachments'] = 'Attachments';
$lang['Blame'] = 'Blame';
$lang['Blank'] = 'Blank';
$lang['Cancel'] = 'Cancel';
$lang['Change'] = 'Change';
$lang['Change log'] = 'Change log';

View File

@ -1,7 +1,10 @@
<?php
$lang['Administration'] = 'Administration';
$lang['All'] = 'Semua';
$lang['Attachment'] = 'Attachment';
$lang['Attachments'] = 'Attachments';
$lang['Blame'] = 'Menyalahkan';
$lang['Blank'] = 'Blank';
$lang['Cancel'] = 'Cancel';
$lang['Change'] = 'Change';
$lang['Change log'] = 'Change log';

View File

@ -4,6 +4,7 @@ $lang['All'] = '모두';
$lang['Attachment'] = '첨부';
$lang['Attachments'] = '첨부';
$lang['Blame'] = '책임전가';
$lang['Blank'] = '공백';
$lang['Cancel'] = '취소';
$lang['Change'] = '변경';
$lang['Change log'] = '변경기록';

View File

@ -72,9 +72,9 @@ function show_loc_graph (response)
var dataset =
[
{ label: "code", data: code },
{ label: "comment", data: comment },
{ label: "blank", data: blank }
{ label: "<?=$this->lang->line('Code')?>", data: code },
{ label: "<?=$this->lang->line('Comment')?>", data: comment },
{ label: "<?=$this->lang->line('Blank')?>", data: blank }
];
var options = {