From 16b97af26fb4617bf10a31afd29ea2bbe6a528ea Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 19 Jun 2013 01:05:11 +0000 Subject: [PATCH] * code for task#1377. --- module/product/lang/en.php | 3 ++- module/product/lang/zh-cn.php | 3 ++- module/product/view/searchitems.html.php | 1 + module/project/lang/en.php | 33 ++++++++++++------------ module/project/lang/zh-cn.php | 33 ++++++++++++------------ module/project/view/searchitems.html.php | 1 + 6 files changed, 40 insertions(+), 34 deletions(-) diff --git a/module/product/lang/en.php b/module/product/lang/en.php index e7c44f971c..5127661da9 100644 --- a/module/product/lang/en.php +++ b/module/product/lang/en.php @@ -83,4 +83,5 @@ $lang->product->aclList['open'] = 'Default(Having product module prividge, ca $lang->product->aclList['private'] = 'Private(Only project team members can visit)'; $lang->product->aclList['custom'] = 'Whitelist(Project team members and who belongs to the whilelist groups can visit)'; -$lang->product->storySummary = "Total %s stories in this page, estimate %s hours."; +$lang->product->storySummary = "Total %s stories in this page, estimate %s hours."; +$lang->product->noMatchedProduct = 'No matched product including "%s"'; diff --git a/module/product/lang/zh-cn.php b/module/product/lang/zh-cn.php index 523cfe8069..8d8c009a6b 100644 --- a/module/product/lang/zh-cn.php +++ b/module/product/lang/zh-cn.php @@ -83,4 +83,5 @@ $lang->product->aclList['open'] = '默认设置(有产品视图权限,即 $lang->product->aclList['private'] = '私有产品(只有项目团队成员才能访问)'; $lang->product->aclList['custom'] = '自定义白名单(团队成员和白名单的成员可以访问)'; -$lang->product->storySummary = "本页共 %s 个需求,预计 %s 个工时。"; +$lang->product->storySummary = "本页共 %s 个需求,预计 %s 个工时。"; +$lang->product->noMatchedProduct = '找不到与"%s"相关的产品'; diff --git a/module/product/view/searchitems.html.php b/module/product/view/searchitems.html.php index a139219d0b..3987aff84f 100644 --- a/module/product/view/searchitems.html.php +++ b/module/product/view/searchitems.html.php @@ -1,3 +1,4 @@ +product->noMatchedProduct, $keywords);?>