* Adjust the language item of the my module.

This commit is contained in:
leiyong
2020-11-23 11:31:49 +08:00
parent b464df4608
commit 9dce9656fd
9 changed files with 24 additions and 25 deletions
+4 -4
View File
@@ -401,8 +401,8 @@ class my extends control
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myProject;
$this->view->position[] = $this->lang->my->myProject;
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->project;
$this->view->position[] = $this->lang->my->project;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->projects = $this->user->getProjects($this->app->user->account, 'project', $pager);
$this->view->pager = $pager;
@@ -420,8 +420,8 @@ class my extends control
{
$this->app->loadLang('project');
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myProject;
$this->view->position[] = $this->lang->my->myProject;
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->execution;
$this->view->position[] = $this->lang->my->execution;
$this->view->tabID = 'project';
$this->view->executions = $this->user->getProjects($this->app->user->account, 'execution');
+2 -2
View File
@@ -12,8 +12,8 @@ $lang->my->testCase = 'Meine Fälle';
$lang->my->story = 'Meine Storys';
$lang->my->requirement = 'My Requirements';
$lang->my->createProgram = 'Create Program';
$lang->my->myProject = "Meine {$lang->projectCommon}";
$lang->my->myExecution = 'My Executions';
$lang->my->project = "My Projects";
$lang->my->execution = 'My Executions';
$lang->my->profile = 'Meine Profil';
$lang->my->dynamic = 'Meine Verlauf';
$lang->my->editProfile = 'Profil bearbeiten';
+2 -2
View File
@@ -12,8 +12,8 @@ $lang->my->testCase = 'My Cases';
$lang->my->story = 'My Stories';
$lang->my->requirement = 'My Requirements';
$lang->my->createProgram = 'Create Program';
$lang->my->myProject = "My Projects";
$lang->my->myExecution = 'My Executions';
$lang->my->project = "My Projects";
$lang->my->execution = 'My Executions';
$lang->my->profile = 'My Profile';
$lang->my->dynamic = 'My Dynamics';
$lang->my->editProfile = 'Edit';
+2 -2
View File
@@ -12,8 +12,8 @@ $lang->my->testCase = 'Mes CasTests';
$lang->my->story = 'Mes Stories';
$lang->my->requirement = 'My Requirements';
$lang->my->createProgram = 'Create Program';
$lang->my->myProject = "Mes {$lang->projectCommon}s";
$lang->my->myExecution = 'My Execution';
$lang->my->project = "My Projects";
$lang->my->execution = 'My Executions';
$lang->my->profile = 'Mon Profil';
$lang->my->dynamic = 'Mon Historique';
$lang->my->editProfile = 'Edit Profil';
+2 -2
View File
@@ -12,8 +12,8 @@ $lang->my->testCase = 'Tình huống của bạn';
$lang->my->story = 'Câu chuyện của bạn';
$lang->my->requirement = 'My Requirements';
$lang->my->createProgram = 'Create Program';
$lang->my->myProject = "{$lang->projectCommon} của bạn";
$lang->my->myExecution = 'My Executions';
$lang->my->project = "My Projects";
$lang->my->execution = 'My Executions';
$lang->my->profile = 'Hồ sơ của bạn';
$lang->my->dynamic = 'Lịch sử của bạn';
$lang->my->editProfile = 'Sửa';
+2 -2
View File
@@ -12,8 +12,8 @@ $lang->my->testCase = '我的用例';
$lang->my->story = "我的{$lang->storyCommon}";
$lang->my->requirement = "我的用户{$lang->storyCommon}";
$lang->my->createProgram = '添加项目';
$lang->my->myProject = "我的项目";
$lang->my->myExecution = '我的执行';
$lang->my->project = "我的项目";
$lang->my->execution = '我的执行';
$lang->my->profile = '我的档案';
$lang->my->dynamic = '我的动态';
$lang->my->editProfile = '修改档案';
+2 -3
View File
@@ -11,10 +11,9 @@ $lang->my->testTask = '我的版本';
$lang->my->testCase = '我的用例';
$lang->my->story = "我的{$lang->storyCommon}";
$lang->my->requirement = "我的用戶{$lang->storyCommon}";
$lang->my->program = '我的項目';
$lang->my->myProgram = "我的項目";
$lang->my->createProgram = '添加項目';
$lang->my->myProject = "我的{$lang->projectCommon}";
$lang->my->project = "我的項目";
$lang->my->execution = '我的執行';
$lang->my->profile = '我的檔案';
$lang->my->dynamic = '我的動態';
$lang->my->editProfile = '修改檔案';
+4 -4
View File
@@ -1,19 +1,19 @@
<?php
/**
* The project view file of dashboard module of ZenTaoPMS.
* The execution view file of my module of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package dashboard
* @version $Id: project.html.php 5095 2013-07-11 06:03:40Z chencongzhi520@gmail.com $
* @package my
* @version $Id
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->my->myExecution;?></span></span>
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->my->execution;?></span></span>
</div>
</div>
<div id="mainContent" class='main-table'>
+4 -4
View File
@@ -1,19 +1,19 @@
<?php
/**
* The program view file of dashboard module of ZenTaoPMS.
* The project view file of my module of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package dashboard
* @version $Id: program.html.php 5095 2013-07-11 06:03:40Z chencongzhi520@gmail.com $
* @package my
* @version $Id
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->my->myProject;?></span></span>
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->my->project;?></span></span>
</div>
</div>
<div id="mainContent" class='main-table'>