* finish the task #644.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-15 03:14:08 +00:00
parent 30a1bee9a4
commit c60e1b3af4
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -114,6 +114,7 @@ $lang->story->reviewList[1] = 'Yes';
$lang->story->sourceList[''] = '';
$lang->story->sourceList['custom'] = 'Custom';
$lang->story->sourceList['user'] = 'User';
$lang->story->sourceList['po'] = 'PO';
$lang->story->sourceList['market'] = 'Market';
$lang->story->sourceList['service'] = 'Service';
@@ -121,7 +122,7 @@ $lang->story->sourceList['competitor'] = 'Competitor';
$lang->story->sourceList['partner'] = 'Partner';
$lang->story->sourceList['dev'] = 'Developer';
$lang->story->sourceList['tester'] = 'Tester';
$lang->story->sourceList['bug'] = 'FromBug';
$lang->story->sourceList['bug'] = 'Bug';
$lang->story->sourceList['other'] = 'Other';
$lang->story->priList[] = '';
+2 -1
View File
@@ -114,6 +114,7 @@ $lang->story->reviewList[1] = '是';
$lang->story->sourceList[''] = '';
$lang->story->sourceList['custom'] = '客户';
$lang->story->sourceList['user'] = '用户';
$lang->story->sourceList['po'] = '产品经理';
$lang->story->sourceList['market'] = '市场';
$lang->story->sourceList['service'] = '客服';
@@ -121,7 +122,7 @@ $lang->story->sourceList['competitor'] = '竞争对手';
$lang->story->sourceList['partner'] = '合作伙伴';
$lang->story->sourceList['dev'] = '开发人员';
$lang->story->sourceList['tester'] = '测试人员';
$lang->story->sourceList['bug'] = 'Bug转化';
$lang->story->sourceList['bug'] = 'Bug';
$lang->story->sourceList['other'] = '其他';
$lang->story->priList[] = '';