From 0dae02fecd3dfdc3340878296ac73df3925038db Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Mon, 8 Jul 2013 00:43:17 +0000 Subject: [PATCH] * change noMatchedProduct|noMatchedProject to noMatched. * adjust the lang prompt. --- module/product/lang/en.php | 4 +-- module/product/lang/zh-cn.php | 4 +-- .../product/view/ajaxgetmatcheditems.html.php | 2 +- module/project/lang/en.php | 34 +++++++++---------- module/project/lang/zh-cn.php | 34 +++++++++---------- .../project/view/ajaxgetmatcheditems.html.php | 2 +- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/module/product/lang/en.php b/module/product/lang/en.php index 8242735902..1ec8fce5db 100644 --- a/module/product/lang/en.php +++ b/module/product/lang/en.php @@ -86,5 +86,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->noMatchedProduct = 'No matched product including "%s"'; +$lang->product->storySummary = "Total %s stories in this page, estimate %s hours."; +$lang->product->noMatched = 'No matched product including "%s"'; diff --git a/module/product/lang/zh-cn.php b/module/product/lang/zh-cn.php index 19172f7ae9..1ad00bb3ce 100644 --- a/module/product/lang/zh-cn.php +++ b/module/product/lang/zh-cn.php @@ -86,5 +86,5 @@ $lang->product->aclList['open'] = '默认设置(有产品视图权限,即 $lang->product->aclList['private'] = '私有产品(只有项目团队成员才能访问)'; $lang->product->aclList['custom'] = '自定义白名单(团队成员和白名单的成员可以访问)'; -$lang->product->storySummary = "本页共 %s 个需求,预计 %s 个工时。"; -$lang->product->noMatchedProduct = '找不到与"%s"相关的产品'; +$lang->product->storySummary = "本页共 %s 个需求,预计 %s 个工时。"; +$lang->product->noMatched = '找不到包含"%s"的产品'; diff --git a/module/product/view/ajaxgetmatcheditems.html.php b/module/product/view/ajaxgetmatcheditems.html.php index 3987aff84f..145e5849f4 100644 --- a/module/product/view/ajaxgetmatcheditems.html.php +++ b/module/product/view/ajaxgetmatcheditems.html.php @@ -1,4 +1,4 @@ -product->noMatchedProduct, $keywords);?> +product->noMatched, $keywords);?>