Files
EasySoft-ZenTaoPMS/module/my/lang/zh-cn.php
wangchunsheng e3f0659ea7 * adjust menu items.
* adjust menu order according to the user's role.
2012-12-13 08:44:08 +00:00

43 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang->my->common = '我的地盘';
/* 方法列表。*/
$lang->my->index = '首页';
$lang->my->todo = '我的待办';
$lang->my->task = '我的任务';
$lang->my->bug = '我的缺陷';
$lang->my->testTask = '我的测试任务';
$lang->my->testCase = '我的测试用例';
$lang->my->story = '我的需求';
$lang->my->myProject = '我的项目';
$lang->my->team = '我的团队';
$lang->my->profile = '我的档案';
$lang->my->dynamic = '我的动态';
$lang->my->editProfile = '更新信息';
$lang->my->changePassword = '修改密码';
$lang->my->taskMenu = new stdclass();
$lang->my->taskMenu->assignedToMe = '指派给我';
$lang->my->taskMenu->openedByMe = '由我创建';
$lang->my->taskMenu->finishedByMe = '由我完成';
$lang->my->taskMenu->closedByMe = '由我关闭';
$lang->my->taskMenu->canceledByMe = '由我取消';
$lang->my->storyMenu = new stdclass();
$lang->my->storyMenu->assignedToMe = '指派给我';
$lang->my->storyMenu->openedByMe = '由我创建';
$lang->my->storyMenu->reviewedByMe = '由我评审';
$lang->my->storyMenu->closedByMe = '由我关闭';
$lang->my->home = new stdclass();
$lang->my->home->latest = '最新动态';
$lang->my->home->action = "%s, %s <i>%s</i> %s <a href='%s'>%s</a>。";
$lang->my->home->projects = '项目';
$lang->my->home->products = '产品';
$lang->my->home->projectHome = '访问项目主页';
$lang->my->home->productHome = '访问产品主页';
$lang->my->home->noProjectsTip = "目前还没有进行中的项目,<a class='button-add' href='%s'>创建一个项目&nbsp;&nbsp;&nbsp;</a>";
$lang->my->home->noProductsTip = "目前还没有产品,<a class='button-add' href='%s'>创建一个产品&nbsp;&nbsp;&nbsp;</a>。";
$lang->my->home->help = "<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>帮助文档</a>";
$lang->my->home->otherNoTip = "或者修改已有的项目,将其状态改为“<span class='icon-doing'></span><i>进行中</i> ”。";