+ add the lang item for user-dynamic.

This commit is contained in:
wangchunsheng
2011-05-01 05:49:49 +00:00
parent e3a65df825
commit 09e1bde21a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ $lang->user->bug = 'Bug';
$lang->user->todo = 'Todo';
$lang->user->story = 'Story';
$lang->user->team = 'Team';
$lang->user->dynamic = 'Dynamic';
$lang->user->editProfile = 'Edit profile';
$lang->user->errorDeny = "Sorry, you can't access the <b>%s</b> module's <b>%s</b> feature";
+1
View File
@@ -38,6 +38,7 @@ $lang->user->bug = '用户Bug';
$lang->user->todo = '用户TODO';
$lang->user->story = '用户需求';
$lang->user->team = '用户团队';
$lang->user->dynamic = '用户动态';
$lang->user->editProfile = '修改信息';
$lang->user->errorDeny = "抱歉,您无权访问『<b>%s</b>』模块的『<b>%s</b>』功能。请联系管理员获取权限。点击后退返回上页。";