Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
+18
-18
@@ -19,29 +19,29 @@ $config->productCommonList['fr'][0] = 'Product';
|
||||
$config->productCommonList['vi'][0] = 'Sản phẩm';
|
||||
|
||||
/* Project common list. */
|
||||
$config->projectCommonList['zh-cn'][0] = '迭代';
|
||||
$config->projectCommonList['zh-cn'][1] = '冲刺';
|
||||
$config->projectCommonList['zh-cn'][2] = '阶段';
|
||||
$config->executionCommonList['zh-cn'][0] = '迭代';
|
||||
$config->executionCommonList['zh-cn'][1] = '冲刺';
|
||||
$config->executionCommonList['zh-cn'][2] = '阶段';
|
||||
|
||||
$config->projectCommonList['zh-tw'][0] = '迭代';
|
||||
$config->projectCommonList['zh-tw'][1] = '冲刺';
|
||||
$config->projectCommonList['zh-tw'][2] = '階段';
|
||||
$config->executionCommonList['zh-tw'][0] = '迭代';
|
||||
$config->executionCommonList['zh-tw'][1] = '冲刺';
|
||||
$config->executionCommonList['zh-tw'][2] = '階段';
|
||||
|
||||
$config->projectCommonList['en'][0] = 'Iteration';
|
||||
$config->projectCommonList['en'][1] = 'Sprint';
|
||||
$config->projectCommonList['en'][2] = 'Stage';
|
||||
$config->executionCommonList['en'][0] = 'Iteration';
|
||||
$config->executionCommonList['en'][1] = 'Sprint';
|
||||
$config->executionCommonList['en'][2] = 'Stage';
|
||||
|
||||
$config->projectCommonList['de'][0] = 'Iteration';
|
||||
$config->projectCommonList['de'][1] = 'Sprint';
|
||||
$config->projectCommonList['de'][2] = 'Bühne';
|
||||
$config->executionCommonList['de'][0] = 'Iteration';
|
||||
$config->executionCommonList['de'][1] = 'Sprint';
|
||||
$config->executionCommonList['de'][2] = 'Bühne';
|
||||
|
||||
$config->projectCommonList['fr'][0] = 'Iteration';
|
||||
$config->projectCommonList['fr'][1] = 'Sprint';
|
||||
$config->projectCommonList['fr'][2] = 'Phase';
|
||||
$config->executionCommonList['fr'][0] = 'Iteration';
|
||||
$config->executionCommonList['fr'][1] = 'Sprint';
|
||||
$config->executionCommonList['fr'][2] = 'Phase';
|
||||
|
||||
$config->projectCommonList['vi'][0] = 'Lặp lại';
|
||||
$config->projectCommonList['vi'][1] = 'Sprint';
|
||||
$config->projectCommonList['vi'][2] = 'Giai đoạn';
|
||||
$config->executionCommonList['vi'][0] = 'Lặp lại';
|
||||
$config->executionCommonList['vi'][1] = 'Sprint';
|
||||
$config->executionCommonList['vi'][2] = 'Giai đoạn';
|
||||
|
||||
/* Story common list. */
|
||||
$config->hourPointCommonList['zh-cn'][0] = '故事点';
|
||||
|
||||
@@ -196,7 +196,7 @@ class router extends baseRouter
|
||||
|
||||
/* Set productCommon, projectCommon and hourCommon. Default english lang. */
|
||||
$lang->productCommon = $this->config->productCommonList[$this->clientLang][PRODUCT_KEY];
|
||||
$lang->projectCommon = isset($this->config->projectCommonList[$this->clientLang][(int)$projectKey]) ? $this->config->projectCommonList[$this->clientLang][(int)$projectKey] : $this->config->projectCommonList['en'][(int)$$projectKey];
|
||||
$lang->executionCommon = isset($this->config->executionCommonList[$this->clientLang][(int)$projectKey]) ? $this->config->executionCommonList[$this->clientLang][(int)$projectKey] : $this->config->executionCommonList['en'][(int)$$projectKey];
|
||||
$lang->hourCommon = isset($this->config->hourPointCommonList[$this->clientLang][(int)$hourKey]) ? $this->config->hourPointCommonList[$this->clientLang][(int)$hourKey] : $this->config->hourPointCommonList['en'][(int)$hourKey];
|
||||
|
||||
$config->URSR = $URSR;
|
||||
|
||||
+15
-15
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = 'Log';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = 'Objekt Typ';
|
||||
$lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = 'Objekt Name';
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = 'Plan';
|
||||
$lang->action->objectTypes['release'] = 'Release';
|
||||
$lang->action->objectTypes['program'] = 'Program';
|
||||
$lang->action->objectTypes['project'] = 'Project';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = 'Aufgabe';
|
||||
$lang->action->objectTypes['build'] = 'Build';
|
||||
$lang->action->objectTypes['job'] = 'Job';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = 'Link to Plan';
|
||||
$lang->action->label->unlinkedfromplan = 'Unlink';
|
||||
$lang->action->label->changestatus = 'Change Status';
|
||||
$lang->action->label->marked = 'marked';
|
||||
$lang->action->label->linked2project = "Link {$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "Unlink {$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "Link {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "Unlink {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "Unlink Build";
|
||||
$lang->action->label->linked2release = "Link Release";
|
||||
$lang->action->label->unlinkedfromrelease = "Unlink Release";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = 'Unlink Project';
|
||||
$lang->action->dynamicAction->story['undeleted'] = 'Restore Story';
|
||||
$lang->action->dynamicAction->story['hidden'] = 'Hide Story';
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = 'Create ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Edit ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Delete ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Start ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Delay ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspend ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activate ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Close ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manage ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restore ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Hide ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = 'Create ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Edit ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Delete ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Start ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Delay ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspend ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activate ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Close ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manage ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restore ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Hide ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = 'Improt Task';
|
||||
$lang->action->dynamicAction->task['opened'] = 'Create Task';
|
||||
$lang->action->dynamicAction->task['edited'] = 'Edit Task';
|
||||
|
||||
+15
-15
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = 'Log';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = 'Object Type';
|
||||
$lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = 'Object Name';
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = 'Plan';
|
||||
$lang->action->objectTypes['release'] = 'Release';
|
||||
$lang->action->objectTypes['program'] = 'Program';
|
||||
$lang->action->objectTypes['project'] = 'Project';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = 'Task';
|
||||
$lang->action->objectTypes['build'] = 'Build';
|
||||
$lang->action->objectTypes['job'] = 'Job';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = 'linked to Plan ';
|
||||
$lang->action->label->unlinkedfromplan = 'unlinked from ';
|
||||
$lang->action->label->changestatus = 'changed status';
|
||||
$lang->action->label->marked = 'marked';
|
||||
$lang->action->label->linked2project = "linked to {$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "unlinked from {$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "linked to {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "unlinked from {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "unlinked Build ";
|
||||
$lang->action->label->linked2release = "linked Release ";
|
||||
$lang->action->label->unlinkedfromrelease = "unlinked Release ";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = 'Unlink Project';
|
||||
$lang->action->dynamicAction->story['undeleted'] = 'Restore Story';
|
||||
$lang->action->dynamicAction->story['hidden'] = 'Hide Story';
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = 'Create ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Edit ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Delete ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Start ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Delay ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspend ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activate ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Close ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manage ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restore ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Hide ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = 'Create ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Edit ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Delete ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Start ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Delay ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspend ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activate ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Close ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manage ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restore ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Hide ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = 'Improt Task';
|
||||
$lang->action->dynamicAction->task['opened'] = 'Create Task';
|
||||
$lang->action->dynamicAction->task['edited'] = 'Edit Task';
|
||||
|
||||
+15
-15
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = 'Log';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = "Type d'objet";
|
||||
$lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = "Nom de l'object";
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = 'Plan';
|
||||
$lang->action->objectTypes['release'] = 'Release';
|
||||
$lang->action->objectTypes['program'] = 'Program';
|
||||
$lang->action->objectTypes['project'] = 'Project';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = 'Tâche';
|
||||
$lang->action->objectTypes['build'] = 'Build';
|
||||
$lang->action->objectTypes['job'] = 'Job';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = 'a raccordé au Plan ';
|
||||
$lang->action->label->unlinkedfromplan = 'a extrait du plan ';
|
||||
$lang->action->label->changestatus = 'a changé le statut ';
|
||||
$lang->action->label->marked = 'a marqué';
|
||||
$lang->action->label->linked2project = "a ajouté à {$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "a enlevé de {$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "a ajouté à {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "a enlevé de {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "a enlevé du Build ";
|
||||
$lang->action->label->linked2release = "a ajouté à une Release ";
|
||||
$lang->action->label->unlinkedfromrelease = "a enlevé de la Release ";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = 'Détacher du Proje
|
||||
$lang->action->dynamicAction->story['undeleted'] = 'Restaurer Story';
|
||||
$lang->action->dynamicAction->story['hidden'] = 'Masquer Story';
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = 'Créer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Editer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Supprimer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Commencer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Ajouter ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspendre ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Fermer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manager ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restaurer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Masquer ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = 'Créer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Editer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Supprimer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Commencer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Ajouter ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Suspendre ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Activer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Fermer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Manager ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Restaurer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Masquer ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = 'Déplacer Tâche';
|
||||
$lang->action->dynamicAction->task['opened'] = 'Créer Tâche';
|
||||
$lang->action->dynamicAction->task['edited'] = 'Editer Tâche';
|
||||
|
||||
+15
-15
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = 'Nhật ký';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = 'Loại đối tượng';
|
||||
$lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = 'Tên đối tượng';
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = 'Plan';
|
||||
$lang->action->objectTypes['release'] = 'Phát hành';
|
||||
$lang->action->objectTypes['program'] = 'Program';
|
||||
$lang->action->objectTypes['project'] = 'Project';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = 'Nhiệm vụ';
|
||||
$lang->action->objectTypes['build'] = 'Bản dựng';
|
||||
$lang->action->objectTypes['job'] = 'Job';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = 'linked cho kế hoạch ';
|
||||
$lang->action->label->unlinkedfromplan = 'unlinked from ';
|
||||
$lang->action->label->changestatus = 'changed status';
|
||||
$lang->action->label->marked = 'marked';
|
||||
$lang->action->label->linked2project = "đã liên kết tới {$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "hủy liên kết từ {$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "đã liên kết tới {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "hủy liên kết từ {$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "hủy liên kết Bản dựng ";
|
||||
$lang->action->label->linked2release = "liên kết Phát hành ";
|
||||
$lang->action->label->unlinkedfromrelease = "hủy liên kết Release ";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = 'Hủy liên kết
|
||||
$lang->action->dynamicAction->story['undeleted'] = 'Khôi phục câu chuyện';
|
||||
$lang->action->dynamicAction->story['hidden'] = 'Ẩn câu chuyện';
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = 'Tạo ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Sửa ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Xóa ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Bắt đầu ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Tạm ngưng ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Đình chỉ ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Kích hoạt ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Đóng ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Quản lý ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Phục hổi ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Ẩn ' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = 'Tạo ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = 'Sửa ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = 'Xóa ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = 'Bắt đầu ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = 'Tạm ngưng ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = 'Đình chỉ ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = 'Kích hoạt ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = 'Đóng ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = 'Quản lý ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = 'Phục hổi ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = 'Ẩn ' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = 'Nhập nhiệm vụ';
|
||||
$lang->action->dynamicAction->task['opened'] = 'Tạo nhiệm vụ';
|
||||
$lang->action->dynamicAction->task['edited'] = 'Sửa nhiệm vụ';
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = '系统日志';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = '对象类型';
|
||||
$lang->action->objectID = '对象ID';
|
||||
$lang->action->objectName = '对象名称';
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = '计划';
|
||||
$lang->action->objectTypes['release'] = '发布';
|
||||
$lang->action->objectTypes['program'] = '项目集';
|
||||
$lang->action->objectTypes['project'] = '项目';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = '任务';
|
||||
$lang->action->objectTypes['build'] = '版本';
|
||||
$lang->action->objectTypes['job'] = '构建';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = "关联计划";
|
||||
$lang->action->label->unlinkedfromplan = "移除计划";
|
||||
$lang->action->label->changestatus = '修改状态';
|
||||
$lang->action->label->marked = '编辑了';
|
||||
$lang->action->label->linked2project = "关联{$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "移除{$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "关联{$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "移除{$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "移除版本";
|
||||
$lang->action->label->linked2release = "关联发布";
|
||||
$lang->action->label->unlinkedfromrelease = "移除发布";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = '移除项目';
|
||||
$lang->action->dynamicAction->story['undeleted'] = "还原{$lang->productSRCommon}";
|
||||
$lang->action->dynamicAction->story['hidden'] = "隐藏{$lang->productSRCommon}";
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = '创建' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = '编辑' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = '删除' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = '开始' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = '延期' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = '挂起' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = '激活' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = '关闭' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = '维护' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = '还原' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = '隐藏' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = '创建' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = '编辑' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = '删除' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = '开始' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = '延期' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = '挂起' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = '激活' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = '关闭' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = '维护' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = '还原' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = '隐藏' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = '导入任务';
|
||||
$lang->action->dynamicAction->task['opened'] = '创建任务';
|
||||
$lang->action->dynamicAction->task['edited'] = '编辑任务';
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
$lang->action->common = '系統日誌';
|
||||
$lang->action->product = $lang->productCommon;
|
||||
$lang->action->project = $lang->projectCommon;
|
||||
$lang->action->project = $lang->executionCommon;
|
||||
$lang->action->objectType = '對象類型';
|
||||
$lang->action->objectID = '對象ID';
|
||||
$lang->action->objectName = '對象名稱';
|
||||
@@ -72,7 +72,7 @@ $lang->action->objectTypes['productplan'] = '計劃';
|
||||
$lang->action->objectTypes['release'] = '發佈';
|
||||
$lang->action->objectTypes['program'] = '項目集';
|
||||
$lang->action->objectTypes['project'] = '項目';
|
||||
$lang->action->objectTypes['execution'] = $lang->executionCommon;
|
||||
$lang->action->objectTypes['execution'] = $lang->execution->common;
|
||||
$lang->action->objectTypes['task'] = '任務';
|
||||
$lang->action->objectTypes['build'] = '版本';
|
||||
$lang->action->objectTypes['job'] = '構建';
|
||||
@@ -195,8 +195,8 @@ $lang->action->label->linked2plan = "關聯計劃";
|
||||
$lang->action->label->unlinkedfromplan = "移除計劃";
|
||||
$lang->action->label->changestatus = '修改狀態';
|
||||
$lang->action->label->marked = '編輯了';
|
||||
$lang->action->label->linked2project = "關聯{$lang->projectCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "移除{$lang->projectCommon}";
|
||||
$lang->action->label->linked2project = "關聯{$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfromproject = "移除{$lang->executionCommon}";
|
||||
$lang->action->label->unlinkedfrombuild = "移除版本";
|
||||
$lang->action->label->linked2release = "關聯發佈";
|
||||
$lang->action->label->unlinkedfromrelease = "移除發佈";
|
||||
@@ -294,17 +294,17 @@ $lang->action->dynamicAction->story['unlinkedfromproject'] = '移除項目';
|
||||
$lang->action->dynamicAction->story['undeleted'] = "還原{$lang->productSRCommon}";
|
||||
$lang->action->dynamicAction->story['hidden'] = "隱藏{$lang->productSRCommon}";
|
||||
|
||||
$lang->action->dynamicAction->project['opened'] = '創建' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = '編輯' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = '刪除' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['started'] = '開始' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = '延期' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = '掛起' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = '激活' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = '關閉' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = '維護' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = '還原' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = '隱藏' . $lang->projectCommon;
|
||||
$lang->action->dynamicAction->project['opened'] = '創建' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['edited'] = '編輯' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['deleted'] = '刪除' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['started'] = '開始' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['delayed'] = '延期' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['suspended'] = '掛起' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['activated'] = '激活' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['closed'] = '關閉' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['managed'] = '維護' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['undeleted'] = '還原' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['hidden'] = '隱藏' . $lang->executionCommon;
|
||||
$lang->action->dynamicAction->project['moved'] = '導入任務';
|
||||
$lang->action->dynamicAction->task['opened'] = '創建任務';
|
||||
$lang->action->dynamicAction->task['edited'] = '編輯任務';
|
||||
|
||||
+18
-18
@@ -42,7 +42,7 @@ $lang->block->leftToday = 'Arbeit für Heute';
|
||||
$lang->block->myTask = 'Aufgaben';
|
||||
$lang->block->myStory = 'Story';
|
||||
$lang->block->myBug = 'Bugs';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->projectCommon . 's';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->executionCommon . 's';
|
||||
$lang->block->myProduct = 'Unclosed ' . $lang->productCommon . 's';
|
||||
$lang->block->delayed = 'Verspätet';
|
||||
$lang->block->noData = 'Keine Daten für diesen Bericht.';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = 'Risks Resolved';
|
||||
$lang->block->createdIssues = 'Issues Created';
|
||||
$lang->block->resolvedIssues = 'Issues Resolved';
|
||||
$lang->block->createdDocs = 'Docs Created';
|
||||
$lang->block->allProject = 'All ' . $lang->projectCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->projectCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->projectCommon;
|
||||
$lang->block->allProject = 'All ' . $lang->executionCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->executionCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = 'Estimated Hours';
|
||||
$lang->block->consumedHours = 'Consumed Hours';
|
||||
$lang->block->time = 'No';
|
||||
@@ -98,7 +98,7 @@ $lang->block->spent = 'Has Been Spent';
|
||||
$lang->block->budget = 'Budget';
|
||||
$lang->block->left = 'Residuals';
|
||||
|
||||
$lang->block->default['waterfall']['program']['1']['title'] = $lang->projectCommon . 'Weekly';
|
||||
$lang->block->default['waterfall']['program']['1']['title'] = $lang->executionCommon . 'Weekly';
|
||||
$lang->block->default['waterfall']['program']['1']['block'] = 'waterfallreport';
|
||||
$lang->block->default['waterfall']['program']['1']['source'] = 'program';
|
||||
$lang->block->default['waterfall']['program']['1']['grid'] = 8;
|
||||
@@ -144,7 +144,7 @@ $lang->block->default['scrum']['program']['1']['title'] = 'Project Overall';
|
||||
$lang->block->default['scrum']['program']['1']['block'] = 'scrumoverview';
|
||||
$lang->block->default['scrum']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->projectCommon . ' List';
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->executionCommon . ' List';
|
||||
$lang->block->default['scrum']['program']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['program']['2']['grid'] = 8;
|
||||
|
||||
@@ -156,7 +156,7 @@ $lang->block->default['scrum']['program']['3']['params']['type'] = 'wait';
|
||||
$lang->block->default['scrum']['program']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['program']['3']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->projectCommon . ' Overview';
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->executionCommon . ' Overview';
|
||||
$lang->block->default['scrum']['program']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['program']['4']['grid'] = 4;
|
||||
|
||||
@@ -190,18 +190,18 @@ $lang->block->default['product']['4']['params']['count'] = 15;
|
||||
$lang->block->default['product']['4']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['product']['4']['params']['type'] = 'assignedTo';
|
||||
|
||||
$lang->block->default['project']['1']['title'] = $lang->projectCommon . ' Berichte';
|
||||
$lang->block->default['project']['1']['title'] = $lang->executionCommon . ' Berichte';
|
||||
$lang->block->default['project']['1']['block'] = 'statistic';
|
||||
$lang->block->default['project']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['project']['1']['params']['type'] = 'all';
|
||||
$lang->block->default['project']['1']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['project']['2']['title'] = $lang->projectCommon . ' Übersicht';
|
||||
$lang->block->default['project']['2']['title'] = $lang->executionCommon . ' Übersicht';
|
||||
$lang->block->default['project']['2']['block'] = 'overview';
|
||||
$lang->block->default['project']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['project']['3']['title'] = 'Aktive ' . $lang->projectCommon . 's';
|
||||
$lang->block->default['project']['3']['title'] = 'Aktive ' . $lang->executionCommon . 's';
|
||||
$lang->block->default['project']['3']['block'] = 'list';
|
||||
$lang->block->default['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = 'Meine Bugs';
|
||||
$lang->block->availableBlocks->case = 'Meine Fälle';
|
||||
$lang->block->availableBlocks->story = 'Meine Story';
|
||||
$lang->block->availableBlocks->product = $lang->productCommon . 'Liste';
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon . 'Liste';
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon . 'Liste';
|
||||
$lang->block->availableBlocks->plan = 'Plan';
|
||||
$lang->block->availableBlocks->release = 'Release';
|
||||
$lang->block->availableBlocks->build = 'Build';
|
||||
@@ -337,7 +337,7 @@ $lang->block->availableBlocks->issue = 'My Issues';
|
||||
|
||||
$lang->block->moduleList['program'] = 'Project';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = 'QA';
|
||||
$lang->block->moduleList['todo'] = 'Todos';
|
||||
|
||||
@@ -351,8 +351,8 @@ $lang->block->modules['program']->availableBlocks->programteam = 'Project Huma
|
||||
$lang->block->modules['scrum']['index'] = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = 'Project Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->projectCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->projectCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumtest = 'Test Version';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->projectdynamic = 'Dynamics';
|
||||
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = 'Release';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . ' Statistik';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . ' Übersicht';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . ' Liste';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . ' Statistik';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . ' Übersicht';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . ' Liste';
|
||||
$lang->block->modules['project']->availableBlocks->task = 'Aufgaben';
|
||||
$lang->block->modules['project']->availableBlocks->build = 'Build';
|
||||
|
||||
@@ -544,6 +544,6 @@ $lang->block->gridOptions[4] = 'Rechts';
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('Administrator', 'Abteilung erstellen', 'Benutzer erstellen', 'Rechte pflegen');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . ' Besitzer', $lang->productCommon . ' erstellen', 'Module pflegen', 'Pläne pflegen', 'Storys pflegen', 'Release erstellen');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', $lang->projectCommon . ' erstellen', 'Teams pflegen', $lang->productCommon . ' verknüpfen', 'Storys verknüpfen', 'Aufgaben aufteilen');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', $lang->executionCommon . ' erstellen', 'Teams pflegen', $lang->productCommon . ' verknüpfen', 'Storys verknüpfen', 'Aufgaben aufteilen');
|
||||
$lang->block->flowchart['dev'] = array('Entwickler', 'Aufgabe/Bugs anfordern', 'Update Status', 'Aufgaben/Bugs abschließen');
|
||||
$lang->block->flowchart['tester'] = array('QS Team', 'Fälle erstellen', 'Fälle ausführen', 'Bug Berichte', 'Bugs überprüfen', 'Bugs schließen');
|
||||
|
||||
+18
-18
@@ -42,7 +42,7 @@ $lang->block->leftToday = 'Remained Work';
|
||||
$lang->block->myTask = 'My Tasks';
|
||||
$lang->block->myStory = 'Stories';
|
||||
$lang->block->myBug = 'Bugs';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->projectCommon . 's';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->executionCommon . 's';
|
||||
$lang->block->myProduct = 'Unclosed ' . $lang->productCommon . 's';
|
||||
$lang->block->delayed = 'Delayed';
|
||||
$lang->block->noData = 'No data on this type of reports.';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = 'Risks Resolved';
|
||||
$lang->block->createdIssues = 'Issues Created';
|
||||
$lang->block->resolvedIssues = 'Issues Resolved';
|
||||
$lang->block->createdDocs = 'Docs Created';
|
||||
$lang->block->allProject = 'All ' . $lang->projectCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->projectCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->projectCommon;
|
||||
$lang->block->allProject = 'All ' . $lang->executionCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->executionCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = 'Estimated Hours';
|
||||
$lang->block->consumedHours = 'Consumed Hours';
|
||||
$lang->block->time = 'No';
|
||||
@@ -144,7 +144,7 @@ $lang->block->default['scrum']['program']['1']['title'] = 'Project Overview';
|
||||
$lang->block->default['scrum']['program']['1']['block'] = 'scrumoverview';
|
||||
$lang->block->default['scrum']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->projectCommon . ' List';
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->executionCommon . ' List';
|
||||
$lang->block->default['scrum']['program']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['program']['2']['grid'] = 8;
|
||||
|
||||
@@ -156,7 +156,7 @@ $lang->block->default['scrum']['program']['3']['params']['type'] = 'wait';
|
||||
$lang->block->default['scrum']['program']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['program']['3']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->projectCommon . ' Overview';
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->executionCommon . ' Overview';
|
||||
$lang->block->default['scrum']['program']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['program']['4']['grid'] = 4;
|
||||
|
||||
@@ -307,7 +307,7 @@ $lang->block->default['full']['my']['8']['block'] = 'programteam';
|
||||
$lang->block->default['full']['my']['8']['source'] = 'program';
|
||||
$lang->block->default['full']['my']['8']['grid'] = 8;
|
||||
|
||||
$lang->block->default['full']['my']['9']['title'] = $lang->projectCommon . ' List';
|
||||
$lang->block->default['full']['my']['9']['title'] = $lang->executionCommon . ' List';
|
||||
$lang->block->default['full']['my']['9']['block'] = 'program';
|
||||
$lang->block->default['full']['my']['9']['source'] = 'program';
|
||||
$lang->block->default['full']['my']['9']['grid'] = 8;
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = 'My Bugs';
|
||||
$lang->block->availableBlocks->case = 'My Cases';
|
||||
$lang->block->availableBlocks->story = 'My Stories';
|
||||
$lang->block->availableBlocks->product = $lang->productCommon . 's';
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon . 's';
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon . 's';
|
||||
$lang->block->availableBlocks->plan = 'Plans';
|
||||
$lang->block->availableBlocks->release = 'Releases';
|
||||
$lang->block->availableBlocks->build = 'Builds';
|
||||
@@ -337,7 +337,7 @@ $lang->block->availableBlocks->issue = 'My Issues';
|
||||
|
||||
$lang->block->moduleList['program'] = 'Project';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = 'Test';
|
||||
$lang->block->moduleList['todo'] = 'Todo';
|
||||
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = 'Release';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . ' Statistics';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . ' Statistics';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . ' Overview';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . ' List';
|
||||
$lang->block->modules['project']->availableBlocks->task = 'Task';
|
||||
$lang->block->modules['project']->availableBlocks->build = 'Build';
|
||||
|
||||
@@ -478,16 +478,16 @@ $lang->block->typeList->product['closed'] = 'Closed';
|
||||
$lang->block->typeList->product['all'] = 'All';
|
||||
$lang->block->typeList->product['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->project['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->project['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->project['all'] = 'All';
|
||||
$lang->block->typeList->project['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->program['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->program['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->program['all'] = 'All';
|
||||
$lang->block->typeList->program['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->project['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->project['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->project['all'] = 'All';
|
||||
$lang->block->typeList->project['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->scrum['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->scrum['doing'] = 'Ongoing中';
|
||||
$lang->block->typeList->scrum['all'] = 'All';
|
||||
@@ -544,6 +544,6 @@ $lang->block->gridOptions[4] = 'Right';
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('Administrator', 'Add Departments', 'Add Users', 'Maintain Privileges');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . ' Owner', 'Add ' . $lang->productCommon, 'Maintain Modules', 'Maintain Plans', 'Maintain Stories', 'Create Releases');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', 'Add ' . $lang->projectCommon . 's', 'Maintain Teams', 'Link ' . $lang->productCommon . 's', 'Link Stories', 'Create Tasks');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', 'Add ' . $lang->executionCommon . 's', 'Maintain Teams', 'Link ' . $lang->productCommon . 's', 'Link Stories', 'Create Tasks');
|
||||
$lang->block->flowchart['dev'] = array('Dev Team', 'Claim Tasks/Bugs', 'Update Status', 'Finish Tasks/Bugs');
|
||||
$lang->block->flowchart['tester'] = array('Test Team', 'Write Cases', 'Run Cases', 'Report Bugs', 'Verify Bugs', 'Close Bugs');
|
||||
|
||||
+86
-86
@@ -42,7 +42,7 @@ $lang->block->leftToday = 'Reste à faire';
|
||||
$lang->block->myTask = 'Mes Tâches';
|
||||
$lang->block->myStory = 'Stories';
|
||||
$lang->block->myBug = 'Bugs';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->projectCommon . 's';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->executionCommon . 's';
|
||||
$lang->block->myProduct = 'Unclosed ' . $lang->productCommon . 's';
|
||||
$lang->block->delayed = 'Ajourné';
|
||||
$lang->block->noData = 'Pas de données pour ce type de rapport.';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = 'Risks Resolved';
|
||||
$lang->block->createdIssues = 'Issues Created';
|
||||
$lang->block->resolvedIssues = 'Issues Resolved';
|
||||
$lang->block->createdDocs = 'Docs Created';
|
||||
$lang->block->allProject = 'All ' . $lang->projectCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->projectCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->projectCommon;
|
||||
$lang->block->allProject = 'All ' . $lang->executionCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->executionCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = 'Estimated Hours';
|
||||
$lang->block->consumedHours = 'Consumed Hours';
|
||||
$lang->block->time = 'No';
|
||||
@@ -98,71 +98,71 @@ $lang->block->spent = 'Has Been Spent';
|
||||
$lang->block->budget = 'Budget';
|
||||
$lang->block->left = 'Residuals';
|
||||
|
||||
$lang->block->default['waterfall']['project']['1']['title'] = $lang->projectCommon . 'Weekly';
|
||||
$lang->block->default['waterfall']['project']['1']['block'] = 'waterfallreport';
|
||||
$lang->block->default['waterfall']['project']['1']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['project']['1']['grid'] = 8;
|
||||
$lang->block->default['waterfall']['program']['1']['title'] = $lang->executionCommon . 'Weekly';
|
||||
$lang->block->default['waterfall']['program']['1']['block'] = 'waterfallreport';
|
||||
$lang->block->default['waterfall']['program']['1']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['waterfall']['project']['2']['title'] = 'Estimate';
|
||||
$lang->block->default['waterfall']['project']['2']['block'] = 'waterfallestimate';
|
||||
$lang->block->default['waterfall']['project']['2']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['project']['2']['grid'] = 4;
|
||||
$lang->block->default['waterfall']['program']['2']['title'] = 'Estimate';
|
||||
$lang->block->default['waterfall']['program']['2']['block'] = 'waterfallestimate';
|
||||
$lang->block->default['waterfall']['program']['2']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['program']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['waterfall']['project']['3']['title'] = 'Plan Gantt Chart';
|
||||
$lang->block->default['waterfall']['project']['3']['block'] = 'waterfallgantt';
|
||||
$lang->block->default['waterfall']['project']['3']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['project']['3']['grid'] = 8;
|
||||
$lang->block->default['waterfall']['program']['3']['title'] = 'Plan Gantt Chart';
|
||||
$lang->block->default['waterfall']['program']['3']['block'] = 'waterfallgantt';
|
||||
$lang->block->default['waterfall']['program']['3']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['program']['3']['grid'] = 8;
|
||||
|
||||
$lang->block->default['waterfall']['project']['4']['title'] = 'Progress Chart';
|
||||
$lang->block->default['waterfall']['project']['4']['block'] = 'waterfallprogress';
|
||||
$lang->block->default['waterfall']['project']['4']['grid'] = 4;
|
||||
$lang->block->default['waterfall']['program']['4']['title'] = 'Progress Chart';
|
||||
$lang->block->default['waterfall']['program']['4']['block'] = 'waterfallprogress';
|
||||
$lang->block->default['waterfall']['program']['4']['grid'] = 4;
|
||||
|
||||
$lang->block->default['waterfall']['project']['5']['title'] = 'project Issue';
|
||||
$lang->block->default['waterfall']['project']['5']['block'] = 'waterfallissue';
|
||||
$lang->block->default['waterfall']['project']['5']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['project']['5']['grid'] = 8;
|
||||
$lang->block->default['waterfall']['program']['5']['title'] = 'project Issue';
|
||||
$lang->block->default['waterfall']['program']['5']['block'] = 'waterfallissue';
|
||||
$lang->block->default['waterfall']['program']['5']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['program']['5']['grid'] = 8;
|
||||
|
||||
$lang->block->default['waterfall']['project']['5']['params']['type'] = 'all';
|
||||
$lang->block->default['waterfall']['project']['5']['params']['count'] = '15';
|
||||
$lang->block->default['waterfall']['project']['5']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['waterfall']['program']['5']['params']['type'] = 'all';
|
||||
$lang->block->default['waterfall']['program']['5']['params']['count'] = '15';
|
||||
$lang->block->default['waterfall']['program']['5']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['waterfall']['project']['6']['title'] = 'Dynamic';
|
||||
$lang->block->default['waterfall']['project']['6']['block'] = 'dynamic';
|
||||
$lang->block->default['waterfall']['project']['6']['grid'] = 4;
|
||||
$lang->block->default['waterfall']['project']['6']['source'] = '';
|
||||
$lang->block->default['waterfall']['program']['6']['title'] = 'Dynamic';
|
||||
$lang->block->default['waterfall']['program']['6']['block'] = 'dynamic';
|
||||
$lang->block->default['waterfall']['program']['6']['grid'] = 4;
|
||||
$lang->block->default['waterfall']['program']['6']['source'] = '';
|
||||
|
||||
$lang->block->default['waterfall']['project']['7']['title'] = $lang->projectCommon . 'Risk';
|
||||
$lang->block->default['waterfall']['project']['7']['block'] = 'waterfallrisk';
|
||||
$lang->block->default['waterfall']['project']['7']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['project']['7']['grid'] = 8;
|
||||
$lang->block->default['waterfall']['program']['7']['title'] = $lang->executionCommon . 'Risk';
|
||||
$lang->block->default['waterfall']['program']['7']['block'] = 'waterfallrisk';
|
||||
$lang->block->default['waterfall']['program']['7']['source'] = 'project';
|
||||
$lang->block->default['waterfall']['program']['7']['grid'] = 8;
|
||||
|
||||
$lang->block->default['waterfall']['project']['7']['params']['type'] = 'all';
|
||||
$lang->block->default['waterfall']['project']['7']['params']['count'] = '15';
|
||||
$lang->block->default['waterfall']['project']['7']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['waterfall']['program']['7']['params']['type'] = 'all';
|
||||
$lang->block->default['waterfall']['program']['7']['params']['count'] = '15';
|
||||
$lang->block->default['waterfall']['program']['7']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['project']['1']['title'] = $lang->projectCommon . ' Overall';
|
||||
$lang->block->default['scrum']['project']['1']['block'] = 'scrumoverall';
|
||||
$lang->block->default['scrum']['project']['1']['grid'] = 8;
|
||||
$lang->block->default['scrum']['program']['1']['title'] = $lang->executionCommon . ' Overall';
|
||||
$lang->block->default['scrum']['program']['1']['block'] = 'scrumoverall';
|
||||
$lang->block->default['scrum']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['project']['2']['title'] = $lang->projectCommon . ' List';
|
||||
$lang->block->default['scrum']['project']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['project']['2']['grid'] = 8;
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->executionCommon . ' List';
|
||||
$lang->block->default['scrum']['program']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['program']['2']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['project']['3']['title'] = 'Test Version';
|
||||
$lang->block->default['scrum']['project']['3']['block'] = 'scrumtest';
|
||||
$lang->block->default['scrum']['project']['3']['grid'] = 8;
|
||||
$lang->block->default['scrum']['program']['3']['title'] = 'Test Version';
|
||||
$lang->block->default['scrum']['program']['3']['block'] = 'scrumtest';
|
||||
$lang->block->default['scrum']['program']['3']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['project']['3']['params']['type'] = 'all';
|
||||
$lang->block->default['scrum']['project']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['project']['3']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['scrum']['program']['3']['params']['type'] = 'all';
|
||||
$lang->block->default['scrum']['program']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['program']['3']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['project']['4']['title'] = $lang->projectCommon . ' Overview';
|
||||
$lang->block->default['scrum']['project']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['project']['4']['grid'] = 4;
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->executionCommon . ' Overview';
|
||||
$lang->block->default['scrum']['program']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['program']['4']['grid'] = 4;
|
||||
|
||||
$lang->block->default['scrum']['project']['5']['title'] = 'Dynamic';
|
||||
$lang->block->default['scrum']['project']['5']['block'] = 'scrumdynamic';
|
||||
$lang->block->default['scrum']['project']['5']['grid'] = 4;
|
||||
$lang->block->default['scrum']['program']['5']['title'] = 'Dynamic';
|
||||
$lang->block->default['scrum']['program']['5']['block'] = 'scrumdynamic';
|
||||
$lang->block->default['scrum']['program']['5']['grid'] = 4;
|
||||
|
||||
$lang->block->default['product']['1']['title'] = ' Rapport de ' . $lang->productCommon;
|
||||
$lang->block->default['product']['1']['block'] = 'statistic';
|
||||
@@ -190,18 +190,18 @@ $lang->block->default['product']['4']['params']['count'] = 15;
|
||||
$lang->block->default['product']['4']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['product']['4']['params']['type'] = 'assignedTo';
|
||||
|
||||
$lang->block->default['project']['1']['title'] = 'Rapport de ' . $lang->projectCommon;
|
||||
$lang->block->default['project']['1']['title'] = 'Rapport de ' . $lang->executionCommon;
|
||||
$lang->block->default['project']['1']['block'] = 'statistic';
|
||||
$lang->block->default['project']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['project']['1']['params']['type'] = 'all';
|
||||
$lang->block->default['project']['1']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['project']['2']['title'] = "Vue d'ensemble du " . $lang->projectCommon;
|
||||
$lang->block->default['project']['2']['title'] = "Vue d'ensemble du " . $lang->executionCommon;
|
||||
$lang->block->default['project']['2']['block'] = 'overview';
|
||||
$lang->block->default['project']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['project']['3']['title'] = $lang->projectCommon . 's Actifs';
|
||||
$lang->block->default['project']['3']['title'] = $lang->executionCommon . 's Actifs';
|
||||
$lang->block->default['project']['3']['block'] = 'list';
|
||||
$lang->block->default['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -275,7 +275,7 @@ $lang->block->default['full']['my']['3']['grid'] = 4;
|
||||
$lang->block->default['full']['my']['3']['source'] = 'todo';
|
||||
$lang->block->default['full']['my']['3']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['full']['my']['4']['title'] = $lang->projectCommon . ' Statistic';
|
||||
$lang->block->default['full']['my']['4']['title'] = $lang->executionCommon . ' Statistic';
|
||||
$lang->block->default['full']['my']['4']['block'] = 'statistic';
|
||||
$lang->block->default['full']['my']['4']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['4']['grid'] = 8;
|
||||
@@ -285,7 +285,7 @@ $lang->block->default['full']['my']['5']['block'] = 'contribute';
|
||||
$lang->block->default['full']['my']['5']['source'] = '';
|
||||
$lang->block->default['full']['my']['5']['grid'] = 4;
|
||||
|
||||
$lang->block->default['full']['my']['6']['title'] = 'Recent ' . $lang->projectCommon;
|
||||
$lang->block->default['full']['my']['6']['title'] = 'Recent ' . $lang->executionCommon;
|
||||
$lang->block->default['full']['my']['6']['block'] = 'recentproject';
|
||||
$lang->block->default['full']['my']['6']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['6']['grid'] = 8;
|
||||
@@ -307,7 +307,7 @@ $lang->block->default['full']['my']['8']['block'] = 'programteam';
|
||||
$lang->block->default['full']['my']['8']['source'] = 'program';
|
||||
$lang->block->default['full']['my']['8']['grid'] = 8;
|
||||
|
||||
$lang->block->default['full']['my']['9']['title'] = $lang->projectCommon . ' List';
|
||||
$lang->block->default['full']['my']['9']['title'] = $lang->executionCommon . ' List';
|
||||
$lang->block->default['full']['my']['9']['block'] = 'project';
|
||||
$lang->block->default['full']['my']['9']['source'] = 'project';
|
||||
$lang->block->default['full']['my']['9']['grid'] = 8;
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = 'Mes Bugs';
|
||||
$lang->block->availableBlocks->case = 'Mes CasTests';
|
||||
$lang->block->availableBlocks->story = 'Mes Stories';
|
||||
$lang->block->availableBlocks->product = $lang->productCommon . 's';
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon . 's';
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon . 's';
|
||||
$lang->block->availableBlocks->plan = 'Plans';
|
||||
$lang->block->availableBlocks->release = 'Releases';
|
||||
$lang->block->availableBlocks->build = 'Builds';
|
||||
@@ -337,33 +337,33 @@ $lang->block->availableBlocks->issue = 'My Issues';
|
||||
|
||||
$lang->block->moduleList['program'] = 'Project';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = 'Test';
|
||||
$lang->block->moduleList['todo'] = 'Todo';
|
||||
|
||||
$lang->block->modules['program'] = new stdclass();
|
||||
$lang->block->modules['program']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['program']->availableBlocks->program = $lang->projectCommon . ' List';
|
||||
$lang->block->modules['program']->availableBlocks->recentproject = 'Recent ' . $lang->projectCommon;
|
||||
$lang->block->modules['program']->availableBlocks->statistic = $lang->projectCommon . ' Statistic';
|
||||
$lang->block->modules['program']->availableBlocks->programteam = $lang->projectCommon . 'Human Input';
|
||||
$lang->block->modules['program']->availableBlocks->program = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['program']->availableBlocks->recentproject = 'Recent ' . $lang->executionCommon;
|
||||
$lang->block->modules['program']->availableBlocks->statistic = $lang->executionCommon . ' Statistic';
|
||||
$lang->block->modules['program']->availableBlocks->programteam = $lang->executionCommon . 'Human Input';
|
||||
|
||||
$lang->block->modules['scrum']['index'] = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = $lang->projectCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->projectCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->projectCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumtest = 'Test Version';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->projectdynamic = 'Dynamics';
|
||||
|
||||
$lang->block->modules['waterfall']['index'] = new stdclass();
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallreport = $lang->projectCommon . ' Weekly';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallreport = $lang->executionCommon . ' Weekly';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallestimate = 'Estimate';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallgantt = 'Plan Gantt Chart';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallprogress = 'Progress Chart';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallissue = $lang->projectCommon . ' Issue';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallrisk = $lang->projectCommon . ' Risk';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallissue = $lang->executionCommon . ' Issue';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallrisk = $lang->executionCommon . ' Risk';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->projectdynamic = 'Dynamics';
|
||||
|
||||
$lang->block->modules['product'] = new stdclass();
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = 'Release';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . ' Statistiques';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . " Vue d'ensemble";
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . ' Liste';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . ' Statistiques';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . " Vue d'ensemble";
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . ' Liste';
|
||||
$lang->block->modules['project']->availableBlocks->task = 'Tâches';
|
||||
$lang->block->modules['project']->availableBlocks->build = 'Build';
|
||||
|
||||
@@ -478,15 +478,15 @@ $lang->block->typeList->product['closed'] = 'Fermés';
|
||||
$lang->block->typeList->product['all'] = 'Tous';
|
||||
$lang->block->typeList->product['involved'] = 'Impliqués';
|
||||
|
||||
$lang->block->typeList->project['undone'] = 'Non terminés';
|
||||
$lang->block->typeList->project['doing'] = 'En cours';
|
||||
$lang->block->typeList->project['all'] = 'Tous';
|
||||
$lang->block->typeList->project['involved'] = 'Impliqués';
|
||||
$lang->block->typeList->program['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->program['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->program['all'] = 'All';
|
||||
$lang->block->typeList->program['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->execution['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->execution['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->execution['all'] = 'All';
|
||||
$lang->block->typeList->execution['involved'] = 'Involved';
|
||||
$lang->block->typeList->project['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->project['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->project['all'] = 'All';
|
||||
$lang->block->typeList->project['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->scrum['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->scrum['doing'] = 'Ongoing中';
|
||||
@@ -543,7 +543,7 @@ $lang->block->gridOptions[4] = 'Right';
|
||||
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('Administrateur', 'Ajoute Compartiment', 'Ajoute Utilisateurs', 'Administre Privilèges');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . ' Owner', 'Ajoute ' . $lang->productCommon . '/Modules', 'Ajoute ' . $lang->projectCommon . 's', 'Ajoute Stories', 'Maintient Plans', 'Crée Releases');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', 'Ajoute ' . $lang->projectCommon . 's', 'Constitue Equipes', 'Associe ' . $lang->productCommon . 's', 'Rattache Stories', 'Crée/Affecte Tâches');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . ' Owner', 'Ajoute ' . $lang->productCommon . '/Modules', 'Ajoute ' . $lang->executionCommon . 's', 'Ajoute Stories', 'Maintient Plans', 'Crée Releases');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master', 'Ajoute ' . $lang->executionCommon . 's', 'Constitue Equipes', 'Associe ' . $lang->productCommon . 's', 'Rattache Stories', 'Crée/Affecte Tâches');
|
||||
$lang->block->flowchart['dev'] = array('Développeurs', 'Réclament Tâches/Bugs', 'Effectuent Tâches', 'Corrigent Bugs', 'MàJ Statuts', 'Terminent Tâches/Bugs');
|
||||
$lang->block->flowchart['tester'] = array('Testeurs', 'Rédigent CasTests', 'Jouent CasTests', 'Détectent Bugs', 'Vérifient Corrections', 'Ferment Bugs');
|
||||
|
||||
+28
-28
@@ -42,7 +42,7 @@ $lang->block->leftToday = 'Việc hôm nay';
|
||||
$lang->block->myTask = 'Nhiệm vụ';
|
||||
$lang->block->myStory = 'Câu chuyện';
|
||||
$lang->block->myBug = 'Bugs';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->projectCommon . 's';
|
||||
$lang->block->myProject = 'Unclosed ' . $lang->executionCommon . 's';
|
||||
$lang->block->myProduct = 'Unclosed ' . $lang->productCommon . 's';
|
||||
$lang->block->delayed = 'Tạm ngưng';
|
||||
$lang->block->noData = 'Không có dữ liệu trên loại báo cáo này.';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = 'Risks Resolved';
|
||||
$lang->block->createdIssues = 'Issues Created';
|
||||
$lang->block->resolvedIssues = 'Issues Resolved';
|
||||
$lang->block->createdDocs = 'Docs Created';
|
||||
$lang->block->allProject = 'All ' . $lang->projectCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->projectCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->projectCommon;
|
||||
$lang->block->allProject = 'All ' . $lang->executionCommon;
|
||||
$lang->block->doingProject = 'Doning ' . $lang->executionCommon;
|
||||
$lang->block->finishProject = 'Finish ' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = 'Estimated Hours';
|
||||
$lang->block->consumedHours = 'Consumed Hours';
|
||||
$lang->block->time = 'No';
|
||||
@@ -190,18 +190,18 @@ $lang->block->default['product']['4']['params']['count'] = 15;
|
||||
$lang->block->default['product']['4']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['product']['4']['params']['type'] = 'assignedTo';
|
||||
|
||||
$lang->block->default['project']['1']['title'] = 'Báo cáo '.$lang->projectCommon;
|
||||
$lang->block->default['project']['1']['title'] = 'Báo cáo '.$lang->executionCommon;
|
||||
$lang->block->default['project']['1']['block'] = 'statistic';
|
||||
$lang->block->default['project']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['project']['1']['params']['type'] = 'all';
|
||||
$lang->block->default['project']['1']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['project']['2']['title'] = 'Tổng quan '.$lang->projectCommon ;
|
||||
$lang->block->default['project']['2']['title'] = 'Tổng quan '.$lang->executionCommon ;
|
||||
$lang->block->default['project']['2']['block'] = 'overview';
|
||||
$lang->block->default['project']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['project']['3']['title'] = 'Kích hoạt ' . $lang->projectCommon;
|
||||
$lang->block->default['project']['3']['title'] = 'Kích hoạt ' . $lang->executionCommon;
|
||||
$lang->block->default['project']['3']['block'] = 'list';
|
||||
$lang->block->default['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = 'Bugs của bạn';
|
||||
$lang->block->availableBlocks->case = 'Tình huống của bạn';
|
||||
$lang->block->availableBlocks->story = 'Câu chuyện của bạn';
|
||||
$lang->block->availableBlocks->product = $lang->productCommon;
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon;
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon;
|
||||
$lang->block->availableBlocks->plan = 'Kế hoạch';
|
||||
$lang->block->availableBlocks->release = 'Phát hành';
|
||||
$lang->block->availableBlocks->build = 'Bản dựng';
|
||||
@@ -337,33 +337,33 @@ $lang->block->availableBlocks->issue = 'My Issues';
|
||||
|
||||
$lang->block->moduleList['program'] = 'Project';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = 'QA';
|
||||
$lang->block->moduleList['todo'] = 'Việc làm';
|
||||
|
||||
$lang->block->modules['program'] = new stdclass();
|
||||
$lang->block->modules['program']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['program']->availableBlocks->project = $lang->projectCommon . ' List';
|
||||
$lang->block->modules['program']->availableBlocks->recentproject = 'Recent ' . $lang->projectCommon;
|
||||
$lang->block->modules['program']->availableBlocks->statistic = $lang->projectCommon . ' Statistic';
|
||||
$lang->block->modules['program']->availableBlocks->projectteam = $lang->projectCommon . 'Human Input';
|
||||
$lang->block->modules['program']->availableBlocks->program = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['program']->availableBlocks->recentproject = 'Recent ' . $lang->executionCommon;
|
||||
$lang->block->modules['program']->availableBlocks->statistic = $lang->executionCommon . ' Statistic';
|
||||
$lang->block->modules['program']->availableBlocks->programteam = $lang->executionCommon . 'Human Input';
|
||||
|
||||
$lang->block->modules['scrum']['index'] = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = $lang->projectCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->projectCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->projectCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->executionCommon . ' List';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->executionCommon . ' Overview';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumtest = 'Test Version';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->projectdynamic = 'Dynamics';
|
||||
|
||||
$lang->block->modules['waterfall']['index'] = new stdclass();
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallreport = $lang->projectCommon . ' Weekly';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallreport = $lang->executionCommon . ' Weekly';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallestimate = 'Estimate';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallgantt = 'Plan Gantt Chart';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallprogress = 'Progress Chart';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallissue = $lang->projectCommon . ' Issue';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallrisk = $lang->projectCommon . ' Risk';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallissue = $lang->executionCommon . ' Issue';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->waterfallrisk = $lang->executionCommon . ' Risk';
|
||||
$lang->block->modules['waterfall']['index']->availableBlocks->projectdynamic = 'Dynamics';
|
||||
|
||||
$lang->block->modules['product'] = new stdclass();
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = 'Phát hành';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . ' thống';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . ' xem';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . ' danh sách';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . ' thống';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . ' xem';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . ' danh sách';
|
||||
$lang->block->modules['project']->availableBlocks->task = 'Nhiệm vụ';
|
||||
$lang->block->modules['project']->availableBlocks->build = 'Bản dựng';
|
||||
|
||||
@@ -478,16 +478,16 @@ $lang->block->typeList->product['closed'] = 'Đã đóng';
|
||||
$lang->block->typeList->product['all'] = 'Tất cả';
|
||||
$lang->block->typeList->product['involved'] = 'Liên đới';
|
||||
|
||||
$lang->block->typeList->project['undone'] = 'Chưa kết thúc';
|
||||
$lang->block->typeList->project['doing'] = 'Đang làm';
|
||||
$lang->block->typeList->project['all'] = 'Tất cả';
|
||||
$lang->block->typeList->project['involved'] = 'Liên đới';
|
||||
|
||||
$lang->block->typeList->program['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->program['doing'] = 'Ongoing';
|
||||
$lang->block->typeList->program['all'] = 'All';
|
||||
$lang->block->typeList->program['involved'] = 'Involved';
|
||||
|
||||
$lang->block->typeList->project['undone'] = 'Chưa kết thúc';
|
||||
$lang->block->typeList->project['doing'] = 'Đang làm';
|
||||
$lang->block->typeList->project['all'] = 'Tất cả';
|
||||
$lang->block->typeList->project['involved'] = 'Liên đới';
|
||||
|
||||
$lang->block->typeList->scrum['undone'] = 'Unfinished';
|
||||
$lang->block->typeList->scrum['doing'] = 'Ongoing中';
|
||||
$lang->block->typeList->scrum['all'] = 'All';
|
||||
@@ -544,6 +544,6 @@ $lang->block->gridOptions[4] = 'Phải';
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('Quản trị viên', 'Phòng/ban', 'Người dùng', 'Phân quyền');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon, $lang->productCommon, 'Modules', 'Kế hoạch', 'Câu chuyện', 'Phát hành');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master',$lang->projectCommon, 'Đội nhóm', $lang->productCommon, 'Câu chuyện', 'Nhiệm vụ');
|
||||
$lang->block->flowchart['project'] = array('Scrum Master',$lang->executionCommon, 'Đội nhóm', $lang->productCommon, 'Câu chuyện', 'Nhiệm vụ');
|
||||
$lang->block->flowchart['dev'] = array('Dev Team', 'Nhiệm vụ/Bugs', 'Tình trạng');
|
||||
$lang->block->flowchart['tester'] = array('QA Team', 'Tình huống', 'Báo cáo Bugs', 'Kiểm tra Bugs', 'Đóng Bugs');
|
||||
|
||||
+17
-17
@@ -42,7 +42,7 @@ $lang->block->leftToday = '今天剩余工作总计';
|
||||
$lang->block->myTask = '我的任务';
|
||||
$lang->block->myStory = "我的{$lang->SRCommon}";
|
||||
$lang->block->myBug = '我的BUG';
|
||||
$lang->block->myProject = '未关闭的' . $lang->projectCommon;
|
||||
$lang->block->myProject = '未关闭的' . $lang->executionCommon;
|
||||
$lang->block->myProduct = '未关闭的' . $lang->productCommon;
|
||||
$lang->block->delayed = '已延期';
|
||||
$lang->block->noData = '当前统计类型下暂无数据';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = '解决的风险数';
|
||||
$lang->block->createdIssues = '创建的问题数';
|
||||
$lang->block->resolvedIssues = '解决的问题数';
|
||||
$lang->block->createdDocs = '创建的文档数';
|
||||
$lang->block->allProject = '所有' . $lang->projectCommon;
|
||||
$lang->block->doingProject = '进行中的' . $lang->projectCommon;
|
||||
$lang->block->finishProject = '累积' . $lang->projectCommon;
|
||||
$lang->block->allProject = '所有' . $lang->executionCommon;
|
||||
$lang->block->doingProject = '进行中的' . $lang->executionCommon;
|
||||
$lang->block->finishProject = '累积' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = '预计工时';
|
||||
$lang->block->consumedHours = '已消耗';
|
||||
$lang->block->time = '第';
|
||||
@@ -144,7 +144,7 @@ $lang->block->default['scrum']['program']['1']['title'] = '项目整体情况';
|
||||
$lang->block->default['scrum']['program']['1']['block'] = 'scrumoverview';
|
||||
$lang->block->default['scrum']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->projectCommon . '列表';
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->executionCommon . '列表';
|
||||
$lang->block->default['scrum']['program']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['program']['2']['grid'] = 8;
|
||||
|
||||
@@ -156,7 +156,7 @@ $lang->block->default['scrum']['program']['3']['params']['type'] = 'wait';
|
||||
$lang->block->default['scrum']['program']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['program']['3']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->projectCommon . '总览';
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->executionCommon . '总览';
|
||||
$lang->block->default['scrum']['program']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['program']['4']['grid'] = 4;
|
||||
|
||||
@@ -190,18 +190,18 @@ $lang->block->default['product']['4']['params']['count'] = 15;
|
||||
$lang->block->default['product']['4']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['product']['4']['params']['type'] = 'assignedTo';
|
||||
|
||||
$lang->block->default['project']['1']['title'] = $lang->projectCommon . '统计';
|
||||
$lang->block->default['project']['1']['title'] = $lang->executionCommon . '统计';
|
||||
$lang->block->default['project']['1']['block'] = 'statistic';
|
||||
$lang->block->default['project']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['project']['1']['params']['type'] = 'all';
|
||||
$lang->block->default['project']['1']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['project']['2']['title'] = $lang->projectCommon . '总览';
|
||||
$lang->block->default['project']['2']['title'] = $lang->executionCommon . '总览';
|
||||
$lang->block->default['project']['2']['block'] = 'overview';
|
||||
$lang->block->default['project']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['project']['3']['title'] = '未关闭的' . $lang->projectCommon;
|
||||
$lang->block->default['project']['3']['title'] = '未关闭的' . $lang->executionCommon;
|
||||
$lang->block->default['project']['3']['block'] = 'list';
|
||||
$lang->block->default['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = '我的Bug';
|
||||
$lang->block->availableBlocks->case = '我的用例';
|
||||
$lang->block->availableBlocks->story = "我的{$lang->SRCommon}";
|
||||
$lang->block->availableBlocks->product = $lang->productCommon . '列表';
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon . '列表';
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon . '列表';
|
||||
$lang->block->availableBlocks->plan = "计划列表";
|
||||
$lang->block->availableBlocks->release = '发布列表';
|
||||
$lang->block->availableBlocks->build = '版本列表';
|
||||
@@ -337,7 +337,7 @@ $lang->block->availableBlocks->issue = '我的问题';
|
||||
|
||||
$lang->block->moduleList['program'] = '项目';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = '测试';
|
||||
$lang->block->moduleList['todo'] = '待办';
|
||||
|
||||
@@ -351,8 +351,8 @@ $lang->block->modules['program']->availableBlocks->programteam = '项目人力
|
||||
$lang->block->modules['scrum']['index'] = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = '项目整体情况';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->projectCommon . '列表';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->projectCommon . '总览';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->executionCommon . '列表';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->executionCommon . '总览';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumtest = '待测版本';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->projectdynamic = '最新动态';
|
||||
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = '发布列表';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . '统计';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . '总览';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . '列表';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . '统计';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . '总览';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . '列表';
|
||||
$lang->block->modules['project']->availableBlocks->task = '任务列表';
|
||||
$lang->block->modules['project']->availableBlocks->build = '版本列表';
|
||||
|
||||
@@ -544,6 +544,6 @@ $lang->block->gridOptions[4] = '右侧';
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('管理员', '维护公司', '添加用户', '维护权限');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . '经理', '创建' . $lang->productCommon, '维护模块', "维护计划", "维护{$lang->SRCommon}", '创建发布');
|
||||
$lang->block->flowchart['project'] = array($lang->projectCommon . '经理', '创建' . $lang->projectCommon, '维护团队', '关联' . $lang->productCommon, "关联{$lang->SRCommon}", '分解任务');
|
||||
$lang->block->flowchart['project'] = array($lang->executionCommon . '经理', '创建' . $lang->executionCommon, '维护团队', '关联' . $lang->productCommon, "关联{$lang->SRCommon}", '分解任务');
|
||||
$lang->block->flowchart['dev'] = array('研发人员', '领取任务和Bug', '更新状态', '完成任务和Bug');
|
||||
$lang->block->flowchart['tester'] = array('测试人员', '撰写用例', '执行用例', '提交Bug', '验证Bug', '关闭Bug');
|
||||
|
||||
+17
-17
@@ -42,7 +42,7 @@ $lang->block->leftToday = '今天剩餘工作總計';
|
||||
$lang->block->myTask = '我的任務';
|
||||
$lang->block->myStory = "我的{$lang->SRCommon}";
|
||||
$lang->block->myBug = '我的BUG';
|
||||
$lang->block->myProject = '未關閉的' . $lang->projectCommon;
|
||||
$lang->block->myProject = '未關閉的' . $lang->executionCommon;
|
||||
$lang->block->myProduct = '未關閉的' . $lang->productCommon;
|
||||
$lang->block->delayed = '已延期';
|
||||
$lang->block->noData = '當前統計類型下暫無數據';
|
||||
@@ -59,9 +59,9 @@ $lang->block->resolvedRisks = '解決的風險數';
|
||||
$lang->block->createdIssues = '創建的問題數';
|
||||
$lang->block->resolvedIssues = '解決的問題數';
|
||||
$lang->block->createdDocs = '創建的文檔數';
|
||||
$lang->block->allProject = '所有' . $lang->projectCommon;
|
||||
$lang->block->doingProject = '進行中的' . $lang->projectCommon;
|
||||
$lang->block->finishProject = '累積' . $lang->projectCommon;
|
||||
$lang->block->allProject = '所有' . $lang->executionCommon;
|
||||
$lang->block->doingProject = '進行中的' . $lang->executionCommon;
|
||||
$lang->block->finishProject = '累積' . $lang->executionCommon;
|
||||
$lang->block->estimatedHours = '預計工時';
|
||||
$lang->block->consumedHours = '已消耗';
|
||||
$lang->block->time = '第';
|
||||
@@ -144,7 +144,7 @@ $lang->block->default['scrum']['program']['1']['title'] = '項目整體情況';
|
||||
$lang->block->default['scrum']['program']['1']['block'] = 'scrumoverview';
|
||||
$lang->block->default['scrum']['program']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->projectCommon . '列表';
|
||||
$lang->block->default['scrum']['program']['2']['title'] = $lang->executionCommon . '列表';
|
||||
$lang->block->default['scrum']['program']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['program']['2']['grid'] = 8;
|
||||
|
||||
@@ -156,7 +156,7 @@ $lang->block->default['scrum']['program']['3']['params']['type'] = 'wait';
|
||||
$lang->block->default['scrum']['program']['3']['params']['count'] = '15';
|
||||
$lang->block->default['scrum']['program']['3']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->projectCommon . '總覽';
|
||||
$lang->block->default['scrum']['program']['4']['title'] = $lang->executionCommon . '總覽';
|
||||
$lang->block->default['scrum']['program']['4']['block'] = 'sprint';
|
||||
$lang->block->default['scrum']['program']['4']['grid'] = 4;
|
||||
|
||||
@@ -190,18 +190,18 @@ $lang->block->default['product']['4']['params']['count'] = 15;
|
||||
$lang->block->default['product']['4']['params']['orderBy'] = 'id_desc';
|
||||
$lang->block->default['product']['4']['params']['type'] = 'assignedTo';
|
||||
|
||||
$lang->block->default['project']['1']['title'] = $lang->projectCommon . '統計';
|
||||
$lang->block->default['project']['1']['title'] = $lang->executionCommon . '統計';
|
||||
$lang->block->default['project']['1']['block'] = 'statistic';
|
||||
$lang->block->default['project']['1']['grid'] = 8;
|
||||
|
||||
$lang->block->default['project']['1']['params']['type'] = 'all';
|
||||
$lang->block->default['project']['1']['params']['count'] = '20';
|
||||
|
||||
$lang->block->default['project']['2']['title'] = $lang->projectCommon . '總覽';
|
||||
$lang->block->default['project']['2']['title'] = $lang->executionCommon . '總覽';
|
||||
$lang->block->default['project']['2']['block'] = 'overview';
|
||||
$lang->block->default['project']['2']['grid'] = 4;
|
||||
|
||||
$lang->block->default['project']['3']['title'] = '未關閉的' . $lang->projectCommon;
|
||||
$lang->block->default['project']['3']['title'] = '未關閉的' . $lang->executionCommon;
|
||||
$lang->block->default['project']['3']['block'] = 'list';
|
||||
$lang->block->default['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -327,7 +327,7 @@ $lang->block->availableBlocks->bug = '我的Bug';
|
||||
$lang->block->availableBlocks->case = '我的用例';
|
||||
$lang->block->availableBlocks->story = "我的{$lang->SRCommon}";
|
||||
$lang->block->availableBlocks->product = $lang->productCommon . '列表';
|
||||
$lang->block->availableBlocks->project = $lang->projectCommon . '列表';
|
||||
$lang->block->availableBlocks->project = $lang->executionCommon . '列表';
|
||||
$lang->block->availableBlocks->plan = "計劃列表";
|
||||
$lang->block->availableBlocks->release = '發佈列表';
|
||||
$lang->block->availableBlocks->build = '版本列表';
|
||||
@@ -337,7 +337,7 @@ $lang->block->availableBlocks->issue = '我的問題';
|
||||
|
||||
$lang->block->moduleList['program'] = '項目';
|
||||
$lang->block->moduleList['product'] = $lang->productCommon;
|
||||
$lang->block->moduleList['project'] = $lang->executionCommon;
|
||||
$lang->block->moduleList['project'] = $lang->execution->common;
|
||||
$lang->block->moduleList['qa'] = '測試';
|
||||
$lang->block->moduleList['todo'] = '待辦';
|
||||
|
||||
@@ -351,8 +351,8 @@ $lang->block->modules['program']->availableBlocks->programteam = '項目人力
|
||||
$lang->block->modules['scrum']['index'] = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumoverview = '項目整體情況';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->projectCommon . '列表';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->projectCommon . '總覽';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumlist = $lang->executionCommon . '列表';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->sprint = $lang->executionCommon . '總覽';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->scrumtest = '待測版本';
|
||||
$lang->block->modules['scrum']['index']->availableBlocks->projectdynamic = '最新動態';
|
||||
|
||||
@@ -377,9 +377,9 @@ $lang->block->modules['product']->availableBlocks->release = '發佈列表';
|
||||
|
||||
$lang->block->modules['project'] = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks = new stdclass();
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->executionCommon . '統計';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->executionCommon . '總覽';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->executionCommon . '列表';
|
||||
$lang->block->modules['project']->availableBlocks->statistic = $lang->execution->common . '統計';
|
||||
$lang->block->modules['project']->availableBlocks->overview = $lang->execution->common . '總覽';
|
||||
$lang->block->modules['project']->availableBlocks->list = $lang->execution->common . '列表';
|
||||
$lang->block->modules['project']->availableBlocks->task = '任務列表';
|
||||
$lang->block->modules['project']->availableBlocks->build = '版本列表';
|
||||
|
||||
@@ -544,6 +544,6 @@ $lang->block->gridOptions[4] = '右側';
|
||||
$lang->block->flowchart = array();
|
||||
$lang->block->flowchart['admin'] = array('管理員', '維護公司', '添加用戶', '維護權限');
|
||||
$lang->block->flowchart['product'] = array($lang->productCommon . '經理', '創建' . $lang->productCommon, '維護模組', "維護計劃", "維護{$lang->SRCommon}", '創建發佈');
|
||||
$lang->block->flowchart['project'] = array($lang->projectCommon . '經理', '創建' . $lang->projectCommon, '維護團隊', '關聯' . $lang->productCommon, "關聯{$lang->SRCommon}", '分解任務');
|
||||
$lang->block->flowchart['project'] = array($lang->executionCommon . '經理', '創建' . $lang->executionCommon, '維護團隊', '關聯' . $lang->productCommon, "關聯{$lang->SRCommon}", '分解任務');
|
||||
$lang->block->flowchart['dev'] = array('研發人員', '領取任務和Bug', '更新狀態', '完成任務和Bug');
|
||||
$lang->block->flowchart['tester'] = array('測試人員', '撰寫用例', '執行用例', '提交Bug', '驗證Bug', '關閉Bug');
|
||||
|
||||
@@ -31,8 +31,8 @@ class bug extends control
|
||||
$this->loadModel('action');
|
||||
$this->loadModel('story');
|
||||
$this->loadModel('task');
|
||||
$this->view->products = $this->products = $this->product->getProductPairsByProject($this->session->PRJ);
|
||||
|
||||
$this->view->products = $this->products = $this->product->getProductPairsByProject($this->session->PRJ);
|
||||
if(empty($this->products)) die($this->locate($this->createLink('product', 'showErrorNone', "fromModule=bug")));
|
||||
}
|
||||
|
||||
@@ -598,13 +598,13 @@ class bug extends control
|
||||
|
||||
/* Get product info. */
|
||||
$productID = $bug->product;
|
||||
$productName = $this->products[$productID];
|
||||
$productName = isset($this->products[$productID]) ? $this->products[$productID] : '';
|
||||
$branches = $this->session->currentProductType == 'normal' ? array() : $this->loadModel('branch')->getPairs($bug->product);
|
||||
|
||||
$this->executeHooks($bugID);
|
||||
|
||||
/* Header and positon. */
|
||||
$this->view->title = "BUG #$bug->id $bug->title - " . $this->products[$productID];
|
||||
$this->view->title = "BUG #$bug->id $bug->title - " . $productName;
|
||||
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $productName);
|
||||
$this->view->position[] = $this->lang->bug->view;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branch/Platform';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Modul';
|
||||
$lang->bug->moduleAB = 'Modul';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->project = $lang->executionCommon;
|
||||
$lang->bug->story = 'Story';
|
||||
$lang->bug->storyVersion = 'Story Version';
|
||||
$lang->bug->color = 'Farbe des Titels';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = 'Neu';
|
||||
/* legend列表。*/
|
||||
$lang->bug->legendBasicInfo = 'Basis Info';
|
||||
$lang->bug->legendAttatch = 'Anlagen';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . '/Story/Task';
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . '/Story/Task';
|
||||
$lang->bug->lblTypeAndSeverity = 'Typ/Schwere';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'System/Browser';
|
||||
$lang->bug->legendSteps = 'Reproduktionsschritte';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = 'Confirm';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->bug->summary = "Bugs on this page : <strong>%s</strong> Total, <strong>%s</strong> Unresolved.";
|
||||
$lang->bug->confirmChangeProduct = "Change {$lang->productCommon} will cause linked {$lang->projectCommon},Story and Task change. Do you want to do this?";
|
||||
$lang->bug->confirmChangeProduct = "Change {$lang->productCommon} will cause linked {$lang->executionCommon},Story and Task change. Do you want to do this?";
|
||||
$lang->bug->confirmDelete = 'Do you want to delete this bug?';
|
||||
$lang->bug->remindTask = 'This Bug has been converted to Task. Do you want to update Status of Task(ID %s)?';
|
||||
$lang->bug->skipClose = 'Bug %s is not resolved. You cannot close it.';
|
||||
$lang->bug->projectAccessDenied = "You access to the {$lang->projectCommon} to which this bug belongs is denied!";
|
||||
$lang->bug->projectAccessDenied = "You access to the {$lang->executionCommon} to which this bug belongs is denied!";
|
||||
$lang->bug->stepsNotEmpty = "The reproduction step cannot be empty.";
|
||||
|
||||
/* 模板。*/
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = 'Berichte';
|
||||
$lang->bug->report->select = 'Typ selektieren ';
|
||||
$lang->bug->report->create = 'Bericht erstellen';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->projectCommon . ' Bugs';
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->executionCommon . ' Bugs';
|
||||
$lang->bug->report->charts['bugsPerBuild'] = 'Bugs pro Build';
|
||||
$lang->bug->report->charts['bugsPerModule'] = 'Bugs pro Modul';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = 'Erstellte Bugs pro Tag';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = 'Build';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = 'Modul';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branch/Platform';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Module';
|
||||
$lang->bug->moduleAB = 'Module';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->project = $lang->executionCommon;
|
||||
$lang->bug->story = 'Story';
|
||||
$lang->bug->storyVersion = 'Story Version';
|
||||
$lang->bug->color = 'Color';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = 'New';
|
||||
/* Legend list。*/
|
||||
$lang->bug->legendBasicInfo = 'Basic Info';
|
||||
$lang->bug->legendAttatch = 'Files';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . '/Story/Task';
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . '/Story/Task';
|
||||
$lang->bug->lblTypeAndSeverity = 'Type/Severity';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'System/Browser';
|
||||
$lang->bug->legendSteps = 'Repro Steps';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = 'Confirm';
|
||||
|
||||
/* Interactive prompt. */
|
||||
$lang->bug->summary = "Total <strong>%s</strong> bugs on this page, and <strong>%s</strong> Active.";
|
||||
$lang->bug->confirmChangeProduct = "Any change to {$lang->productCommon} will cause linked {$lang->projectCommon}s, stories and tasks change. Do you want to do this?";
|
||||
$lang->bug->confirmChangeProduct = "Any change to {$lang->productCommon} will cause linked {$lang->executionCommon}s, stories and tasks change. Do you want to do this?";
|
||||
$lang->bug->confirmDelete = 'Do you want to delete this bug?';
|
||||
$lang->bug->remindTask = 'This bug has been converted to a task. Do you want to update the status of Task(ID %s)?';
|
||||
$lang->bug->skipClose = 'Bug %s is active. You cannot close it.';
|
||||
$lang->bug->projectAccessDenied = "You access to the {$lang->projectCommon} to which this bug belongs is denied!";
|
||||
$lang->bug->projectAccessDenied = "You access to the {$lang->executionCommon} to which this bug belongs is denied!";
|
||||
$lang->bug->stepsNotEmpty = "The reproduction step cannot be empty.";
|
||||
|
||||
/* Template. */
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = 'Report';
|
||||
$lang->bug->report->select = 'Select Report Type';
|
||||
$lang->bug->report->create = 'Create Report';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->projectCommon . ' Bugs';
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->executionCommon . ' Bugs';
|
||||
$lang->bug->report->charts['bugsPerBuild'] = 'Bugs Per Build';
|
||||
$lang->bug->report->charts['bugsPerModule'] = 'Bugs Per Module';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = 'Reported Bugs Per Day';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = 'Build';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = 'Module';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branche/Plateforme';
|
||||
$lang->bug->productplan = 'Plan';
|
||||
$lang->bug->module = 'Module';
|
||||
$lang->bug->moduleAB = 'Module';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->project = $lang->executionCommon;
|
||||
$lang->bug->story = 'Story';
|
||||
$lang->bug->storyVersion = 'Version Story';
|
||||
$lang->bug->color = 'Couleur';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = 'Nouveau';
|
||||
/* legend列表。*/
|
||||
$lang->bug->legendBasicInfo = 'Infos de Base';
|
||||
$lang->bug->legendAttatch = 'Fichiers';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . '/Story/Tâche';
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . '/Story/Tâche';
|
||||
$lang->bug->lblTypeAndSeverity = 'Type/Severité';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'Système/Browser';
|
||||
$lang->bug->legendSteps = 'Etapes Repro';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = 'Confirmer';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->bug->summary = "Total de <strong>%s</strong> bugs sur cette page, et <strong>%s</strong> sont Actifs.";
|
||||
$lang->bug->confirmChangeProduct = "Tout changement aux {$lang->productCommon} fera que les {$lang->projectCommon}s, stories et tâches associées vont changer. Voulez-vous faire cela ?";
|
||||
$lang->bug->confirmChangeProduct = "Tout changement aux {$lang->productCommon} fera que les {$lang->executionCommon}s, stories et tâches associées vont changer. Voulez-vous faire cela ?";
|
||||
$lang->bug->confirmDelete = 'Voulez-vous supprimer ce bug ?';
|
||||
$lang->bug->remindTask = 'Ce bug a été converti en tâche. Voulez-vous mettre à jour le statut de la Tâche(ID %s) ?';
|
||||
$lang->bug->skipClose = 'Bug %s est actif. Vous ne pouvez pas le fermer.';
|
||||
$lang->bug->projectAccessDenied = "Votre accès à {$lang->projectCommon} auquel ce bug appartient est refusé !";
|
||||
$lang->bug->projectAccessDenied = "Votre accès à {$lang->executionCommon} auquel ce bug appartient est refusé !";
|
||||
$lang->bug->stepsNotEmpty = "The reproduction step cannot be empty.";
|
||||
|
||||
/* 模板。*/
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = 'Rapport';
|
||||
$lang->bug->report->select = 'Sélect Type de Rapport';
|
||||
$lang->bug->report->create = 'Créer Rapport';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = 'Bugs ' . $lang->projectCommon;
|
||||
$lang->bug->report->charts['bugsPerProject'] = 'Bugs ' . $lang->executionCommon;
|
||||
$lang->bug->report->charts['bugsPerBuild'] = 'Bugs Par Build';
|
||||
$lang->bug->report->charts['bugsPerModule'] = 'Bugs Par Module';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = 'Bugs Détectés Par Jour';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = 'Build';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = 'Module';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = 'Branch/Platform';
|
||||
$lang->bug->productplan = 'Kế hoạch';
|
||||
$lang->bug->module = 'Module';
|
||||
$lang->bug->moduleAB = 'Module';
|
||||
$lang->bug->project = $lang->projectCommon;
|
||||
$lang->bug->project = $lang->executionCommon;
|
||||
$lang->bug->story = 'Câu chuyện';
|
||||
$lang->bug->storyVersion = 'Phiên bản câu chuyện';
|
||||
$lang->bug->color = 'Màu';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = 'Mới';
|
||||
/* Legend list。*/
|
||||
$lang->bug->legendBasicInfo = 'Thông tin cơ bản';
|
||||
$lang->bug->legendAttatch = 'Files';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . '/Câu chuyện/Nhiệm vụ';
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . '/Câu chuyện/Nhiệm vụ';
|
||||
$lang->bug->lblTypeAndSeverity = 'Loại/Mức độ';
|
||||
$lang->bug->lblSystemBrowserAndHardware = 'Hệ thống/Trình duyệt';
|
||||
$lang->bug->legendSteps = 'Các bước Repro';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = 'Xác nhận';
|
||||
|
||||
/* Interactive prompt. */
|
||||
$lang->bug->summary = "Tổng <strong>%s</strong> bugs, và <strong>%s</strong> kích hoạt.";
|
||||
$lang->bug->confirmChangeProduct = "Mọi sự thay đổi tới {$lang->productCommon} sẽ là nguyên nhân liên kết {$lang->projectCommon}, câu chuyện và nhiệm vụ thay đổi. Bạn có muốn làm điều này?";
|
||||
$lang->bug->confirmChangeProduct = "Mọi sự thay đổi tới {$lang->productCommon} sẽ là nguyên nhân liên kết {$lang->executionCommon}, câu chuyện và nhiệm vụ thay đổi. Bạn có muốn làm điều này?";
|
||||
$lang->bug->confirmDelete = 'Bạn có muốn xóa bug này?';
|
||||
$lang->bug->remindTask = 'Bug này đã chuyển thành một nhiệm vụ. Bạn có muốn cập nhật tình trạng của nhiệm vụ(ID %s)?';
|
||||
$lang->bug->skipClose = 'Bug %s được kích hoạt. Bạn không thể đóng nó.';
|
||||
$lang->bug->projectAccessDenied = "Truy cập của bạn tới {$lang->projectCommon} mà Bug này sở hữu bị từ chối!";
|
||||
$lang->bug->projectAccessDenied = "Truy cập của bạn tới {$lang->executionCommon} mà Bug này sở hữu bị từ chối!";
|
||||
$lang->bug->stepsNotEmpty = "The reproduction step cannot be empty.";
|
||||
|
||||
/* Template. */
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = 'Báo cáo';
|
||||
$lang->bug->report->select = 'Chọn loại báo cáo';
|
||||
$lang->bug->report->create = 'Tạo báo cáo';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = 'Bugs '.$lang->projectCommon;
|
||||
$lang->bug->report->charts['bugsPerProject'] = 'Bugs '.$lang->executionCommon;
|
||||
$lang->bug->report->charts['bugsPerBuild'] = 'Bugs mỗi bản dựng';
|
||||
$lang->bug->report->charts['bugsPerModule'] = 'Bugs mỗi Module';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = 'Bugs đã báo cáo mỗi ngày';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = 'Bản dựng';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = 'Module';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = '分支/平台';
|
||||
$lang->bug->productplan = '所属' . '计划';
|
||||
$lang->bug->module = '所属模块';
|
||||
$lang->bug->moduleAB = '模块';
|
||||
$lang->bug->project = '所属' . $lang->projectCommon;
|
||||
$lang->bug->project = '所属' . $lang->executionCommon;
|
||||
$lang->bug->story = "相关{$lang->projectSRCommon}";
|
||||
$lang->bug->storyVersion = "{$lang->projectSRCommon}版本";
|
||||
$lang->bug->color = '标题颜色';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = '创建';
|
||||
/* legend列表。*/
|
||||
$lang->bug->legendBasicInfo = '基本信息';
|
||||
$lang->bug->legendAttatch = '附件';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . "/{$lang->projectSRCommon}/任务";
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . "/{$lang->projectSRCommon}/任务";
|
||||
$lang->bug->lblTypeAndSeverity = '类型/严重程度';
|
||||
$lang->bug->lblSystemBrowserAndHardware = '系统/浏览器';
|
||||
$lang->bug->legendSteps = '重现步骤';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = '确认';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->bug->summary = "本页共 <strong>%s</strong> 个Bug,未解决 <strong>%s</strong>。";
|
||||
$lang->bug->confirmChangeProduct = "修改{$lang->productCommon}会导致相应的{$lang->projectCommon}、{$lang->projectSRCommon}和任务发生变化,确定吗?";
|
||||
$lang->bug->confirmChangeProduct = "修改{$lang->productCommon}会导致相应的{$lang->executionCommon}、{$lang->projectSRCommon}和任务发生变化,确定吗?";
|
||||
$lang->bug->confirmDelete = '您确认要删除该Bug吗?';
|
||||
$lang->bug->remindTask = '该Bug已经转化为任务,是否更新任务(编号:%s)状态 ?';
|
||||
$lang->bug->skipClose = 'Bug %s 不是已解决状态,不能关闭。';
|
||||
$lang->bug->projectAccessDenied = "您无权访问该Bug所属的{$lang->projectCommon}!";
|
||||
$lang->bug->projectAccessDenied = "您无权访问该Bug所属的{$lang->executionCommon}!";
|
||||
$lang->bug->stepsNotEmpty = "重现步骤不能为空。";
|
||||
|
||||
/* 模板。*/
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = '报表';
|
||||
$lang->bug->report->select = '请选择报表类型';
|
||||
$lang->bug->report->create = '生成报表';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->projectCommon . 'Bug数量';
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->executionCommon . 'Bug数量';
|
||||
$lang->bug->report->charts['bugsPerBuild'] = '版本Bug数量';
|
||||
$lang->bug->report->charts['bugsPerModule'] = '模块Bug数量';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = '每天新增Bug数';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = '版本';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = '模块';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ $lang->bug->branch = '分支/平台';
|
||||
$lang->bug->productplan = '所屬計劃';
|
||||
$lang->bug->module = '所屬模組';
|
||||
$lang->bug->moduleAB = '模組';
|
||||
$lang->bug->project = '所屬' . $lang->projectCommon;
|
||||
$lang->bug->project = '所屬' . $lang->executionCommon;
|
||||
$lang->bug->story = "相關{$lang->productSRCommon}";
|
||||
$lang->bug->storyVersion = "{$lang->productSRCommon}版本";
|
||||
$lang->bug->color = '標題顏色';
|
||||
@@ -159,7 +159,7 @@ $lang->bug->createBuild = '創建';
|
||||
/* legend列表。*/
|
||||
$lang->bug->legendBasicInfo = '基本信息';
|
||||
$lang->bug->legendAttatch = '附件';
|
||||
$lang->bug->legendPrjStoryTask = $lang->projectCommon . "/{$lang->productSRCommon}/任務";
|
||||
$lang->bug->legendPrjStoryTask = $lang->executionCommon . "/{$lang->productSRCommon}/任務";
|
||||
$lang->bug->lblTypeAndSeverity = '類型/嚴重程度';
|
||||
$lang->bug->lblSystemBrowserAndHardware = '系統/瀏覽器';
|
||||
$lang->bug->legendSteps = '重現步驟';
|
||||
@@ -173,11 +173,11 @@ $lang->bug->buttonConfirm = '確認';
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->bug->summary = "本頁共 <strong>%s</strong> 個Bug,未解決 <strong>%s</strong>。";
|
||||
$lang->bug->confirmChangeProduct = "修改{$lang->productCommon}會導致相應的{$lang->projectCommon}、{$lang->productSRCommon}和任務發生變化,確定嗎?";
|
||||
$lang->bug->confirmChangeProduct = "修改{$lang->productCommon}會導致相應的{$lang->executionCommon}、{$lang->productSRCommon}和任務發生變化,確定嗎?";
|
||||
$lang->bug->confirmDelete = '您確認要刪除該Bug嗎?';
|
||||
$lang->bug->remindTask = '該Bug已經轉化為任務,是否更新任務(編號:%s)狀態 ?';
|
||||
$lang->bug->skipClose = 'Bug %s 不是已解決狀態,不能關閉。';
|
||||
$lang->bug->projectAccessDenied = "您無權訪問該Bug所屬的{$lang->projectCommon}!";
|
||||
$lang->bug->projectAccessDenied = "您無權訪問該Bug所屬的{$lang->executionCommon}!";
|
||||
$lang->bug->stepsNotEmpty = "重現步驟不能為空。";
|
||||
|
||||
/* 模板。*/
|
||||
@@ -278,7 +278,7 @@ $lang->bug->report->common = '報表';
|
||||
$lang->bug->report->select = '請選擇報表類型';
|
||||
$lang->bug->report->create = '生成報表';
|
||||
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->projectCommon . 'Bug數量';
|
||||
$lang->bug->report->charts['bugsPerProject'] = $lang->executionCommon . 'Bug數量';
|
||||
$lang->bug->report->charts['bugsPerBuild'] = '版本Bug數量';
|
||||
$lang->bug->report->charts['bugsPerModule'] = '模組Bug數量';
|
||||
$lang->bug->report->charts['openedBugsPerDay'] = '每天新增Bug數';
|
||||
@@ -341,7 +341,7 @@ $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
|
||||
$lang->bug->report->bugLiveDays->graph = new stdclass();
|
||||
$lang->bug->report->bugHistories->graph = new stdclass();
|
||||
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->projectCommon;
|
||||
$lang->bug->report->bugsPerProject->graph->xAxisName = $lang->executionCommon;
|
||||
$lang->bug->report->bugsPerBuild->graph->xAxisName = '版本';
|
||||
$lang->bug->report->bugsPerModule->graph->xAxisName = '模組';
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = 'Basis Info';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = 'Platform/Branch';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->project = $lang->executionCommon;
|
||||
$lang->build->name = 'Name';
|
||||
$lang->build->date = 'Datum';
|
||||
$lang->build->builder = 'Builder';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = 'Bug Verknüpgung aufheben';
|
||||
$lang->build->stories = "Abgeschlossene {$lang->productSRCommon}";
|
||||
$lang->build->bugs = 'Gelöster Bug';
|
||||
$lang->build->generatedBugs = 'Left Bug';
|
||||
$lang->build->noProduct = " <span style='color:red'>Dieses {$lang->projectCommon} ist nicht mit einem {$lang->productCommon} verknüpft, daher kann das Build nicht erstellt werden. Bitte erst <a href='%s'> {$lang->productCommon} verknüpfen.</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>Dieses {$lang->executionCommon} ist nicht mit einem {$lang->productCommon} verknüpft, daher kann das Build nicht erstellt werden. Bitte erst <a href='%s'> {$lang->productCommon} verknüpfen.</a></span>";
|
||||
$lang->build->noBuild = 'Keine Builds. ';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->productSRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " %s {$lang->productSRCommon} sind abgeschlossen.";
|
||||
$lang->build->resolvedBugs = ' %s Bugs sind gelöst.';
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = 'Basic Info';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = 'Platform/Branch';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->project = $lang->executionCommon;
|
||||
$lang->build->name = 'Name';
|
||||
$lang->build->date = 'Date';
|
||||
$lang->build->builder = 'Builder';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = 'Unlink Bug';
|
||||
$lang->build->stories = "Finished {$lang->productSRCommon}";
|
||||
$lang->build->bugs = 'Resolved Bugs';
|
||||
$lang->build->generatedBugs = 'Reported Bugs';
|
||||
$lang->build->noProduct = " <span style='color:red'>This {$lang->projectCommon} is not linked to {$lang->productCommon}, so the Build cannot be created. Please first <a href='%s'> link {$lang->productCommon}</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>This {$lang->executionCommon} is not linked to {$lang->productCommon}, so the Build cannot be created. Please first <a href='%s'> link {$lang->productCommon}</a></span>";
|
||||
$lang->build->noBuild = 'No builds yet.';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->productSRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " Finished {$lang->productSRCommon} %s";
|
||||
$lang->build->resolvedBugs = ' Resolved Bug %s';
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = 'Infos de Base';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = 'Plateforme/Branche';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->project = $lang->executionCommon;
|
||||
$lang->build->name = 'Nom';
|
||||
$lang->build->date = 'Date';
|
||||
$lang->build->builder = 'Builder';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = 'Retirer Bug';
|
||||
$lang->build->stories = 'Stories terminées';
|
||||
$lang->build->bugs = 'Bugs Résolus';
|
||||
$lang->build->generatedBugs = 'Bugs signalés';
|
||||
$lang->build->noProduct = " <span style='color:red'>Ce {$lang->projectCommon} n'est pas associé à un {$lang->productCommon}, le Build ne peut pas être créé. Commencez par <a href='%s'>rattacher le projet à un {$lang->productCommon}</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>Ce {$lang->executionCommon} n'est pas associé à un {$lang->productCommon}, le Build ne peut pas être créé. Commencez par <a href='%s'>rattacher le projet à un {$lang->productCommon}</a></span>";
|
||||
$lang->build->noBuild = 'Aucun builds.';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->productSRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " {$lang->productSRCommon} Terminées %s";
|
||||
$lang->build->resolvedBugs = ' Bugs Résolus %s';
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = 'Thông tin cơ bản';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = 'Platform/Branch';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->project = $lang->executionCommon;
|
||||
$lang->build->name = 'Tên';
|
||||
$lang->build->date = 'Ngày';
|
||||
$lang->build->builder = 'Builder';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = 'Hủy liên kết Bug';
|
||||
$lang->build->stories = "{$lang->productSRCommon} đã kết thúc";
|
||||
$lang->build->bugs = 'Bugs đã giải quyết';
|
||||
$lang->build->generatedBugs = 'Bugs đã báo cáo';
|
||||
$lang->build->noProduct = " <span style='color:red'>{$lang->projectCommon} này chưa liên kết tới {$lang->productCommon}, bởi vậy Bản dựng này không thể tạo. Vui lòng liên kết <a href='%s'> {$lang->productCommon} trước</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>{$lang->executionCommon} này chưa liên kết tới {$lang->productCommon}, bởi vậy Bản dựng này không thể tạo. Vui lòng liên kết <a href='%s'> {$lang->productCommon} trước</a></span>";
|
||||
$lang->build->noBuild = 'Không có bản dựng nào';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->productSRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " {$lang->productSRCommon} đã kết thúc %s";
|
||||
$lang->build->resolvedBugs = ' Bug đã giải quyết %s';
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = '基本信息';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = '平台/分支';
|
||||
$lang->build->project = '所属' . $lang->projectCommon;
|
||||
$lang->build->project = '所属' . $lang->executionCommon;
|
||||
$lang->build->name = '名称编号';
|
||||
$lang->build->date = '打包日期';
|
||||
$lang->build->builder = '构建者';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = '移除Bug';
|
||||
$lang->build->stories = "完成的{$lang->productSRCommon}";
|
||||
$lang->build->bugs = '解决的Bug';
|
||||
$lang->build->generatedBugs = '产生的Bug';
|
||||
$lang->build->noProduct = " <span style='color:red'>该{$lang->projectCommon}没有关联{$lang->productCommon},无法创建版本,请先<a href='%s'>关联{$lang->productCommon}</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>该{$lang->executionCommon}没有关联{$lang->productCommon},无法创建版本,请先<a href='%s'>关联{$lang->productCommon}</a></span>";
|
||||
$lang->build->noBuild = '暂时没有版本。';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "已经关联{$lang->productSRCommon}、Bug或提交测试单的版本,不能修改其所属{$lang->productCommon}";
|
||||
$lang->build->notice->changeProject = "提交测试单的版本,不能修改其所属{$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "提交测试单的版本,不能修改其所属{$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " 本次共完成 %s 个{$lang->productSRCommon}";
|
||||
$lang->build->resolvedBugs = ' 本次共解决 %s 个Bug';
|
||||
|
||||
@@ -30,7 +30,7 @@ $lang->build->basicInfo = '基本信息';
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->branch = '平台/分支';
|
||||
$lang->build->project = '所屬' . $lang->projectCommon;
|
||||
$lang->build->project = '所屬' . $lang->executionCommon;
|
||||
$lang->build->name = '名稱編號';
|
||||
$lang->build->date = '打包日期';
|
||||
$lang->build->builder = '構建者';
|
||||
@@ -45,12 +45,12 @@ $lang->build->unlinkBug = '移除Bug';
|
||||
$lang->build->stories = "完成的{$lang->productSRCommon}";
|
||||
$lang->build->bugs = '解決的Bug';
|
||||
$lang->build->generatedBugs = '產生的Bug';
|
||||
$lang->build->noProduct = " <span style='color:red'>該{$lang->projectCommon}沒有關聯{$lang->productCommon},無法創建版本,請先<a href='%s'>關聯{$lang->productCommon}</a></span>";
|
||||
$lang->build->noProduct = " <span style='color:red'>該{$lang->executionCommon}沒有關聯{$lang->productCommon},無法創建版本,請先<a href='%s'>關聯{$lang->productCommon}</a></span>";
|
||||
$lang->build->noBuild = '暫時沒有版本。';
|
||||
|
||||
$lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "已經關聯{$lang->productSRCommon}或Bug的版本,不能修改其所屬產品";
|
||||
$lang->build->notice->changeProject = "提交測試單的版本,不能修改其所屬{$lang->projectCommon}";
|
||||
$lang->build->notice->changeProject = "提交測試單的版本,不能修改其所屬{$lang->executionCommon}";
|
||||
|
||||
$lang->build->finishStories = " 本次共完成 %s 個{$lang->productSRCommon}";
|
||||
$lang->build->resolvedBugs = ' 本次共解決 %s 個Bug';
|
||||
|
||||
+13
-23
@@ -110,10 +110,12 @@ $lang->future = 'Warte';
|
||||
$lang->year = 'Jahr';
|
||||
$lang->workingHour = 'Stunde';
|
||||
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->executionCommon = 'Execution';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
|
||||
$lang->execution = new stdclass();
|
||||
$lang->execution->common = 'Execution';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
@@ -125,10 +127,6 @@ $lang->typeAB = 'Typ';
|
||||
$lang->common = new stdclass();
|
||||
$lang->common->common = 'Standard Module';
|
||||
|
||||
global $config;
|
||||
$URCommon = zget($lang, 'URCommon', "UR");
|
||||
$SRCommon = zget($lang, 'SRCommon', "SR");
|
||||
|
||||
/* Main menu. */
|
||||
$lang->mainNav = new stdclass();
|
||||
$lang->mainNav->my = '<i class="icon icon-menu-my"></i> My|my|index|';
|
||||
@@ -259,7 +257,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* My dashboard menu settings. */
|
||||
$lang->my = new stdclass();
|
||||
@@ -290,15 +288,14 @@ $lang->scrumproduct->menu->story = array('link' => 'Story|product|browse|prod
|
||||
$lang->scrumproduct->menu->plan = array('link' => 'Plan|productplan|browse|productID=%s', 'subModule' => 'productplan');
|
||||
$lang->scrumproduct->menu->release = array('link' => 'Release|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = 'Roadmap|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = 'Verlauf|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => 'Dok|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
$lang->scrumproduct->menu->module = 'Modul|tree|browse|productID=%s&view=story';
|
||||
$lang->scrumproduct->menu->view = array('link' => 'Übersicht|product|view|productID=%s', 'alias' => 'edit');
|
||||
|
||||
$lang->product->menu->requirement = array('link' => "{$URCommon}|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->product->menu->story = array('link' => "{$SRCommon}|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->requirement = array('link' => "Requirement|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->story = array('link' => "Story|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
|
||||
$lang->product->dividerMenu = ',project,doc,';
|
||||
|
||||
@@ -455,7 +452,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => 'Test|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => 'Unternehmen|report|workload');
|
||||
|
||||
@@ -855,7 +852,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = 'Index|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = 'Doc|doc|index|';
|
||||
$lang->menu->scrum->qa = 'QA|qa|index';
|
||||
@@ -873,7 +870,7 @@ $lang->scrum->subMenu->morelink->program = 'Program|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => 'Index|program|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => 'Plan|programplan|browse|program={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => 'Weekly|weekly|index|program={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => 'Doc|doc|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
@@ -944,13 +941,6 @@ $lang->projectstory->menu->requirement = array('link' => "{$lang->projectURCommo
|
||||
$lang->projectstory->menu->story = array('link' => "{$lang->projectSRCommon}|projectstory|story", 'subModule' => '');
|
||||
$lang->projectstory->menu->track = array('link' => 'Track|projectstory|track', 'subModule' => '');
|
||||
|
||||
$lang->waterfallproduct->menu->plan = array('link' => "Plan|productplan|browse|productID={PRODUCT}", 'subModule' => 'productplan');
|
||||
$lang->waterfallproduct->menu->story = 'Story|product|browse|product={PRODUCT}';
|
||||
$lang->waterfallproduct->menu->track = 'Track|story|track|product={PRODUCT}';
|
||||
|
||||
$lang->waterfallproduct->menu->requirement = array('link' => "{$URCommon}|product|browse|productID={PRODUCT}&branch=&browseType=unclosed¶m=0&storyType=requirement");
|
||||
$lang->waterfallproduct->menu->story = array('link' => "{$SRCommon}|product|browse|productID={PRODUCT}");
|
||||
|
||||
$lang->nc->menu = $lang->auditplan->menu;
|
||||
$lang->noMenuModule = array('my', 'todo', 'effort', 'program', 'product', 'productplan', 'projectbuild', 'story', 'branch', 'release', 'attend', 'leave', 'makeup', 'overtime', 'lieu', 'custom', 'admin', 'mail', 'extension', 'dev', 'backup', 'action', 'cron', 'issue', 'risk', 'pssp', 'sms', 'message', 'webhook', 'search');
|
||||
|
||||
|
||||
+13
-23
@@ -110,10 +110,12 @@ $lang->future = 'Waiting';
|
||||
$lang->year = 'Year';
|
||||
$lang->workingHour = 'Hours';
|
||||
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->executionCommon = 'Execution';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
|
||||
$lang->execution = new stdclass();
|
||||
$lang->execution->common = 'Execution';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
@@ -125,10 +127,6 @@ $lang->typeAB = 'Type';
|
||||
$lang->common = new stdclass();
|
||||
$lang->common->common = 'Common Module';
|
||||
|
||||
global $config;
|
||||
$URCommon = zget($lang, 'URCommon', "UR");
|
||||
$SRCommon = zget($lang, 'SRCommon', "SR");
|
||||
|
||||
/* Main menu. */
|
||||
$lang->mainNav = new stdclass();
|
||||
$lang->mainNav->my = '<i class="icon icon-menu-my"></i> My|my|index|';
|
||||
@@ -259,7 +257,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* My dashboard menu settings. */
|
||||
$lang->my = new stdclass();
|
||||
@@ -290,15 +288,14 @@ $lang->scrumproduct->menu->story = array('link' => 'Story|product|browse|prod
|
||||
$lang->scrumproduct->menu->plan = array('link' => 'Plan|productplan|browse|productID=%s', 'subModule' => 'productplan');
|
||||
$lang->scrumproduct->menu->release = array('link' => 'Release|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = 'Roadmap|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = 'Dynamics|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => 'Doc|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
$lang->scrumproduct->menu->module = 'Module|tree|browse|productID=%s&view=story';
|
||||
$lang->scrumproduct->menu->view = array('link' => 'Overview|product|view|productID=%s', 'alias' => 'edit');
|
||||
|
||||
$lang->product->menu->requirement = array('link' => "{$URCommon}|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->product->menu->story = array('link' => "{$SRCommon}|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->requirement = array('link' => "Requirement|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->story = array('link' => "Story|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
|
||||
$lang->product->dividerMenu = ',project,doc,';
|
||||
|
||||
@@ -455,7 +452,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => 'Request|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => 'Company|report|workload');
|
||||
|
||||
@@ -855,7 +852,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = 'Index|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = 'Doc|doc|index|';
|
||||
$lang->menu->scrum->qa = 'QA|qa|index';
|
||||
@@ -873,7 +870,7 @@ $lang->scrum->subMenu->morelink->program = 'Program|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => 'Index|program|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => 'Plan|programplan|browse|program={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => 'Weekly|weekly|index|program={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => 'Doc|doc|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
@@ -944,13 +941,6 @@ $lang->projectstory->menu->requirement = array('link' => "{$lang->projectURCommo
|
||||
$lang->projectstory->menu->story = array('link' => "{$lang->projectSRCommon}|projectstory|story", 'subModule' => '');
|
||||
$lang->projectstory->menu->track = array('link' => 'Track|projectstory|track', 'subModule' => '');
|
||||
|
||||
$lang->waterfallproduct->menu->plan = array('link' => "Plan|productplan|browse|productID={PRODUCT}", 'subModule' => 'productplan');
|
||||
$lang->waterfallproduct->menu->story = 'Story|product|browse|product={PRODUCT}';
|
||||
$lang->waterfallproduct->menu->track = 'Track|story|track|product={PRODUCT}';
|
||||
|
||||
$lang->waterfallproduct->menu->requirement = array('link' => "{$URCommon}|product|browse|productID={PRODUCT}&branch=&browseType=unclosed¶m=0&storyType=requirement");
|
||||
$lang->waterfallproduct->menu->story = array('link' => "{$SRCommon}|product|browse|productID={PRODUCT}");
|
||||
|
||||
$lang->nc->menu = $lang->auditplan->menu;
|
||||
$lang->noMenuModule = array('my', 'todo', 'effort', 'program', 'product', 'productplan', 'projectbuild', 'story', 'branch', 'release', 'attend', 'leave', 'makeup', 'overtime', 'lieu', 'custom', 'admin', 'mail', 'extension', 'dev', 'backup', 'action', 'cron', 'issue', 'risk', 'pssp', 'sms', 'message', 'webhook', 'search');
|
||||
|
||||
|
||||
+13
-23
@@ -110,10 +110,12 @@ $lang->future = 'En Attente';
|
||||
$lang->year = 'Année';
|
||||
$lang->workingHour = 'Heures';
|
||||
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->executionCommon = 'Execution';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
|
||||
$lang->execution = new stdclass();
|
||||
$lang->execution->common = 'Execution';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
@@ -125,10 +127,6 @@ $lang->typeAB = 'Type';
|
||||
$lang->common = new stdclass();
|
||||
$lang->common->common = 'Module Commun';
|
||||
|
||||
global $config;
|
||||
$URCommon = zget($lang, 'URCommon', "UR");
|
||||
$SRCommon = zget($lang, 'SRCommon', "SR");
|
||||
|
||||
/* Main menu. */
|
||||
$lang->mainNav = new stdclass();
|
||||
$lang->mainNav->my = '<i class="icon icon-menu-my"></i> My|my|index|';
|
||||
@@ -259,7 +257,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* my dashboard menu settings. */
|
||||
$lang->my = new stdclass();
|
||||
@@ -290,15 +288,14 @@ $lang->scrumproduct->menu->story = array('link' => 'Story|product|browse|prod
|
||||
$lang->scrumproduct->menu->plan = array('link' => 'Plan|productplan|browse|productID=%s', 'subModule' => 'productplan');
|
||||
$lang->scrumproduct->menu->release = array('link' => 'Release|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = 'Roadmap|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = 'Dynamics|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => 'Doc|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
$lang->scrumproduct->menu->module = 'Module|tree|browse|productID=%s&view=story';
|
||||
$lang->scrumproduct->menu->view = array('link' => 'Overview|product|view|productID=%s', 'alias' => 'edit');
|
||||
|
||||
$lang->product->menu->requirement = array('link' => "{$URCommon}|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->product->menu->story = array('link' => "{$SRCommon}|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->requirement = array('link' => "Requirement|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->story = array('link' => "Story|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
|
||||
$lang->product->dividerMenu = ',project,doc,';
|
||||
|
||||
@@ -455,7 +452,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => 'Annual Summary|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => 'Recette|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => 'Entreprise|report|workload');
|
||||
|
||||
@@ -855,7 +852,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = 'Index|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = 'Doc|doc|index|';
|
||||
$lang->menu->scrum->qa = 'QA|qa|index';
|
||||
@@ -873,7 +870,7 @@ $lang->scrum->subMenu->morelink->program = 'Program|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => 'Index|program|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => 'Plan|programplan|browse|program={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => 'Weekly|weekly|index|program={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => 'Doc|doc|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
@@ -944,13 +941,6 @@ $lang->projectstory->menu->requirement = array('link' => "{$lang->projectURCommo
|
||||
$lang->projectstory->menu->story = array('link' => "{$lang->projectSRCommon}|projectstory|story", 'subModule' => '');
|
||||
$lang->projectstory->menu->track = array('link' => 'Track|projectstory|track', 'subModule' => '');
|
||||
|
||||
$lang->waterfallproduct->menu->plan = array('link' => "Plan|productplan|browse|productID={PRODUCT}", 'subModule' => 'productplan');
|
||||
$lang->waterfallproduct->menu->story = 'Story|product|browse|product={PRODUCT}';
|
||||
$lang->waterfallproduct->menu->track = 'Track|story|track|product={PRODUCT}';
|
||||
|
||||
$lang->waterfallproduct->menu->requirement = array('link' => "{$URCommon}|product|browse|productID={PRODUCT}&branch=&browseType=unclosed¶m=0&storyType=requirement");
|
||||
$lang->waterfallproduct->menu->story = array('link' => "{$SRCommon}|product|browse|productID={PRODUCT}");
|
||||
|
||||
$lang->nc->menu = $lang->auditplan->menu;
|
||||
$lang->noMenuModule = array('my', 'todo', 'effort', 'program', 'product', 'productplan', 'projectbuild', 'story', 'branch', 'release', 'attend', 'leave', 'makeup', 'overtime', 'lieu', 'custom', 'admin', 'mail', 'extension', 'dev', 'backup', 'action', 'cron', 'issue', 'risk', 'pssp', 'sms', 'message', 'webhook', 'search');
|
||||
|
||||
|
||||
+13
-23
@@ -110,10 +110,12 @@ $lang->future = 'Đang đợi';
|
||||
$lang->year = 'Năm';
|
||||
$lang->workingHour = 'giờ';
|
||||
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->executionCommon = 'Execution';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
$lang->generalUR = 'UR/Epic';
|
||||
$lang->generalSR = 'SR/Story';
|
||||
$lang->sprintCommon = 'Iteration/Phase';
|
||||
|
||||
$lang->execution = new stdclass();
|
||||
$lang->execution->common = 'Execution';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
@@ -125,10 +127,6 @@ $lang->typeAB = 'Loại';
|
||||
$lang->common = new stdclass();
|
||||
$lang->common->common = 'Module chung';
|
||||
|
||||
global $config;
|
||||
$URCommon = zget($lang, 'URCommon', "UR");
|
||||
$SRCommon = zget($lang, 'SRCommon', "SR");
|
||||
|
||||
/* Main menu. */
|
||||
$lang->mainNav = new stdclass();
|
||||
$lang->mainNav->my = '<i class="icon icon-menu-my"></i> My|my|index|';
|
||||
@@ -259,7 +257,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* My dashboard menu settings. */
|
||||
$lang->my = new stdclass();
|
||||
@@ -290,15 +288,14 @@ $lang->scrumproduct->menu->story = array('link' => 'Story|product|browse|prod
|
||||
$lang->scrumproduct->menu->plan = array('link' => 'Plan|productplan|browse|productID=%s', 'subModule' => 'productplan');
|
||||
$lang->scrumproduct->menu->release = array('link' => 'Release|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = 'Roadmap|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = 'Dynamics|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => 'Doc|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
$lang->scrumproduct->menu->module = 'Module|tree|browse|productID=%s&view=story';
|
||||
$lang->scrumproduct->menu->view = array('link' => 'Overview|product|view|productID=%s', 'alias' => 'edit');
|
||||
|
||||
$lang->product->menu->requirement = array('link' => "{$URCommon}|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->product->menu->story = array('link' => "{$SRCommon}|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->requirement = array('link' => "Requirement|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->story = array('link' => "Story|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
|
||||
$lang->product->dividerMenu = ',project,doc,';
|
||||
|
||||
@@ -455,7 +452,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => 'Tóm tắt năm|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => 'Yêu cầu|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => 'Doanh nghiệp|report|workload');
|
||||
|
||||
@@ -855,7 +852,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = 'Index|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = 'Doc|doc|index|';
|
||||
$lang->menu->scrum->qa = 'QA|qa|index';
|
||||
@@ -873,7 +870,7 @@ $lang->scrum->subMenu->morelink->program = 'Program|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => 'Index|program|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => 'Plan|programplan|browse|program={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|projectID={PROJECT}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => 'Weekly|weekly|index|program={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => 'Doc|doc|index|program={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => 'Story|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
@@ -944,13 +941,6 @@ $lang->projectstory->menu->requirement = array('link' => "{$lang->projectURCommo
|
||||
$lang->projectstory->menu->story = array('link' => "{$lang->projectSRCommon}|projectstory|story", 'subModule' => '');
|
||||
$lang->projectstory->menu->track = array('link' => 'Track|projectstory|track', 'subModule' => '');
|
||||
|
||||
$lang->waterfallproduct->menu->plan = array('link' => "Plan|productplan|browse|productID={PRODUCT}", 'subModule' => 'productplan');
|
||||
$lang->waterfallproduct->menu->story = 'Story|product|browse|product={PRODUCT}';
|
||||
$lang->waterfallproduct->menu->track = 'Track|story|track|product={PRODUCT}';
|
||||
|
||||
$lang->waterfallproduct->menu->requirement = array('link' => "{$URCommon}|product|browse|productID={PRODUCT}&branch=&browseType=unclosed¶m=0&storyType=requirement");
|
||||
$lang->waterfallproduct->menu->story = array('link' => "{$SRCommon}|product|browse|productID={PRODUCT}");
|
||||
|
||||
$lang->nc->menu = $lang->auditplan->menu;
|
||||
$lang->noMenuModule = array('my', 'todo', 'effort', 'program', 'product', 'productplan', 'projectbuild', 'story', 'branch', 'release', 'attend', 'leave', 'makeup', 'overtime', 'lieu', 'custom', 'admin', 'mail', 'extension', 'dev', 'backup', 'action', 'cron', 'issue', 'risk', 'pssp', 'sms', 'message', 'webhook', 'search');
|
||||
|
||||
|
||||
@@ -110,10 +110,12 @@ $lang->future = '未来';
|
||||
$lang->year = '年';
|
||||
$lang->workingHour = '工时';
|
||||
|
||||
$lang->generalUR = '用需/史诗';
|
||||
$lang->generalSR = '软需/故事';
|
||||
$lang->executionCommon = '执行';
|
||||
$lang->sprintCommon = '迭代/阶段';
|
||||
$lang->generalUR = '用需/史诗';
|
||||
$lang->generalSR = '软需/故事';
|
||||
$lang->sprintCommon = '迭代/阶段';
|
||||
|
||||
$lang->execution = new stdclass();
|
||||
$lang->execution->common = '执行';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
@@ -255,7 +257,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "浏览{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "浏览{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "浏览{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* 我的地盘菜单设置。*/
|
||||
$lang->my = new stdclass();
|
||||
@@ -268,7 +270,7 @@ $lang->my->menu->task = array('link' => '任务|my|task|', 'subModule' =>
|
||||
$lang->my->menu->bug = array('link' => 'Bug|my|bug|', 'subModule' => 'bug');
|
||||
$lang->my->menu->testtask = array('link' => '测试|my|testtask|', 'subModule' => 'testcase,testtask', 'alias' => 'testcase');
|
||||
$lang->my->menu->story = array('link' => "需求|my|story|", 'subModule' => 'story');
|
||||
$lang->my->menu->myExecution = "{$lang->executionCommon}|my|execution|";
|
||||
$lang->my->menu->myExecution = "{$lang->execution->common}|my|execution|";
|
||||
$lang->my->menu->dynamic = '动态|my|dynamic|';
|
||||
$lang->my->menu->profile = array('link' => '档案|my|profile|', 'alias' => 'editprofile');
|
||||
$lang->my->menu->contacts = '联系人|my|managecontacts|';
|
||||
@@ -286,13 +288,12 @@ $lang->scrumproduct->menu->story = array('link' => "{$lang->projectSRCommon}|p
|
||||
$lang->scrumproduct->menu->plan = array('link' => "计划|productplan|browse|productID=%s", 'subModule' => 'productplan');
|
||||
//$lang->scrumproduct->menu->release = array('link' => '发布|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = '路线图|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = '动态|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => '文档|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
$lang->scrumproduct->menu->module = '模块|tree|browse|productID=%s&view=story';
|
||||
$lang->scrumproduct->menu->view = array('link' => '概况|product|view|productID=%s', 'alias' => 'edit');
|
||||
|
||||
$lang->scrumproduct->menu->requirement = array('link' => "{$lang->projectURCommon}|product|browse|productID=%s&branch=&browseType=unclosed¶m=0&storyType=requirement", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
$lang->scrumproduct->menu->story = array('link' => "{$lang->projectSRCommon}|product|browse|productID=%s", 'alias' => 'batchedit', 'subModule' => 'story');
|
||||
|
||||
@@ -451,7 +452,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => '年度总结|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => '测试|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => '组织|report|workload');
|
||||
|
||||
@@ -851,7 +852,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = '仪表盘|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => '需求|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = '文档|doc|index|';
|
||||
$lang->menu->scrum->qa = '测试|qa|index';
|
||||
@@ -869,7 +870,7 @@ $lang->scrum->subMenu->morelink->program = '项目|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => '仪表盘|program|index|project={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => '计划|programplan|browse|project={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|executionID={EXECUTION}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|executionID={EXECUTION}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => '报告|weekly|index|project={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => '文档|doc|index|project={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => '需求|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
|
||||
@@ -255,7 +255,7 @@ $lang->index = new stdclass();
|
||||
$lang->index->menu = new stdclass();
|
||||
|
||||
$lang->index->menu->product = "瀏覽{$lang->productCommon}|product|browse";
|
||||
$lang->index->menu->project = "瀏覽{$lang->projectCommon}|project|browse";
|
||||
$lang->index->menu->project = "瀏覽{$lang->executionCommon}|project|browse";
|
||||
|
||||
/* 我的地盤菜單設置。*/
|
||||
$lang->my = new stdclass();
|
||||
@@ -286,7 +286,7 @@ $lang->scrumproduct->menu->story = array('link' => "{$lang->projectSRCommon}|p
|
||||
$lang->scrumproduct->menu->plan = array('link' => "計劃|productplan|browse|productID=%s", 'subModule' => 'productplan');
|
||||
//$lang->scrumproduct->menu->release = array('link' => '發佈|release|browse|productID=%s', 'subModule' => 'release');
|
||||
$lang->scrumproduct->menu->roadmap = '路線圖|product|roadmap|productID=%s';
|
||||
$lang->scrumproduct->menu->project = "{$lang->projectCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->project = "{$lang->executionCommon}|product|project|status=all&productID=%s";
|
||||
$lang->scrumproduct->menu->dynamic = '動態|product|dynamic|productID=%s';
|
||||
$lang->scrumproduct->menu->doc = array('link' => '文檔|doc|objectLibs|type=product&objectID=%s&from=product', 'subModule' => 'doc');
|
||||
$lang->scrumproduct->menu->branch = '@branch@|branch|manage|productID=%s';
|
||||
@@ -451,7 +451,7 @@ $lang->report->menu = new stdclass();
|
||||
|
||||
$lang->report->menu->annual = array('link' => '年度總結|report|annualData', 'target' => '_blank');
|
||||
$lang->report->menu->product = array('link' => $lang->productCommon . '|report|productsummary');
|
||||
$lang->report->menu->prj = array('link' => $lang->projectCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->prj = array('link' => $lang->executionCommon . '|report|projectdeviation');
|
||||
$lang->report->menu->test = array('link' => '測試|report|bugcreate', 'alias' => 'bugassign');
|
||||
$lang->report->menu->staff = array('link' => '組織|report|workload');
|
||||
|
||||
@@ -851,7 +851,7 @@ $lang->icons['score'] = 'tint';
|
||||
$lang->menu = new stdclass();
|
||||
$lang->menu->scrum = new stdclass();
|
||||
$lang->menu->scrum->program = '儀表盤|program|index|';
|
||||
$lang->menu->scrum->project = "$lang->projectCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->project = "$lang->executionCommon|project|index|locate=no";
|
||||
$lang->menu->scrum->projectstory = array('link' => '需求|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
$lang->menu->scrum->doc = '文檔|doc|index|';
|
||||
$lang->menu->scrum->qa = '測試|qa|index';
|
||||
@@ -869,7 +869,7 @@ $lang->scrum->subMenu->morelink->program = '項目|program|PRJEdit|';
|
||||
$lang->menu->waterfall = new stdclass();
|
||||
$lang->menu->waterfall->programindex = array('link' => '儀表盤|program|index|project={PROJECT}');
|
||||
$lang->menu->waterfall->programplan = array('link' => '計劃|programplan|browse|project={PROJECT}', 'subModule' => 'programplan');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->projectCommon . '|project|task|executionID={EXECUTION}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->project = array('link' => $lang->executionCommon . '|project|task|executionID={EXECUTION}', 'subModule' => ',project,task,');
|
||||
$lang->menu->waterfall->weekly = array('link' => '報告|weekly|index|project={PROJECT}', 'subModule' => ',milestone,');
|
||||
$lang->menu->waterfall->doc = array('link' => '文檔|doc|index|project={PROJECT}');
|
||||
$lang->menu->waterfall->projectstory = array('link' => '需求|projectstory|requirement', 'alias' => 'requirement,story,track');
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = 'Gast Login';
|
||||
$lang->company->admins = 'Administratoren';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = 'Benutzer';
|
||||
|
||||
$lang->company->guestOptions[0] = 'Verweigern';
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = 'Guest Login';
|
||||
$lang->company->admins = 'Administrator';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = 'User';
|
||||
|
||||
$lang->company->guestOptions[0] = 'Deny';
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = 'Connexion Invités';
|
||||
$lang->company->admins = 'Administrateur';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = 'Utilisateurs';
|
||||
|
||||
$lang->company->guestOptions[0] = 'Refusée';
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = 'Khách truy cập';
|
||||
$lang->company->admins = 'Quản trị viên';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = 'Người dùng';
|
||||
|
||||
$lang->company->guestOptions[0] = 'Từ chối';
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = '匿名登录';
|
||||
$lang->company->admins = '管理员';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = '用户';
|
||||
|
||||
$lang->company->guestOptions[0] = '不允许';
|
||||
|
||||
@@ -28,7 +28,7 @@ $lang->company->guest = '匿名登錄';
|
||||
$lang->company->admins = '管理員';
|
||||
|
||||
$lang->company->product = $lang->productCommon;
|
||||
$lang->company->project = $lang->projectCommon;
|
||||
$lang->company->project = $lang->executionCommon;
|
||||
$lang->company->user = '用戶';
|
||||
|
||||
$lang->company->guestOptions[0] = '不允許';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = 'Konvertiere BugFree';
|
||||
$lang->convert->selectSource = 'Quellsystem und Version wählen';
|
||||
$lang->convert->mustSelectSource = "Sie müssen eine Quellsystem wählen.";
|
||||
|
||||
$lang->convert->direction = "{$lang->projectCommon} konvertieren nach";
|
||||
$lang->convert->direction = "{$lang->executionCommon} konvertieren nach";
|
||||
$lang->convert->questionTypeOfRedmine = 'Typ in Redmine';
|
||||
$lang->convert->aimTypeOfZentao = 'Konvertieren nach Typ in Zentao';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = 'Info';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = 'Benutzer';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = 'Modul';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = 'Testfälle';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = 'Benutzer';
|
||||
$lang->convert->redmine->groups = 'Gruppe';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = 'Story';
|
||||
$lang->convert->redmine->tasks = 'Aufgabe';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = 'Convert BugFree';
|
||||
$lang->convert->selectSource = 'Select source system and its version';
|
||||
$lang->convert->mustSelectSource = "You must select a source system.";
|
||||
|
||||
$lang->convert->direction = "{$lang->projectCommon} converted to";
|
||||
$lang->convert->direction = "{$lang->executionCommon} converted to";
|
||||
$lang->convert->questionTypeOfRedmine = 'Type in Redmine';
|
||||
$lang->convert->aimTypeOfZentao = 'Convert to Type in ZenTao';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = 'Info';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = 'User';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = 'Module';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = 'Test Case';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = 'User';
|
||||
$lang->convert->redmine->groups = 'Group';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = 'Story';
|
||||
$lang->convert->redmine->tasks = 'Task';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = 'Convert BugFree';
|
||||
$lang->convert->selectSource = 'Sélectionnez le système source et sa version';
|
||||
$lang->convert->mustSelectSource = "Vous devez sélectionner un système source.";
|
||||
|
||||
$lang->convert->direction = "{$lang->projectCommon} convertis vers";
|
||||
$lang->convert->direction = "{$lang->executionCommon} convertis vers";
|
||||
$lang->convert->questionTypeOfRedmine = 'Type dans Redmine';
|
||||
$lang->convert->aimTypeOfZentao = 'Convertir vers Type dans ZenTao';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = 'Info';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = 'User';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = 'Module';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = 'CasTests';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = 'User';
|
||||
$lang->convert->redmine->groups = 'Groupe';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = 'Story';
|
||||
$lang->convert->redmine->tasks = 'Task';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = 'Convert BugFree';
|
||||
$lang->convert->selectSource = 'Chọn hệ thống nguồn và phiên bản của nó';
|
||||
$lang->convert->mustSelectSource = "Bạn phải chọn một hệ thống nguồn.";
|
||||
|
||||
$lang->convert->direction = "{$lang->projectCommon} converted to";
|
||||
$lang->convert->direction = "{$lang->executionCommon} converted to";
|
||||
$lang->convert->questionTypeOfRedmine = 'Type in Redmine';
|
||||
$lang->convert->aimTypeOfZentao = 'Chuyển thành Type in ZenTao';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = 'Thông tin';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = 'Người dùng';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = 'Module';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = 'tình huống';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = 'Người dùng';
|
||||
$lang->convert->redmine->groups = 'Nhóm';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = 'Câu chuyện';
|
||||
$lang->convert->redmine->tasks = 'Nhiệm vụ';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = '转换BugFree';
|
||||
$lang->convert->selectSource = '选择来源系统及版本';
|
||||
$lang->convert->mustSelectSource = "必须选择一个来源。";
|
||||
|
||||
$lang->convert->direction = "请选择{$lang->projectCommon}问题转换方向";
|
||||
$lang->convert->direction = "请选择{$lang->executionCommon}问题转换方向";
|
||||
$lang->convert->questionTypeOfRedmine = 'Redmine中问题类型';
|
||||
$lang->convert->aimTypeOfZentao = '转化为Zentao中的类型';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = '转换信息';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = '用户';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = '模块';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = '测试用例';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = '用户';
|
||||
$lang->convert->redmine->groups = '用户分组';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = $lang->productSRCommon;
|
||||
$lang->convert->redmine->tasks = '任务';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->convert->convertBugFree = '轉換BugFree';
|
||||
$lang->convert->selectSource = '選擇來源系統及版本';
|
||||
$lang->convert->mustSelectSource = "必須選擇一個來源。";
|
||||
|
||||
$lang->convert->direction = "請選擇{$lang->projectCommon}問題轉換方向";
|
||||
$lang->convert->direction = "請選擇{$lang->executionCommon}問題轉換方向";
|
||||
$lang->convert->questionTypeOfRedmine = 'Redmine中問題類型';
|
||||
$lang->convert->aimTypeOfZentao = '轉化為Zentao中的類型';
|
||||
|
||||
@@ -66,7 +66,7 @@ $lang->convert->info = '轉換信息';
|
||||
|
||||
$lang->convert->bugfree = new stdclass();
|
||||
$lang->convert->bugfree->users = '用戶';
|
||||
$lang->convert->bugfree->projects = $lang->projectCommon;
|
||||
$lang->convert->bugfree->projects = $lang->executionCommon;
|
||||
$lang->convert->bugfree->modules = '模組';
|
||||
$lang->convert->bugfree->bugs = 'Bug';
|
||||
$lang->convert->bugfree->cases = '測試用例';
|
||||
@@ -78,7 +78,7 @@ $lang->convert->redmine = new stdclass();
|
||||
$lang->convert->redmine->users = '用戶';
|
||||
$lang->convert->redmine->groups = '用戶分組';
|
||||
$lang->convert->redmine->products = $lang->productCommon;
|
||||
$lang->convert->redmine->projects = $lang->projectCommon;
|
||||
$lang->convert->redmine->projects = $lang->executionCommon;
|
||||
$lang->convert->redmine->stories = $lang->productSRCommon;
|
||||
$lang->convert->redmine->tasks = '任務';
|
||||
$lang->convert->redmine->bugs = 'Bug';
|
||||
|
||||
@@ -19,7 +19,7 @@ $lang->custom->score = '積分';
|
||||
$lang->custom->timezone = '時區';
|
||||
$lang->custom->scoreReset = '重置積分';
|
||||
$lang->custom->scoreTitle = '積分功能';
|
||||
$lang->custom->project = $lang->projectCommon;
|
||||
$lang->custom->project = $lang->executionCommon;
|
||||
$lang->custom->product = $lang->productCommon;
|
||||
$lang->custom->setscrum = '切換敏捷視圖';
|
||||
$lang->custom->setWaterfall = '切換瀑布視圖';
|
||||
@@ -67,11 +67,11 @@ $lang->custom->tipNotEmpty = '提示語不能為空';
|
||||
|
||||
$lang->custom->numberError = '區間必須大於零';
|
||||
|
||||
$lang->custom->closedProject = '已關閉' . $lang->projectCommon;
|
||||
$lang->custom->closedProject = '已關閉' . $lang->executionCommon;
|
||||
$lang->custom->closedProduct = '已關閉' . $lang->productCommon;
|
||||
|
||||
$lang->custom->object['product'] = $lang->productCommon;
|
||||
$lang->custom->object['project'] = $lang->projectCommon;
|
||||
$lang->custom->object['project'] = $lang->executionCommon;
|
||||
$lang->custom->object['story'] = $lang->productSRCommon;
|
||||
$lang->custom->object['task'] = '任務';
|
||||
$lang->custom->object['bug'] = 'Bug';
|
||||
@@ -153,7 +153,7 @@ $lang->custom->notice->required = '頁面提交時,選中
|
||||
$lang->custom->notice->conceptResult = '我們已經根據您的選擇為您設置了<b> %s-%s </b>模式,使用<b>%s</b> + <b> %s</b>。';
|
||||
$lang->custom->notice->conceptPath = '您可以在:後台 -> 自定義 -> 流程頁面修改。';
|
||||
$lang->custom->notice->readOnlyOfProduct = '禁止修改後,已關閉' . $lang->productCommon . '下的' . $lang->productSRCommon . '、Bug、用例、日誌、發佈、計劃都禁止修改。';
|
||||
$lang->custom->notice->readOnlyOfProject = '禁止修改後,已關閉' . $lang->projectCommon . '下的任務、版本、日誌以及關聯需求都禁止修改。';
|
||||
$lang->custom->notice->readOnlyOfProject = '禁止修改後,已關閉' . $lang->executionCommon . '下的任務、版本、日誌以及關聯需求都禁止修改。';
|
||||
|
||||
$lang->custom->notice->indexPage['product'] = "從8.2版本起增加了產品主頁視圖,是否預設進入產品主頁?";
|
||||
$lang->custom->notice->indexPage['project'] = "從8.2版本起增加了項目主頁視圖,是否預設進入項目主頁?";
|
||||
@@ -201,7 +201,7 @@ $lang->custom->CRProject[0] = '禁止修改';
|
||||
|
||||
$lang->custom->moduleName['product'] = $lang->productCommon;
|
||||
$lang->custom->moduleName['productplan'] = '計劃';
|
||||
$lang->custom->moduleName['project'] = $lang->projectCommon;
|
||||
$lang->custom->moduleName['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->custom->conceptQuestions['overview'] = "1. 下述哪種組合方式更適合您公司的管理現狀?";
|
||||
$lang->custom->conceptQuestions['story'] = "2. 您公司是在使用需求概念還是用戶故事概念?";
|
||||
|
||||
@@ -616,9 +616,9 @@ class customModel extends model
|
||||
$oldConfig = isset($this->config->custom->sprintConcept) ? $this->config->custom->sprintConcept : '0';
|
||||
$newConfig = $this->post->sprintConcept;
|
||||
|
||||
foreach($this->config->projectCommonList as $clientLang => $projectCommonList)
|
||||
foreach($this->config->executionCommonList as $clientLang => $executionCommonList)
|
||||
{
|
||||
$this->dao->update(TABLE_BLOCK)->set("`title` = REPLACE(`title`, '{$projectCommonList[$oldConfig]}', '{$projectCommonList[$newConfig]}')")->where('source')->eq('project')->exec();
|
||||
$this->dao->update(TABLE_BLOCK)->set("`title` = REPLACE(`title`, '{$executionCommonList[$oldConfig]}', '{$executionCommonList[$newConfig]}')")->where('source')->eq('project')->exec();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = 'Sprache';
|
||||
$lang->dev->tableList['module'] = 'Modul';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Story';
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . 'Story';
|
||||
$lang->dev->tableList['release'] = 'Release';
|
||||
$lang->dev->tableList['story'] = 'Story';
|
||||
$lang->dev->tableList['storyspec'] = 'Beschreibung';
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = 'Job';
|
||||
|
||||
$lang->dev->groupList['my'] = 'Dashboard';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = 'QA';
|
||||
$lang->dev->groupList['doc'] = 'Dok';
|
||||
$lang->dev->groupList['report'] = 'Report';
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = 'Language';
|
||||
$lang->dev->tableList['module'] = 'Module';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Story';
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . 'Story';
|
||||
$lang->dev->tableList['release'] = 'Release';
|
||||
$lang->dev->tableList['story'] = 'Story';
|
||||
$lang->dev->tableList['storyspec'] = 'Story Description';
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = 'Job';
|
||||
|
||||
$lang->dev->groupList['my'] = 'Dashboard';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = 'Test';
|
||||
$lang->dev->groupList['doc'] = 'Doc';
|
||||
$lang->dev->groupList['report'] = 'Report';
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = 'Langue';
|
||||
$lang->dev->tableList['module'] = 'Module';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Story';
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . 'Story';
|
||||
$lang->dev->tableList['release'] = 'Release';
|
||||
$lang->dev->tableList['story'] = 'Story';
|
||||
$lang->dev->tableList['storyspec'] = 'Description Story';
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = 'Job';
|
||||
|
||||
$lang->dev->groupList['my'] = 'Dashboard';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = 'QA';
|
||||
$lang->dev->groupList['doc'] = 'Doc';
|
||||
$lang->dev->groupList['report'] = 'Rapport';
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = 'Ngôn ngữ';
|
||||
$lang->dev->tableList['module'] = 'Module';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = 'Kế hoạch '.$lang->productCommon;
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Câu chuyện';
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . 'Câu chuyện';
|
||||
$lang->dev->tableList['release'] = 'Phát hành';
|
||||
$lang->dev->tableList['story'] = 'Câu chuyện';
|
||||
$lang->dev->tableList['storyspec'] = 'Mô tả câu chuyện';
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = 'Job';
|
||||
|
||||
$lang->dev->groupList['my'] = 'Dashboard';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = 'QA';
|
||||
$lang->dev->groupList['doc'] = 'Tài liệu';
|
||||
$lang->dev->groupList['report'] = 'Báo cáo';
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = '语言定义';
|
||||
$lang->dev->tableList['module'] = '模块';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . '计划';
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . $lang->productSRCommon;
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . $lang->productSRCommon;
|
||||
$lang->dev->tableList['release'] = '发布';
|
||||
$lang->dev->tableList['story'] = $lang->productSRCommon;
|
||||
$lang->dev->tableList['storyspec'] = "{$lang->productSRCommon}描述";
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = '构建任务';
|
||||
|
||||
$lang->dev->groupList['my'] = '我的地盘';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = '测试';
|
||||
$lang->dev->groupList['doc'] = '文档';
|
||||
$lang->dev->groupList['report'] = '统计';
|
||||
|
||||
@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = '語言定義';
|
||||
$lang->dev->tableList['module'] = '模組';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . '計劃';
|
||||
$lang->dev->tableList['project'] = $lang->projectCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->projectCommon . $lang->productSRCommon;
|
||||
$lang->dev->tableList['project'] = $lang->executionCommon;
|
||||
$lang->dev->tableList['projectproduct'] = $lang->executionCommon . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = $lang->executionCommon . $lang->productSRCommon;
|
||||
$lang->dev->tableList['release'] = '發佈';
|
||||
$lang->dev->tableList['story'] = $lang->productSRCommon;
|
||||
$lang->dev->tableList['storyspec'] = "{$lang->productSRCommon}描述";
|
||||
@@ -117,7 +117,7 @@ $lang->dev->tableList['job'] = '構建任務';
|
||||
|
||||
$lang->dev->groupList['my'] = '我的地盤';
|
||||
$lang->dev->groupList['product'] = $lang->productCommon;
|
||||
$lang->dev->groupList['project'] = $lang->projectCommon;
|
||||
$lang->dev->groupList['project'] = $lang->executionCommon;
|
||||
$lang->dev->groupList['qa'] = '測試';
|
||||
$lang->dev->groupList['doc'] = '文檔';
|
||||
$lang->dev->groupList['report'] = '統計';
|
||||
|
||||
@@ -781,7 +781,7 @@ class doc extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$crumb = html::a(inlink('allLibs', "type=$type"), $type == 'product' ? $this->lang->productCommon : $this->lang->projectCommon) . $this->lang->doc->separator;
|
||||
$crumb = html::a(inlink('allLibs', "type=$type"), $type == 'product' ? $this->lang->productCommon : $this->lang->executionCommon) . $this->lang->doc->separator;
|
||||
if($this->productID and $type == 'project') $crumb = $this->doc->getProductCrumb($this->productID, $objectID);
|
||||
$crumb .= html::a(inlink('objectLibs', "type=$type&objectID=$objectID"), $object->name);
|
||||
$crumb .= $this->lang->doc->separator . ' ' . $this->lang->doclib->files;
|
||||
@@ -877,7 +877,7 @@ class doc extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$crumb = html::a(inlink('allLibs', "type=$type"), $type == 'product' ? $this->lang->productCommon : $this->lang->projectCommon) . $this->lang->doc->separator;
|
||||
$crumb = html::a(inlink('allLibs', "type=$type"), $type == 'product' ? $this->lang->productCommon : $this->lang->executionCommon) . $this->lang->doc->separator;
|
||||
if($this->productID and $type == 'project') $crumb = $this->doc->getProductCrumb($this->productID, $objectID);
|
||||
$crumb .= html::a(inlink('objectLibs', "type=$type&objectID=$objectID"), $object->name);
|
||||
$productID = $type == 'product' ? $objectID : 0;
|
||||
|
||||
+10
-10
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = 'Dok';
|
||||
$lang->doc->id = 'ID';
|
||||
$lang->doc->product = $lang->productCommon;
|
||||
$lang->doc->project = $lang->projectCommon;
|
||||
$lang->doc->project = $lang->executionCommon;
|
||||
$lang->doc->lib = 'Bibliothek';
|
||||
$lang->doc->module = 'Modul';
|
||||
$lang->doc->title = 'Titel';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = 'Eigene Dok Bibliothek';
|
||||
$lang->doc->customAB = 'Eigene Bibliothek';
|
||||
$lang->doc->createLib = 'Bibliothek erstellen';
|
||||
$lang->doc->allLibs = 'Bibliothek';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon} Bibliothek Liste";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon} Bibliothek Liste";
|
||||
$lang->doc->showFiles = 'Dok Bibliothek';
|
||||
$lang->doc->editLib = 'Bibliothek bearbeiten';
|
||||
$lang->doc->deleteLib = 'Bibliothek löschen';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = 'Suche';
|
||||
|
||||
/* 查询条件列表 */
|
||||
$lang->doc->allProduct = 'Alle' . $lang->productCommon;
|
||||
$lang->doc->allProject = 'Alle' . $lang->projectCommon;
|
||||
$lang->doc->allProject = 'Alle' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . ' Bibliothek';
|
||||
$lang->doc->libTypeList['project'] = $lang->projectCommon . ' Bibliothek';
|
||||
$lang->doc->libTypeList['project'] = $lang->executionCommon . ' Bibliothek';
|
||||
$lang->doc->libTypeList['custom'] = 'Eigene Bibliothek';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon . 'Dok Bibliothek';
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon . 'Dok Bibliothek';
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon . 'Dok Bibliothek';
|
||||
|
||||
$lang->doc->aclList['open'] = 'Öffentlich';
|
||||
$lang->doc->aclList['custom'] = 'Eigene';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = 'Rank Settings';
|
||||
$lang->doc->customShowLibs = 'Display Settings';
|
||||
$lang->doc->customShowLibsList['zero'] = 'Display Empty Library';
|
||||
$lang->doc->customShowLibsList['children'] = 'Display Child-category Documents';
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->projectCommon}s Only";
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->executionCommon}s Only";
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "Möchten Sie dieses Dokument löschen?";
|
||||
$lang->doc->confirmDeleteLib = "Möchten Sie diese Bibliothek löschen?";
|
||||
$lang->doc->errorEditSystemDoc = "System Dokumentenbibliothek darf nicht geändert werden.";
|
||||
$lang->doc->errorEmptyProduct = "Kein {$lang->productCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptyProject = "Kein {$lang->projectCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorEmptyProject = "Kein {$lang->executionCommon}. Kann nicht erstellt werden.";
|
||||
$lang->doc->errorMainSysLib = "Diese Bibliothek kann nicht gelöscht werden.";
|
||||
$lang->doc->accessDenied = "Zugriff verweigert!";
|
||||
$lang->doc->versionNotFount = 'Existiert nicht in diesem Build.';
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = 'Benutzer';
|
||||
$lang->doclib->files = 'Dateien';
|
||||
$lang->doclib->all = 'Alle Bibliotheken';
|
||||
$lang->doclib->select = 'Auswahl';
|
||||
$lang->doclib->project = $lang->projectCommon . ' Bibliothek';
|
||||
$lang->doclib->project = $lang->executionCommon . ' Bibliothek';
|
||||
$lang->doclib->product = $lang->productCommon . ' Bibliothek';
|
||||
|
||||
$lang->doclib->aclListA['default'] = 'Default';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = 'Custom';
|
||||
$lang->doclib->aclListB['private'] = 'Private';
|
||||
|
||||
$lang->doclib->create['product'] = 'Create ' . $lang->productCommon . ' Library';
|
||||
$lang->doclib->create['project'] = 'Create ' . $lang->projectCommon . ' Library';
|
||||
$lang->doclib->create['project'] = 'Create ' . $lang->executionCommon . ' Library';
|
||||
$lang->doclib->create['custom'] = 'Create Custom Library';
|
||||
|
||||
$lang->doclib->main['product'] = 'Primary Library';
|
||||
$lang->doclib->main['project'] = 'Primary Library';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = 'Custom';
|
||||
|
||||
$lang->doclib->nameList['custom'] = 'Custom Name';
|
||||
|
||||
+10
-10
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = 'Document';
|
||||
$lang->doc->id = 'ID';
|
||||
$lang->doc->product = $lang->productCommon;
|
||||
$lang->doc->project = $lang->projectCommon;
|
||||
$lang->doc->project = $lang->executionCommon;
|
||||
$lang->doc->lib = 'Library';
|
||||
$lang->doc->module = 'Category';
|
||||
$lang->doc->title = 'Name';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = 'Custom Document Library';
|
||||
$lang->doc->customAB = 'Custom Doc Lib';
|
||||
$lang->doc->createLib = 'Create Document Library';
|
||||
$lang->doc->allLibs = 'Library List';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon} Libraries";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon} Libraries";
|
||||
$lang->doc->showFiles = 'Attachments';
|
||||
$lang->doc->editLib = 'Edit Document Library';
|
||||
$lang->doc->deleteLib = 'Delete Document Library';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = 'Search';
|
||||
|
||||
/* Query condition list. */
|
||||
$lang->doc->allProduct = 'All' . $lang->productCommon . 's';
|
||||
$lang->doc->allProject = 'All' . $lang->projectCommon . 's';
|
||||
$lang->doc->allProject = 'All' . $lang->executionCommon . 's';
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . ' Library';
|
||||
$lang->doc->libTypeList['project'] = $lang->projectCommon . ' Library';
|
||||
$lang->doc->libTypeList['project'] = $lang->executionCommon . ' Library';
|
||||
$lang->doc->libTypeList['custom'] = 'Custom Library';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->doc->aclList['open'] = 'Public';
|
||||
$lang->doc->aclList['custom'] = 'Custom';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = 'Rank Settings';
|
||||
$lang->doc->customShowLibs = 'Display Settings';
|
||||
$lang->doc->customShowLibsList['zero'] = 'Display Empty Library';
|
||||
$lang->doc->customShowLibsList['children'] = 'Display Child-category Documents';
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->projectCommon}s Only";
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->executionCommon}s Only";
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "Do you want to delete this document?";
|
||||
$lang->doc->confirmDeleteLib = "Do you want to delete this document library?";
|
||||
$lang->doc->errorEditSystemDoc = "You don't have to change system document library.";
|
||||
$lang->doc->errorEmptyProduct = "No {$lang->productCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "No {$lang->projectCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "No {$lang->executionCommon}. It cannot be created.";
|
||||
$lang->doc->errorMainSysLib = "This library cannot be deleted.";
|
||||
$lang->doc->accessDenied = "Access is denied!";
|
||||
$lang->doc->versionNotFount = 'It does not exist in this build.';
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = 'User';
|
||||
$lang->doclib->files = 'Attachments';
|
||||
$lang->doclib->all = 'All Libraries';
|
||||
$lang->doclib->select = 'Select';
|
||||
$lang->doclib->project = $lang->projectCommon . ' Library';
|
||||
$lang->doclib->project = $lang->executionCommon . ' Library';
|
||||
$lang->doclib->product = $lang->productCommon . ' Library';
|
||||
|
||||
$lang->doclib->aclListA['default'] = 'Default';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = 'Custom';
|
||||
$lang->doclib->aclListB['private'] = 'Private';
|
||||
|
||||
$lang->doclib->create['product'] = 'Create ' . $lang->productCommon . ' Library';
|
||||
$lang->doclib->create['project'] = 'Create ' . $lang->projectCommon . ' Library';
|
||||
$lang->doclib->create['project'] = 'Create ' . $lang->executionCommon . ' Library';
|
||||
$lang->doclib->create['custom'] = 'Create Custom Library';
|
||||
|
||||
$lang->doclib->main['product'] = 'Primary Library';
|
||||
$lang->doclib->main['project'] = 'Primary Library';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = 'Custom';
|
||||
|
||||
$lang->doclib->nameList['custom'] = 'Custom Name';
|
||||
|
||||
+10
-10
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = 'Gestion Documentaire';
|
||||
$lang->doc->id = 'ID';
|
||||
$lang->doc->product = $lang->productCommon;
|
||||
$lang->doc->project = $lang->projectCommon;
|
||||
$lang->doc->project = $lang->executionCommon;
|
||||
$lang->doc->lib = 'Bibliothèque';
|
||||
$lang->doc->module = 'Catégorie';
|
||||
$lang->doc->title = 'Nom';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = 'Personnaliser Bibliothèque de Documents';
|
||||
$lang->doc->customAB = 'Person. Bib Doc';
|
||||
$lang->doc->createLib = 'Créer une Bibliothèque';
|
||||
$lang->doc->allLibs = 'Liste des Bibliothèque';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon} Bibliothèque";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon} Bibliothèque";
|
||||
$lang->doc->showFiles = 'Pièces Jointes';
|
||||
$lang->doc->editLib = 'Editer Bibliothèque';
|
||||
$lang->doc->deleteLib = 'Supprimer Bibliothèque';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = 'Rechercher';
|
||||
|
||||
/* 查询条件列表 */
|
||||
$lang->doc->allProduct = 'Tous les ' . $lang->productCommon . 's';
|
||||
$lang->doc->allProject = 'Tous les ' . $lang->projectCommon . 's';
|
||||
$lang->doc->allProject = 'Tous les ' . $lang->executionCommon . 's';
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . ' Library';
|
||||
$lang->doc->libTypeList['project'] = 'Bibliothèque ' . $lang->projectCommon;
|
||||
$lang->doc->libTypeList['project'] = 'Bibliothèque ' . $lang->executionCommon;
|
||||
$lang->doc->libTypeList['custom'] = 'Bib. Personnalisée';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->doc->aclList['open'] = 'Public';
|
||||
$lang->doc->aclList['custom'] = 'Person.';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = 'Paramétrage Rang';
|
||||
$lang->doc->customShowLibs = 'Paramétrage Affichage';
|
||||
$lang->doc->customShowLibsList['zero'] = 'Montrer Bibliothèques Vides';
|
||||
$lang->doc->customShowLibsList['children'] = 'Montrer sous-catégorie de Documents';
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Montrer {$lang->projectCommon}s actifs seulement";
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Montrer {$lang->executionCommon}s actifs seulement";
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "Voulez-vous supprimer ce document ?";
|
||||
$lang->doc->confirmDeleteLib = "Voulez-vous supprimer cette Bibliothèque ?";
|
||||
$lang->doc->errorEditSystemDoc = "Vous n'avez pas besoin de changer de système de Bibliothèque.";
|
||||
$lang->doc->errorEmptyProduct = "Aucun {$lang->productCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptyProject = "Aucun {$lang->projectCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorEmptyProject = "Aucun {$lang->executionCommon}. Il ne peut pas être créé.";
|
||||
$lang->doc->errorMainSysLib = "Cette Bibliothèque ne peut pas être supprimée.";
|
||||
$lang->doc->accessDenied = "Access is denied !";
|
||||
$lang->doc->versionNotFount = "N'existe pas dans ce build.";
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = 'Utilisateur';
|
||||
$lang->doclib->files = 'Pièces Jointes';
|
||||
$lang->doclib->all = 'Toutes les Libraries';
|
||||
$lang->doclib->select = 'Sélect.';
|
||||
$lang->doclib->project = 'Bibliothèque ' . $lang->projectCommon;
|
||||
$lang->doclib->project = 'Bibliothèque ' . $lang->executionCommon;
|
||||
$lang->doclib->product = $lang->productCommon . ' Library';
|
||||
|
||||
$lang->doclib->aclListA['default'] = 'Défaut';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = 'Person.';
|
||||
$lang->doclib->aclListB['private'] = 'Privée';
|
||||
|
||||
$lang->doclib->create['product'] = 'Créer ' . $lang->productCommon . ' Library';
|
||||
$lang->doclib->create['project'] = 'Créer ' . 'Bibliothèque ' . $lang->projectCommon;
|
||||
$lang->doclib->create['project'] = 'Créer ' . 'Bibliothèque ' . $lang->executionCommon;
|
||||
$lang->doclib->create['custom'] = 'Créer Bibliothèque Personnelle';
|
||||
|
||||
$lang->doclib->main['product'] = 'Bibliothèque Principale';
|
||||
$lang->doclib->main['project'] = 'Bibliothèque Principale';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = 'Personnelle';
|
||||
|
||||
$lang->doclib->nameList['custom'] = 'Nom personnalisé';
|
||||
|
||||
+10
-10
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = 'Tài liệu';
|
||||
$lang->doc->id = 'ID';
|
||||
$lang->doc->product = $lang->productCommon;
|
||||
$lang->doc->project = $lang->projectCommon;
|
||||
$lang->doc->project = $lang->executionCommon;
|
||||
$lang->doc->lib = 'Thư viện';
|
||||
$lang->doc->module = 'Danh mục';
|
||||
$lang->doc->title = 'Tên';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = 'Tùy biến thư viện tài liệu';
|
||||
$lang->doc->customAB = 'Tùy biến Doc Lib';
|
||||
$lang->doc->createLib = 'Tạo thư viện tài liệu';
|
||||
$lang->doc->allLibs = 'Library danh sách';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon} Libraries";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon} Libraries";
|
||||
$lang->doc->showFiles = 'Attachments';
|
||||
$lang->doc->editLib = 'Sửa thư viện tài liệu';
|
||||
$lang->doc->deleteLib = 'Xóa thư viện tài liệu';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = 'Tìm kiếm';
|
||||
|
||||
/* Query condition list. */
|
||||
$lang->doc->allProduct = 'All' . $lang->productCommon;
|
||||
$lang->doc->allProject = 'All' . $lang->projectCommon;
|
||||
$lang->doc->allProject = 'All' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . ' thư viện';
|
||||
$lang->doc->libTypeList['project'] = $lang->projectCommon . ' thư viện';
|
||||
$lang->doc->libTypeList['project'] = $lang->executionCommon . ' thư viện';
|
||||
$lang->doc->libTypeList['custom'] = 'Tùy biến thư viện';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->doc->aclList['open'] = 'Công khai';
|
||||
$lang->doc->aclList['custom'] = 'Tùy biến';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = 'Đánh giá Thiết lập';
|
||||
$lang->doc->customShowLibs = 'Display Thiết lập';
|
||||
$lang->doc->customShowLibsList['zero'] = 'Display Empty thư viện';
|
||||
$lang->doc->customShowLibsList['children'] = 'Display Child-category tài liệu';
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->projectCommon} Only";
|
||||
$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->executionCommon} Only";
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "Bạn có muốn xóa this document?";
|
||||
$lang->doc->confirmDeleteLib = "Bạn có muốn xóa this document library?";
|
||||
$lang->doc->errorEditSystemDoc = "You don't have to change system document library.";
|
||||
$lang->doc->errorEmptyProduct = "Không có {$lang->productCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "Không có {$lang->projectCommon}. It cannot be created.";
|
||||
$lang->doc->errorEmptyProject = "Không có {$lang->executionCommon}. It cannot be created.";
|
||||
$lang->doc->errorMainSysLib = "This library không thể xóa.";
|
||||
$lang->doc->accessDenied = "Access bị từ chối!";
|
||||
$lang->doc->versionNotFount = 'Nó does not exist in bản dựng này.';
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = 'Người dùng';
|
||||
$lang->doclib->files = 'Attachments';
|
||||
$lang->doclib->all = 'Tất cả Libraries';
|
||||
$lang->doclib->select = 'Chọn';
|
||||
$lang->doclib->project = $lang->projectCommon . ' thư viện';
|
||||
$lang->doclib->project = $lang->executionCommon . ' thư viện';
|
||||
$lang->doclib->product = $lang->productCommon . ' thư viện';
|
||||
|
||||
$lang->doclib->aclListA['default'] = 'Mặc định';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = 'Tùy biến';
|
||||
$lang->doclib->aclListB['private'] = 'Riêng tư';
|
||||
|
||||
$lang->doclib->create['product'] = 'Tạo ' . $lang->productCommon . ' thư viện';
|
||||
$lang->doclib->create['project'] = 'Tạo ' . $lang->projectCommon . ' thư viện';
|
||||
$lang->doclib->create['project'] = 'Tạo ' . $lang->executionCommon . ' thư viện';
|
||||
$lang->doclib->create['custom'] = 'Tạo Custom thư viện';
|
||||
|
||||
$lang->doclib->main['product'] = 'Primary thư viện';
|
||||
$lang->doclib->main['project'] = 'Primary thư viện';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = 'Tùy biến';
|
||||
|
||||
$lang->doclib->nameList['custom'] = 'Tùy biến tên';
|
||||
|
||||
+13
-13
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = '文档';
|
||||
$lang->doc->id = '文档编号';
|
||||
$lang->doc->product = '所属' . $lang->productCommon;
|
||||
$lang->doc->project = '所属' . $lang->projectCommon;
|
||||
$lang->doc->project = '所属' . $lang->executionCommon;
|
||||
$lang->doc->lib = '所属文档库';
|
||||
$lang->doc->module = '所属分类';
|
||||
$lang->doc->title = '文档标题';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = '自定义文档库';
|
||||
$lang->doc->customAB = '自定义库';
|
||||
$lang->doc->createLib = '创建文档库';
|
||||
$lang->doc->allLibs = '文档库列表';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon}库列表";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon}库列表";
|
||||
$lang->doc->showFiles = '附件库';
|
||||
$lang->doc->editLib = '编辑文档库';
|
||||
$lang->doc->deleteLib = '删除文档库';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = '搜索';
|
||||
|
||||
/* 查询条件列表 */
|
||||
$lang->doc->allProduct = '所有' . $lang->productCommon;
|
||||
$lang->doc->allProject = '所有' . $lang->projectCommon;
|
||||
$lang->doc->allProject = '所有' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . '文档库';
|
||||
$lang->doc->libTypeList['project'] = $lang->projectCommon . '文档库';
|
||||
$lang->doc->libTypeList['project'] = $lang->executionCommon . '文档库';
|
||||
$lang->doc->libTypeList['custom'] = '自定义文档库';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->doc->aclList['open'] = '公开';
|
||||
$lang->doc->aclList['custom'] = '自定义';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = '文档库排序';
|
||||
$lang->doc->customShowLibs = '显示设置';
|
||||
$lang->doc->customShowLibsList['zero'] = '显示空文档的库';
|
||||
$lang->doc->customShowLibsList['children'] = '显示子分类的文档';
|
||||
$lang->doc->customShowLibsList['unclosed'] = '只显示未关闭的' . $lang->projectCommon;
|
||||
$lang->doc->customShowLibsList['unclosed'] = '只显示未关闭的' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "您确定删除该文档吗?";
|
||||
$lang->doc->confirmDeleteLib = "您确定删除该文档库吗?";
|
||||
$lang->doc->errorEditSystemDoc = "系统文档库无需修改。";
|
||||
$lang->doc->errorEmptyProduct = "没有{$lang->productCommon},无法创建文档";
|
||||
$lang->doc->errorEmptyProject = "没有{$lang->projectCommon},无法创建文档";
|
||||
$lang->doc->errorEmptyProject = "没有{$lang->executionCommon},无法创建文档";
|
||||
$lang->doc->errorMainSysLib = "该系统文档库不能删除!";
|
||||
$lang->doc->accessDenied = "您没有权限访问!";
|
||||
$lang->doc->versionNotFount = '该版本文档不存在';
|
||||
@@ -175,8 +175,8 @@ $lang->doc->errorEmptyLib = '文档库暂无数据。';
|
||||
|
||||
$lang->doc->noticeAcl['lib']['product']['default'] = '有所选产品访问权限的用户可以访问。';
|
||||
$lang->doc->noticeAcl['lib']['product']['custom'] = '有所选产品访问权限或白名单里的用户可以访问。';
|
||||
$lang->doc->noticeAcl['lib']['project']['default'] = "有所选{$lang->projectCommon}访问权限的用户可以访问。";
|
||||
$lang->doc->noticeAcl['lib']['project']['custom'] = "有所选{$lang->projectCommon}访问权限或白名单里的用户可以访问。";
|
||||
$lang->doc->noticeAcl['lib']['project']['default'] = "有所选{$lang->executionCommon}访问权限的用户可以访问。";
|
||||
$lang->doc->noticeAcl['lib']['project']['custom'] = "有所选{$lang->executionCommon}访问权限或白名单里的用户可以访问。";
|
||||
$lang->doc->noticeAcl['lib']['custom']['open'] = '所有人都可以访问。';
|
||||
$lang->doc->noticeAcl['lib']['custom']['custom'] = '白名单的用户可以访问。';
|
||||
$lang->doc->noticeAcl['lib']['custom']['private'] = '只有创建者自己可以访问。';
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = '用户';
|
||||
$lang->doclib->files = '附件库';
|
||||
$lang->doclib->all = '所有文档库';
|
||||
$lang->doclib->select = '选择文档库';
|
||||
$lang->doclib->project = $lang->projectCommon . '库';
|
||||
$lang->doclib->project = $lang->executionCommon . '库';
|
||||
$lang->doclib->product = $lang->productCommon . '库';
|
||||
|
||||
$lang->doclib->aclListA['default'] = '默认';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = '自定义';
|
||||
$lang->doclib->aclListB['private'] = '私有';
|
||||
|
||||
$lang->doclib->create['product'] = '创建' . $lang->productCommon . '文档库';
|
||||
$lang->doclib->create['project'] = '创建' . $lang->projectCommon . '文档库';
|
||||
$lang->doclib->create['project'] = '创建' . $lang->executionCommon . '文档库';
|
||||
$lang->doclib->create['custom'] = '创建自定义文档库';
|
||||
|
||||
$lang->doclib->main['product'] = $lang->productCommon . '主库';
|
||||
$lang->doclib->main['project'] = $lang->projectCommon . '主库';
|
||||
$lang->doclib->main['project'] = $lang->executionCommon . '主库';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = '自定义';
|
||||
|
||||
$lang->doclib->nameList['custom'] = '自定义文档库名称';
|
||||
|
||||
+13
-13
@@ -13,7 +13,7 @@
|
||||
$lang->doc->common = '文檔';
|
||||
$lang->doc->id = '文檔編號';
|
||||
$lang->doc->product = '所屬' . $lang->productCommon;
|
||||
$lang->doc->project = '所屬' . $lang->projectCommon;
|
||||
$lang->doc->project = '所屬' . $lang->executionCommon;
|
||||
$lang->doc->lib = '所屬文檔庫';
|
||||
$lang->doc->module = '所屬分類';
|
||||
$lang->doc->title = '文檔標題';
|
||||
@@ -87,7 +87,7 @@ $lang->doc->custom = '自定義文檔庫';
|
||||
$lang->doc->customAB = '自定義庫';
|
||||
$lang->doc->createLib = '創建文檔庫';
|
||||
$lang->doc->allLibs = '文檔庫列表';
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->projectCommon}庫列表";
|
||||
$lang->doc->objectLibs = "{$lang->productCommon}/{$lang->executionCommon}庫列表";
|
||||
$lang->doc->showFiles = '附件庫';
|
||||
$lang->doc->editLib = '編輯文檔庫';
|
||||
$lang->doc->deleteLib = '刪除文檔庫';
|
||||
@@ -97,10 +97,10 @@ $lang->doc->search = '搜索';
|
||||
|
||||
/* 查詢條件列表 */
|
||||
$lang->doc->allProduct = '所有' . $lang->productCommon;
|
||||
$lang->doc->allProject = '所有' . $lang->projectCommon;
|
||||
$lang->doc->allProject = '所有' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->libTypeList['product'] = $lang->productCommon . '文檔庫';
|
||||
$lang->doc->libTypeList['project'] = $lang->projectCommon . '文檔庫';
|
||||
$lang->doc->libTypeList['project'] = $lang->executionCommon . '文檔庫';
|
||||
$lang->doc->libTypeList['custom'] = '自定義文檔庫';
|
||||
|
||||
$lang->doc->libIconList['product'] = 'icon-cube';
|
||||
@@ -108,7 +108,7 @@ $lang->doc->libIconList['project'] = 'icon-stack';
|
||||
$lang->doc->libIconList['custom'] = 'icon-folder-o';
|
||||
|
||||
$lang->doc->systemLibs['product'] = $lang->productCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->projectCommon;
|
||||
$lang->doc->systemLibs['project'] = $lang->executionCommon;
|
||||
|
||||
$lang->doc->aclList['open'] = '公開';
|
||||
$lang->doc->aclList['custom'] = '自定義';
|
||||
@@ -148,7 +148,7 @@ $lang->doc->orderLib = '文檔庫排序';
|
||||
$lang->doc->customShowLibs = '顯示設置';
|
||||
$lang->doc->customShowLibsList['zero'] = '顯示空文檔的庫';
|
||||
$lang->doc->customShowLibsList['children'] = '顯示子分類的文檔';
|
||||
$lang->doc->customShowLibsList['unclosed'] = '只顯示未關閉的' . $lang->projectCommon;
|
||||
$lang->doc->customShowLibsList['unclosed'] = '只顯示未關閉的' . $lang->executionCommon;
|
||||
|
||||
$lang->doc->mail = new stdclass();
|
||||
$lang->doc->mail->create = new stdclass();
|
||||
@@ -160,7 +160,7 @@ $lang->doc->confirmDelete = "您確定刪除該文檔嗎?";
|
||||
$lang->doc->confirmDeleteLib = "您確定刪除該文檔庫嗎?";
|
||||
$lang->doc->errorEditSystemDoc = "系統文檔庫無需修改。";
|
||||
$lang->doc->errorEmptyProduct = "沒有{$lang->productCommon},無法創建文檔";
|
||||
$lang->doc->errorEmptyProject = "沒有{$lang->projectCommon},無法創建文檔";
|
||||
$lang->doc->errorEmptyProject = "沒有{$lang->executionCommon},無法創建文檔";
|
||||
$lang->doc->errorMainSysLib = "該系統文檔庫不能刪除!";
|
||||
$lang->doc->accessDenied = "您沒有權限訪問!";
|
||||
$lang->doc->versionNotFount = '該版本文檔不存在';
|
||||
@@ -175,8 +175,8 @@ $lang->doc->errorEmptyLib = '文檔庫暫無數據。';
|
||||
|
||||
$lang->doc->noticeAcl['lib']['product']['default'] = '有所選產品訪問權限的用戶可以訪問。';
|
||||
$lang->doc->noticeAcl['lib']['product']['custom'] = '有所選產品訪問權限或白名單裡的用戶可以訪問。';
|
||||
$lang->doc->noticeAcl['lib']['project']['default'] = "有所選{$lang->projectCommon}訪問權限的用戶可以訪問。";
|
||||
$lang->doc->noticeAcl['lib']['project']['custom'] = "有所選{$lang->projectCommon}訪問權限或白名單裡的用戶可以訪問。";
|
||||
$lang->doc->noticeAcl['lib']['project']['default'] = "有所選{$lang->executionCommon}訪問權限的用戶可以訪問。";
|
||||
$lang->doc->noticeAcl['lib']['project']['custom'] = "有所選{$lang->executionCommon}訪問權限或白名單裡的用戶可以訪問。";
|
||||
$lang->doc->noticeAcl['lib']['custom']['open'] = '所有人都可以訪問。';
|
||||
$lang->doc->noticeAcl['lib']['custom']['custom'] = '白名單的用戶可以訪問。';
|
||||
$lang->doc->noticeAcl['lib']['custom']['private'] = '只有創建者自己可以訪問。';
|
||||
@@ -196,7 +196,7 @@ $lang->doclib->user = '用戶';
|
||||
$lang->doclib->files = '附件庫';
|
||||
$lang->doclib->all = '所有文檔庫';
|
||||
$lang->doclib->select = '選擇文檔庫';
|
||||
$lang->doclib->project = $lang->projectCommon . '庫';
|
||||
$lang->doclib->project = $lang->executionCommon . '庫';
|
||||
$lang->doclib->product = $lang->productCommon . '庫';
|
||||
|
||||
$lang->doclib->aclListA['default'] = '預設';
|
||||
@@ -207,14 +207,14 @@ $lang->doclib->aclListB['custom'] = '自定義';
|
||||
$lang->doclib->aclListB['private'] = '私有';
|
||||
|
||||
$lang->doclib->create['product'] = '創建' . $lang->productCommon . '文檔庫';
|
||||
$lang->doclib->create['project'] = '創建' . $lang->projectCommon . '文檔庫';
|
||||
$lang->doclib->create['project'] = '創建' . $lang->executionCommon . '文檔庫';
|
||||
$lang->doclib->create['custom'] = '創建自定義文檔庫';
|
||||
|
||||
$lang->doclib->main['product'] = $lang->productCommon . '主庫';
|
||||
$lang->doclib->main['project'] = $lang->projectCommon . '主庫';
|
||||
$lang->doclib->main['project'] = $lang->executionCommon . '主庫';
|
||||
|
||||
$lang->doclib->tabList['product'] = $lang->productCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->projectCommon;
|
||||
$lang->doclib->tabList['project'] = $lang->executionCommon;
|
||||
$lang->doclib->tabList['custom'] = '自定義';
|
||||
|
||||
$lang->doclib->nameList['custom'] = '自定義文檔庫名稱';
|
||||
|
||||
@@ -1458,7 +1458,7 @@ class docModel extends model
|
||||
if(empty($projectProduct))
|
||||
{
|
||||
setcookie('product', 0, $this->config->cookieLife, $this->config->webRoot, '', false, true);
|
||||
return html::a(helper::createLink('doc', 'allLibs', "type=project"), $this->lang->projectCommon) . $this->lang->doc->separator;
|
||||
return html::a(helper::createLink('doc', 'allLibs', "type=project"), $this->lang->executionCommon) . $this->lang->doc->separator;
|
||||
}
|
||||
}
|
||||
$object = $this->dao->select('id,name')->from(TABLE_PRODUCT)->where('id')->eq($productID)->fetch();
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<div class="col-sm-7">
|
||||
<div class="panel block-files block-sm" style="height: 290px;">
|
||||
<div class="panel-heading">
|
||||
<div class="panel-title"><?php echo $lang->project->undone . (common::checkNotCN() ? "{$lang->projectCommon}s" : "$lang->projectCommon");?></div>
|
||||
<div class="panel-title"><?php echo $lang->project->undone . (common::checkNotCN() ? "{$lang->executionCommon}s" : "$lang->executionCommon");?></div>
|
||||
<nav class="panel-actions nav nav-default">
|
||||
<li><?php echo html::a($this->createLink('doc', 'allLibs', 'type=project'), '<i class="icon icon-more icon-sm"></i>', '', "title='{$lang->more}'");?></li>
|
||||
</nav>
|
||||
|
||||
@@ -34,7 +34,7 @@ $lang->group->dynamic = 'Access Dynamics';
|
||||
$lang->group->noticeVisit = 'Leer bedeutet Zugriff verweigert.';
|
||||
$lang->group->noneProgram = "No Program";
|
||||
$lang->group->noneProduct = "No {$lang->productCommon}";
|
||||
$lang->group->noneProject = "No {$lang->projectCommon}";
|
||||
$lang->group->noneProject = "No {$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = 'ID';
|
||||
$lang->group->name = 'Name';
|
||||
|
||||
@@ -34,7 +34,7 @@ $lang->group->dynamic = 'Access Dynamics';
|
||||
$lang->group->noticeVisit = 'Blank means no access limit.';
|
||||
$lang->group->noneProgram = "No Program";
|
||||
$lang->group->noneProduct = "No {$lang->productCommon}";
|
||||
$lang->group->noneProject = "No {$lang->projectCommon}";
|
||||
$lang->group->noneProject = "No {$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = 'ID';
|
||||
$lang->group->name = 'Group';
|
||||
|
||||
@@ -29,12 +29,12 @@ $lang->group->viewList = 'Accès Consultation';
|
||||
$lang->group->PRJ = 'Manage Project';
|
||||
$lang->group->programList = 'Accè Programs';
|
||||
$lang->group->productList = 'Accès ' . $lang->productCommon . 's';
|
||||
$lang->group->projectList = 'Accès ' . $lang->projectCommon . 's';
|
||||
$lang->group->projectList = 'Accès ' . $lang->executionCommon . 's';
|
||||
$lang->group->dynamic = 'Accès Historique';
|
||||
$lang->group->noticeVisit = "Blanc signifie « pas de limitation d'accès ».";
|
||||
$lang->group->noneProgram = "No Program";
|
||||
$lang->group->noneProduct = "No {$lang->productCommon}";
|
||||
$lang->group->noneProject = "No {$lang->projectCommon}";
|
||||
$lang->group->noneProject = "No {$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = 'ID';
|
||||
$lang->group->name = 'Groupe';
|
||||
|
||||
@@ -34,7 +34,7 @@ $lang->group->dynamic = 'Truy cập Dynamics';
|
||||
$lang->group->noticeVisit = 'Blank means no access limit.';
|
||||
$lang->group->noneProgram = "No Program";
|
||||
$lang->group->noneProduct = "Không có {$lang->productCommon}";
|
||||
$lang->group->noneProject = "Không có {$lang->projectCommon}";
|
||||
$lang->group->noneProject = "Không có {$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = 'ID';
|
||||
$lang->group->name = 'Nhóm';
|
||||
|
||||
@@ -34,7 +34,7 @@ $lang->group->dynamic = '可查看动态';
|
||||
$lang->group->noticeVisit = '空代表没有访问限制';
|
||||
$lang->group->noneProgram = "暂时没有项目";
|
||||
$lang->group->noneProduct = "暂时没有{$lang->productCommon}";
|
||||
$lang->group->noneProject = "暂时没有{$lang->projectCommon}";
|
||||
$lang->group->noneProject = "暂时没有{$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = '编号';
|
||||
$lang->group->name = '分组名称';
|
||||
|
||||
@@ -26,11 +26,11 @@ $lang->group->successSaved = '成功保存';
|
||||
$lang->group->errorNotSaved = '沒有保存,請確認選擇了權限數據。';
|
||||
$lang->group->viewList = '可訪問視圖';
|
||||
$lang->group->productList = '可訪問' . $lang->productCommon;
|
||||
$lang->group->projectList = '可訪問' . $lang->projectCommon;
|
||||
$lang->group->projectList = '可訪問' . $lang->executionCommon;
|
||||
$lang->group->dynamic = '可查看動態';
|
||||
$lang->group->noticeVisit = '空代表沒有訪問限制';
|
||||
$lang->group->noneProduct = "暫時沒有{$lang->productCommon}";
|
||||
$lang->group->noneProject = "暫時沒有{$lang->projectCommon}";
|
||||
$lang->group->noneProject = "暫時沒有{$lang->executionCommon}";
|
||||
|
||||
$lang->group->id = '編號';
|
||||
$lang->group->name = '分組名稱';
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<div class='action-item'>
|
||||
<div class='checkbox-primary'>
|
||||
<input type="checkbox" id='allchecker' onclick="selectAll(this)"/>
|
||||
<label class='priv' for='allchecker'><?php echo $module == 'project' ? "<i class='icon icon-menu-doc'></i> " . $lang->projectCommon : substr($title, 0, strpos($title, '|'));?></label>
|
||||
<label class='priv' for='allchecker'><?php echo $module == 'project' ? "<i class='icon icon-menu-doc'></i> " . $lang->executionCommon : substr($title, 0, strpos($title, '|'));?></label>
|
||||
</div>
|
||||
</div>
|
||||
</th>
|
||||
|
||||
@@ -86,6 +86,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = 'Letzte Version';
|
||||
$lang->misc->feature->detailed = 'Details';
|
||||
|
||||
$lang->misc->releaseDate['20.0.beta1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.stable'] = '2020-11-19';
|
||||
$lang->misc->releaseDate['20.0.alpha1'] = '2020-10-30';
|
||||
@@ -138,6 +139,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['20.0.beta1'][] = array('title'=>'Zentao 20 beta,fix bug,process detail', 'desc' => '');
|
||||
$lang->misc->feature->all['20.0.alpha1'][] = array('title'=>'Add program, reset priv.', 'desc' => '');
|
||||
|
||||
$lang->misc->feature->all['12.5.1'][] = array('title' => 'Fix Bug', 'desc' => '');
|
||||
|
||||
@@ -86,6 +86,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = 'Latest Version';
|
||||
$lang->misc->feature->detailed = 'Detail';
|
||||
|
||||
$lang->misc->releaseDate['20.0.beta1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.stable'] = '2020-11-19';
|
||||
$lang->misc->releaseDate['20.0.alpha1'] = '2020-10-30';
|
||||
@@ -138,6 +139,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['20.0.beta1'][] = array('title'=>'Zentao 20 beta,fix bug,process detail', 'desc' => '');
|
||||
$lang->misc->feature->all['20.0.alpha1'][] = array('title'=>'Add program, reset priv.', 'desc' => '');
|
||||
|
||||
$lang->misc->feature->all['12.5.1'][] = array('title' => 'Fix Bug', 'desc' => '');
|
||||
|
||||
@@ -86,6 +86,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = 'Dernière Version';
|
||||
$lang->misc->feature->detailed = 'Détail';
|
||||
|
||||
$lang->misc->releaseDate['20.0.beta1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.stable'] = '2020-11-19';
|
||||
$lang->misc->releaseDate['20.0.alpha1'] = '2020-10-30';
|
||||
@@ -138,6 +139,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['20.0.beta1'][] = array('title'=>'Zentao 20 beta,fix bug,process detail', 'desc' => '');
|
||||
$lang->misc->feature->all['20.0.alpha1'][] = array('title'=>'Add program, reset priv.', 'desc' => '');
|
||||
|
||||
$lang->misc->feature->all['12.5.1'][] = array('title' => 'Fix Bug', 'desc' => '');
|
||||
|
||||
@@ -86,6 +86,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = 'Latest Version';
|
||||
$lang->misc->feature->detailed = 'Chi tiết';
|
||||
|
||||
$lang->misc->releaseDate['20.0.beta1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.1'] = '2020-11-30';
|
||||
$lang->misc->releaseDate['12.5.stable'] = '2020-11-19';
|
||||
$lang->misc->releaseDate['20.0.alpha1'] = '2020-10-30';
|
||||
@@ -138,6 +139,7 @@ $lang->misc->releaseDate['7.2.stable'] = '2015-05-22';
|
||||
$lang->misc->releaseDate['7.1.stable'] = '2015-03-07';
|
||||
$lang->misc->releaseDate['6.3.stable'] = '2014-11-07';
|
||||
|
||||
$lang->misc->feature->all['20.0.beta1'][] = array('title'=>'Zentao 20 beta,fix bug,process detail', 'desc' => '');
|
||||
$lang->misc->feature->all['20.0.alpha1'][] = array('title'=>'Add program, reset priv.', 'desc' => '');
|
||||
|
||||
$lang->misc->feature->all['12.5.1'][] = array('title' => 'Fix Bug', 'desc' => '');
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = 'Meine Storys';
|
||||
$lang->my->requirement = 'My Requirements';
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->execution = "My {$lang->executionCommon}";
|
||||
$lang->my->execution = "My {$lang->execution->common}";
|
||||
$lang->my->profile = 'Meine Profil';
|
||||
$lang->my->dynamic = 'Meine Verlauf';
|
||||
$lang->my->editProfile = 'Profil bearbeiten';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = 'Von mir geschlossen';
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = 'Verlauf';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>.";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "Erstelle {$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "Erstelle {$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "Erstelle {$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>Hilfe</a>";
|
||||
$lang->my->home->noProductsTip = "Kein {$lang->productCommon} gefunden.";
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = 'My Stories';
|
||||
$lang->my->requirement = 'My Requirements';
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->execution = "My {$lang->executionCommon}";
|
||||
$lang->my->execution = "My {$lang->execution->common}";
|
||||
$lang->my->profile = 'My Profile';
|
||||
$lang->my->dynamic = 'My Dynamics';
|
||||
$lang->my->editProfile = 'Edit';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = 'ClosedByMe';
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = 'Dynamics';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>.";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "Create {$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "Create {$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "Create {$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-workflow-46.html' target='_blank'>Help</a>";
|
||||
$lang->my->home->noProductsTip = "No {$lang->productCommon} found here.";
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = 'Mes Stories';
|
||||
$lang->my->requirement = 'My Requirements';
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->execution = "My {$lang->executionCommon}";
|
||||
$lang->my->execution = "My {$lang->execution->common}";
|
||||
$lang->my->profile = 'Mon Profil';
|
||||
$lang->my->dynamic = 'Mon Historique';
|
||||
$lang->my->editProfile = 'Edit Profil';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = "Stories que j'ai fermées";
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = 'Historique';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>.";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "Créer un {$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "Créer un {$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "Créer un {$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-workflow-46.html' target='_blank'>Aide</a>";
|
||||
$lang->my->home->noProductsTip = "Aucun {$lang->productCommon} ici.";
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = 'Câu chuyện của bạn';
|
||||
$lang->my->requirement = 'My Requirements';
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->execution = "My {$lang->executionCommon}";
|
||||
$lang->my->execution = "My {$lang->execution->common}";
|
||||
$lang->my->profile = 'Hồ sơ của bạn';
|
||||
$lang->my->dynamic = 'Lịch sử của bạn';
|
||||
$lang->my->editProfile = 'Sửa';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = 'Đóng bởi bạn';
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = 'Lịch sử';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>.";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "Tạo {$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "Tạo {$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "Tạo {$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-workflow-46.html' target='_blank'>Trợ giúp</a>";
|
||||
$lang->my->home->noProductsTip = "Không có {$lang->productCommon} được tìm thấy.";
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = "我的{$lang->productSRCommon}";
|
||||
$lang->my->requirement = "我的用户{$lang->productSRCommon}";
|
||||
$lang->my->createProgram = '添加项目';
|
||||
$lang->my->project = "我的项目";
|
||||
$lang->my->execution = "我的{$lang->executionCommon}";
|
||||
$lang->my->execution = "我的{$lang->execution->common}";
|
||||
$lang->my->profile = '我的档案';
|
||||
$lang->my->dynamic = '我的动态';
|
||||
$lang->my->editProfile = '修改档案';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = '我关闭';
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = '最新动态';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>。";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "添加{$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "添加{$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "添加{$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='https://www.zentao.net/help-read-79236.html' target='_blank'>帮助文档</a>";
|
||||
$lang->my->home->noProductsTip = "这里还没有{$lang->productCommon}。";
|
||||
|
||||
@@ -13,7 +13,7 @@ $lang->my->story = "我的{$lang->productSRCommon}";
|
||||
$lang->my->requirement = "我的用戶{$lang->productSRCommon}";
|
||||
$lang->my->createProgram = '添加項目';
|
||||
$lang->my->project = "我的項目";
|
||||
$lang->my->execution = "我的{$lang->executionCommon}";
|
||||
$lang->my->execution = "我的{$lang->execution->common}";
|
||||
$lang->my->profile = '我的檔案';
|
||||
$lang->my->dynamic = '我的動態';
|
||||
$lang->my->editProfile = '修改檔案';
|
||||
@@ -48,9 +48,9 @@ $lang->my->storyMenu->closedByMe = '我關閉';
|
||||
$lang->my->home = new stdclass();
|
||||
$lang->my->home->latest = '最新動態';
|
||||
$lang->my->home->action = "%s, %s <em>%s</em> %s <a href='%s'>%s</a>。";
|
||||
$lang->my->home->projects = $lang->projectCommon;
|
||||
$lang->my->home->projects = $lang->executionCommon;
|
||||
$lang->my->home->products = $lang->productCommon;
|
||||
$lang->my->home->createProject = "添加{$lang->projectCommon}";
|
||||
$lang->my->home->createProject = "添加{$lang->executionCommon}";
|
||||
$lang->my->home->createProduct = "添加{$lang->productCommon}";
|
||||
$lang->my->home->help = "<a href='https://www.zentao.net/help-read-79236.html' target='_blank'>幫助文檔</a>";
|
||||
$lang->my->home->noProductsTip = "這裡還沒有{$lang->productCommon}。";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = 'Plan';
|
||||
$lang->product->releases = 'Release';
|
||||
$lang->product->docs = 'Dok';
|
||||
$lang->product->bugs = 'Verknüpfte Bugs';
|
||||
$lang->product->projects = "Verknüpfte {$lang->projectCommon}";
|
||||
$lang->product->projects = "Verknüpfte {$lang->executionCommon}";
|
||||
$lang->product->cases = 'Fälle';
|
||||
$lang->product->builds = 'Builds';
|
||||
$lang->product->roadmap = 'Roadmap';
|
||||
$lang->product->doc = 'Dok';
|
||||
$lang->product->project = $lang->projectCommon . 'Liste';
|
||||
$lang->product->project = $lang->executionCommon . 'Liste';
|
||||
$lang->product->build = 'Build';
|
||||
$lang->product->projectInfo = "{$lang->projectCommon}s that are linked to this {$lang->productCommon} are listed below.";
|
||||
$lang->product->projectInfo = "{$lang->executionCommon}s that are linked to this {$lang->productCommon} are listed below.";
|
||||
|
||||
$lang->product->currentExecution = "Aktuelle {$lang->sprintCommon}";
|
||||
$lang->product->activeStories = 'Aktivierte [S]';
|
||||
@@ -134,7 +134,7 @@ $lang->product->statusList['normal'] = 'Normal';
|
||||
$lang->product->statusList['closed'] = 'Geschlossen';
|
||||
|
||||
$lang->product->aclList['open'] = "Standard (Benutzer mit Rechten für {$lang->productCommon} können zugreifen.)";
|
||||
$lang->product->aclList['private'] = "Privat {$lang->productCommon} ({$lang->projectCommon} Nur Teammitglieder)";
|
||||
$lang->product->aclList['private'] = "Privat {$lang->productCommon} ({$lang->executionCommon} Nur Teammitglieder)";
|
||||
$lang->product->aclList['custom'] = 'Benutzerdefiniert (Teammitglieder und Whitelist Benutzer haben Zugriff.)';
|
||||
|
||||
$lang->product->storySummary = " <strong>%s</strong> %s, <strong>%s</strong> Stunde(n) geplant, Fallabdeckung ist <strong>%s</strong> auf dieser Seite.";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = 'Plans';
|
||||
$lang->product->releases = 'Releases';
|
||||
$lang->product->docs = 'Doc';
|
||||
$lang->product->bugs = 'Linked Bug';
|
||||
$lang->product->projects = "Linked {$lang->projectCommon}";
|
||||
$lang->product->projects = "Linked {$lang->executionCommon}";
|
||||
$lang->product->cases = 'Case';
|
||||
$lang->product->builds = 'Build';
|
||||
$lang->product->roadmap = "{$lang->productCommon} Roadmap";
|
||||
$lang->product->doc = "{$lang->productCommon} Documents";
|
||||
$lang->product->project = $lang->projectCommon . ' List';
|
||||
$lang->product->project = $lang->executionCommon . ' List';
|
||||
$lang->product->build = 'Build List';
|
||||
$lang->product->projectInfo = "{$lang->projectCommon}s that are linked to this {$lang->productCommon} are listed below.";
|
||||
$lang->product->projectInfo = "{$lang->executionCommon}s that are linked to this {$lang->productCommon} are listed below.";
|
||||
|
||||
$lang->product->currentExecution = "Current {$lang->sprintCommon}";
|
||||
$lang->product->activeStories = 'Active [S]';
|
||||
@@ -134,7 +134,7 @@ $lang->product->statusList['normal'] = 'Normal';
|
||||
$lang->product->statusList['closed'] = 'Closed';
|
||||
|
||||
$lang->product->aclList['open'] = "Default (Users with privileges to {$lang->productCommon} can access it.)";
|
||||
$lang->product->aclList['private'] = "Private {$lang->productCommon} ({$lang->projectCommon} team members only)";
|
||||
$lang->product->aclList['private'] = "Private {$lang->productCommon} ({$lang->executionCommon} team members only)";
|
||||
$lang->product->aclList['custom'] = 'Custom (Team members and Whitelist members can access it.)';
|
||||
|
||||
$lang->product->storySummary = "Total <strong>%s</strong> %s on this page. Estimates: <strong>%s</strong> ({$lang->hourCommon}), and Case Coverage: <strong>%s</strong>.";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = 'Plans';
|
||||
$lang->product->releases = 'Releases';
|
||||
$lang->product->docs = 'Doc';
|
||||
$lang->product->bugs = 'Bug Liés';
|
||||
$lang->product->projects = "{$lang->projectCommon}s Liés";
|
||||
$lang->product->projects = "{$lang->executionCommon}s Liés";
|
||||
$lang->product->cases = 'CasTests';
|
||||
$lang->product->builds = 'Build';
|
||||
$lang->product->roadmap = "Roadmap {$lang->productCommon}";
|
||||
$lang->product->doc = "Documents {$lang->productCommon}";
|
||||
$lang->product->project = ' Liste ' . $lang->projectCommon;
|
||||
$lang->product->project = ' Liste ' . $lang->executionCommon;
|
||||
$lang->product->build = 'Liste Builds';
|
||||
$lang->product->projectInfo = "Les {$lang->projectCommon}s qui sont associés à ce {$lang->productCommon} sont listés ci-dessous.";
|
||||
$lang->product->projectInfo = "Les {$lang->executionCommon}s qui sont associés à ce {$lang->productCommon} sont listés ci-dessous.";
|
||||
|
||||
$lang->product->currentExecution = "Current {$lang->sprintCommon}";
|
||||
$lang->product->activeStories = 'Actives [S]';
|
||||
@@ -134,7 +134,7 @@ $lang->product->statusList['normal'] = 'Normal';
|
||||
$lang->product->statusList['closed'] = 'Fermé';
|
||||
|
||||
$lang->product->aclList['open'] = "Défaut (Les utilisateurs ayant des droits sur {$lang->productCommon} peuvent accéder à ce {$lang->productCommon}.)";
|
||||
$lang->product->aclList['private'] = "{$lang->productCommon} Privé (seuls les membres de l'équipe {$lang->projectCommon} ont les droits)";
|
||||
$lang->product->aclList['private'] = "{$lang->productCommon} Privé (seuls les membres de l'équipe {$lang->executionCommon} ont les droits)";
|
||||
$lang->product->aclList['custom'] = "Personnalisé (les membres de l'équipe et les membres de la Liste blanche peuvent y accéder.)";
|
||||
|
||||
$lang->product->storySummary = "Total de <strong>%s</strong> %s sur cette page. Estimé: <strong>%s</strong> (h), et couverture de la recette: <strong>%s</strong>.";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = 'Kế hoạch';
|
||||
$lang->product->releases = 'Phát hành';
|
||||
$lang->product->docs = 'Tài liệu';
|
||||
$lang->product->bugs = 'Bug liên kết';
|
||||
$lang->product->projects = "{$lang->projectCommon} liên kết";
|
||||
$lang->product->projects = "{$lang->executionCommon} liên kết";
|
||||
$lang->product->cases = 'Tình huống';
|
||||
$lang->product->builds = 'Bản dựng';
|
||||
$lang->product->roadmap = "Lộ trình {$lang->productCommon}";
|
||||
$lang->product->doc = "Tài liệu {$lang->productCommon}";
|
||||
$lang->product->project = 'Danh sách '.$lang->projectCommon;
|
||||
$lang->product->project = 'Danh sách '.$lang->executionCommon;
|
||||
$lang->product->build = 'Danh sách bản dựng';
|
||||
$lang->product->projectInfo = "{$lang->projectCommon} đã liên kết tới {$lang->productCommon} này được liệt kê bên dưới.";
|
||||
$lang->product->projectInfo = "{$lang->executionCommon} đã liên kết tới {$lang->productCommon} này được liệt kê bên dưới.";
|
||||
|
||||
$lang->product->currentExecution = "Hiện {$lang->sprintCommon}";
|
||||
$lang->product->activeStories = 'Kích hoạt [S]';
|
||||
@@ -134,7 +134,7 @@ $lang->product->statusList['normal'] = 'Bình thường';
|
||||
$lang->product->statusList['closed'] = 'Đã đóng';
|
||||
|
||||
$lang->product->aclList['open'] = "Mặc định (Người dùng với quyền {$lang->productCommon} có thể truy cập nó.)";
|
||||
$lang->product->aclList['private'] = "Riêng tư {$lang->productCommon} ({$lang->projectCommon} chỉ có thành viên nhóm)";
|
||||
$lang->product->aclList['private'] = "Riêng tư {$lang->productCommon} ({$lang->executionCommon} chỉ có thành viên nhóm)";
|
||||
$lang->product->aclList['custom'] = 'Tùy biến (Thành viên đội nhóm và thành viên danh sách trắng có thể truy cập nó.)';
|
||||
|
||||
$lang->product->storySummary = "Tổng <strong>%s</strong> câu chuyện trên trang này. Dự tính: <strong>%s</strong> ({$lang->hourCommon}), và phạm vi tình huống: <strong>%s</strong>.";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = "计划数";
|
||||
$lang->product->releases = '发布数';
|
||||
$lang->product->docs = '文档数';
|
||||
$lang->product->bugs = '相关Bug';
|
||||
$lang->product->projects = "关联{$lang->projectCommon}数";
|
||||
$lang->product->projects = "关联{$lang->executionCommon}数";
|
||||
$lang->product->cases = '用例数';
|
||||
$lang->product->builds = 'BUILD数';
|
||||
$lang->product->roadmap = "{$lang->productCommon}路线图";
|
||||
$lang->product->doc = '文档列表';
|
||||
$lang->product->project = $lang->projectCommon . '列表';
|
||||
$lang->product->project = $lang->executionCommon . '列表';
|
||||
$lang->product->build = '版本列表';
|
||||
$lang->product->projectInfo = "所有与此产品关联的{$lang->projectCommon}";
|
||||
$lang->product->projectInfo = "所有与此产品关联的{$lang->executionCommon}";
|
||||
|
||||
$lang->product->currentExecution = "当前{$lang->sprintCommon}";
|
||||
$lang->product->activeStories = "激活{$lang->productSRCommon}";
|
||||
|
||||
@@ -38,14 +38,14 @@ $lang->product->plans = "計劃數";
|
||||
$lang->product->releases = '發佈數';
|
||||
$lang->product->docs = '文檔數';
|
||||
$lang->product->bugs = '相關Bug';
|
||||
$lang->product->projects = "關聯{$lang->projectCommon}數";
|
||||
$lang->product->projects = "關聯{$lang->executionCommon}數";
|
||||
$lang->product->cases = '用例數';
|
||||
$lang->product->builds = 'BUILD數';
|
||||
$lang->product->roadmap = "{$lang->productCommon}路線圖";
|
||||
$lang->product->doc = '文檔列表';
|
||||
$lang->product->project = $lang->projectCommon . '列表';
|
||||
$lang->product->project = $lang->executionCommon . '列表';
|
||||
$lang->product->build = '版本列表';
|
||||
$lang->product->projectInfo = "所有與此產品關聯的{$lang->projectCommon}";
|
||||
$lang->product->projectInfo = "所有與此產品關聯的{$lang->executionCommon}";
|
||||
|
||||
$lang->product->currentExecution = "當前{$lang->sprintCommon}";
|
||||
$lang->product->activeStories = "激活{$lang->productSRCommon}";
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<table class="table table-fixed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo $lang->projectCommon;?></th>
|
||||
<th><?php echo $lang->executionCommon;?></th>
|
||||
<th class='w-150px'><?php echo $lang->project->code;?></th>
|
||||
<th class='w-120px'><?php echo $lang->project->end;?></th>
|
||||
<th class='w-80px'><?php echo $lang->project->status;?></th>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php if($fromModule != 'product'):?>
|
||||
<?php if($fromModule != 'product' && !empty($project)):?>
|
||||
<div class="table-empty-tip">
|
||||
<p><span class="text-muted"><?php echo $lang->product->noProduct;?></span> <?php common::printLink('program', 'PRJManageProducts', "projectID=$project->id&programID=$project->parent", "<i class='icon icon-plus'></i> " . $lang->program->PRJManageProducts, '', "class='btn btn-info'");?></p>
|
||||
</div>
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = 'Wartend';
|
||||
$lang->productplan->stories = 'Storys';
|
||||
$lang->productplan->bugs = 'Bugs';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "Parent Plan";
|
||||
$lang->productplan->parentAB = "Parent";
|
||||
$lang->productplan->children = "Child Plan";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = 'TBD';
|
||||
$lang->productplan->stories = 'Story';
|
||||
$lang->productplan->bugs = 'Bug';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "Parent Plan";
|
||||
$lang->productplan->parentAB = "Parent";
|
||||
$lang->productplan->children = "Child Plan";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = 'A Définir';
|
||||
$lang->productplan->stories = 'Story';
|
||||
$lang->productplan->bugs = 'Bug';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "Plan Parent";
|
||||
$lang->productplan->parentAB = "Parent";
|
||||
$lang->productplan->children = "Sous-Plan";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = 'TBD';
|
||||
$lang->productplan->stories = 'Câu chuyện';
|
||||
$lang->productplan->bugs = 'Bug';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "Kế hoạch mẹ";
|
||||
$lang->productplan->parentAB = "Mẹ";
|
||||
$lang->productplan->children = "Kế hoạch con";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = '待定';
|
||||
$lang->productplan->stories = "{$lang->productSRCommon}数";
|
||||
$lang->productplan->bugs = 'Bug数';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "父计划";
|
||||
$lang->productplan->parentAB = "父";
|
||||
$lang->productplan->children = "子计划";
|
||||
|
||||
@@ -56,7 +56,7 @@ $lang->productplan->future = '待定';
|
||||
$lang->productplan->stories = "{$lang->productSRCommon}數";
|
||||
$lang->productplan->bugs = 'Bug數';
|
||||
$lang->productplan->hour = $lang->hourCommon;
|
||||
$lang->productplan->project = $lang->projectCommon;
|
||||
$lang->productplan->project = $lang->executionCommon;
|
||||
$lang->productplan->parent = "父計劃";
|
||||
$lang->productplan->parentAB = "父";
|
||||
$lang->productplan->children = "子計劃";
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<?php echo html::checkbox('bugs', array($bug->id => sprintf('%03d', $bug->id)));?>
|
||||
</td>
|
||||
<td><span class='label-pri label-pri-<?php echo $bug->pri;?>' title='<?php echo zget($lang->bug->priList, $bug->pri, $bug->pri)?>'><?php echo zget($lang->bug->priList, $bug->pri, $bug->pri)?></span></td>
|
||||
<td class='text-left nobr' title='<?php echo $bug->title?>'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id", '', true), $bug->title, '', "data-toggle='modal' data-type='iframe' data-width='90%'");?></td>
|
||||
<td class='text-left nobr' title='<?php echo $bug->title?>'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id", '', true, $bug->PRJ), $bug->title, '', "data-toggle='modal' data-type='iframe' data-width='90%'");?></td>
|
||||
<td><?php echo zget($users, $bug->openedBy);?></td>
|
||||
<td><?php echo zget($users, $bug->assignedTo);?></td>
|
||||
<td>
|
||||
|
||||
@@ -392,7 +392,7 @@
|
||||
<?php endif;?>
|
||||
</td>
|
||||
<td><span class='label-pri label-pri-<?php echo $bug->pri;?>' title='<?php echo zget($lang->bug->priList, $bug->pri, $bug->pri);?>'><?php echo zget($lang->bug->priList, $bug->pri, $bug->pri);?></span></td>
|
||||
<td class='text-left nobr' title='<?php echo $bug->title?>'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?></td>
|
||||
<td class='text-left nobr' title='<?php echo $bug->title?>'><?php echo html::a($this->createLink('bug', 'view', "bugID=$bug->id", '', false, $bug->PRJ), $bug->title);?></td>
|
||||
<td><?php echo zget($users, $bug->openedBy);?></td>
|
||||
<td><?php echo zget($users, $bug->assignedTo);?></td>
|
||||
<td>
|
||||
|
||||
@@ -30,6 +30,7 @@ $lang->program->PRJUpdateOrder = 'Order';
|
||||
$lang->program->PRJSort = 'Order';
|
||||
$lang->program->PRJWhitelist = 'Project Whitelist';
|
||||
$lang->program->PRJAddWhitelist = 'Project Add Whitelist';
|
||||
$lang->program->PRJStoryConcept = 'Story Concept';
|
||||
$lang->program->unbindWhielist = 'Project Remove Whitelist';
|
||||
$lang->program->PRJManageProducts = 'Manage Products';
|
||||
$lang->program->view = 'Program Detail';
|
||||
@@ -131,6 +132,7 @@ $lang->program->endList[31] = 'One month';
|
||||
$lang->program->endList[93] = 'Trimester';
|
||||
$lang->program->endList[186] = 'Half yearly';
|
||||
$lang->program->endList[365] = 'One year';
|
||||
$lang->program->endList[999] = 'Longtime';
|
||||
|
||||
$lang->program->noPRJ = 'No project.';
|
||||
$lang->program->accessDenied = 'Access denied!';
|
||||
@@ -223,12 +225,12 @@ $lang->program->PGMShowClosed = 'Closed programs.';
|
||||
$lang->program->PGMTips = 'By modifying the parent item set, the associateable product also changes and becomes required. If no item set is selected, a product with the same name as the item is created by default and associated with that item.';
|
||||
$lang->program->PGMChangeTips = 'After modifying the parent program set, the products associated with the project will be cleared, and the requirements, bugs and other data under the project will also be affected, is it modified?';
|
||||
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->PGMAclList['private'] = "Private (accessible to project portfolio holders and stakeholders)";
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
$lang->program->subPGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->subPGMAclList['program'] = "Open within the program (accessible to all higher-level program directors and affiliates, as well as to this program director and affiliates)";
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
|
||||
$lang->program->PGMAuthList['extend'] = 'Inherit(program privileges and company privileges)';
|
||||
$lang->program->PGMAuthList['reset'] = 'Reset(program privileges only)';
|
||||
|
||||
@@ -30,6 +30,7 @@ $lang->program->PRJUpdateOrder = 'Order';
|
||||
$lang->program->PRJSort = 'Order';
|
||||
$lang->program->PRJWhitelist = 'Project Whitelist';
|
||||
$lang->program->PRJAddWhitelist = 'Project Add Whitelist';
|
||||
$lang->program->PRJStoryConcept = 'Story Concept';
|
||||
$lang->program->unbindWhielist = 'Project Remove Whitelist';
|
||||
$lang->program->PRJManageProducts = 'Manage Products';
|
||||
$lang->program->view = 'Program Detail';
|
||||
@@ -131,6 +132,7 @@ $lang->program->endList[31] = 'One month';
|
||||
$lang->program->endList[93] = 'Trimester';
|
||||
$lang->program->endList[186] = 'Half yearly';
|
||||
$lang->program->endList[365] = 'One year';
|
||||
$lang->program->endList[999] = 'Longtime';
|
||||
|
||||
$lang->program->noPRJ = 'No project.';
|
||||
$lang->program->accessDenied = 'Access denied!';
|
||||
@@ -223,12 +225,12 @@ $lang->program->PGMShowClosed = 'Closed programs.';
|
||||
$lang->program->PGMTips = 'By modifying the parent item set, the associateable product also changes and becomes required. If no item set is selected, a product with the same name as the item is created by default and associated with that item.';
|
||||
$lang->program->PGMChangeTips = 'After modifying the parent program set, the products associated with the project will be cleared, and the requirements, bugs and other data under the project will also be affected, is it modified?';
|
||||
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->PGMAclList['private'] = "Private (accessible to project portfolio holders and stakeholders)";
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
$lang->program->subPGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->subPGMAclList['program'] = "Open within the program (accessible to all higher-level program directors and affiliates, as well as to this program director and affiliates)";
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
|
||||
$lang->program->PGMAuthList['extend'] = 'Inherit(program privileges and company privileges)';
|
||||
$lang->program->PGMAuthList['reset'] = 'Reset(program privileges only)';
|
||||
|
||||
@@ -30,6 +30,7 @@ $lang->program->PRJUpdateOrder = 'Order';
|
||||
$lang->program->PRJSort = 'Order';
|
||||
$lang->program->PRJWhitelist = 'Project Whitelist';
|
||||
$lang->program->PRJAddWhitelist = 'Project Add Whitelist';
|
||||
$lang->program->PRJStoryConcept = 'Story Concept';
|
||||
$lang->program->unbindWhielist = 'Project Remove Whitelist';
|
||||
$lang->program->PRJManageProducts = 'Manage Products';
|
||||
$lang->program->view = 'Program Detail';
|
||||
@@ -131,6 +132,7 @@ $lang->program->endList[31] = 'One month';
|
||||
$lang->program->endList[93] = 'Trimester';
|
||||
$lang->program->endList[186] = 'Half yearly';
|
||||
$lang->program->endList[365] = 'One year';
|
||||
$lang->program->endList[999] = 'Longtime';
|
||||
|
||||
$lang->program->noPRJ = 'No project.';
|
||||
$lang->program->accessDenied = 'Access denied!';
|
||||
@@ -223,12 +225,12 @@ $lang->program->PGMShowClosed = 'Closed programs.';
|
||||
$lang->program->PGMTips = 'By modifying the parent item set, the associateable product also changes and becomes required. If no item set is selected, a product with the same name as the item is created by default and associated with that item.';
|
||||
$lang->program->PGMChangeTips = 'After modifying the parent program set, the products associated with the project will be cleared, and the requirements, bugs and other data under the project will also be affected, is it modified?';
|
||||
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->PGMAclList['private'] = "Private (accessible to project portfolio holders and stakeholders)";
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
$lang->program->subPGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->subPGMAclList['program'] = "Open within the program (accessible to all higher-level program directors and affiliates, as well as to this program director and affiliates)";
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
|
||||
$lang->program->PGMAuthList['extend'] = 'Inherit(program privileges and company privileges)';
|
||||
$lang->program->PGMAuthList['reset'] = 'Reset(program privileges only)';
|
||||
|
||||
@@ -30,6 +30,7 @@ $lang->program->PRJUpdateOrder = 'Order';
|
||||
$lang->program->PRJSort = 'Order';
|
||||
$lang->program->PRJWhitelist = 'Project Whitelist';
|
||||
$lang->program->PRJAddWhitelist = 'Project Add Whitelist';
|
||||
$lang->program->PRJStoryConcept = 'Story Concept';
|
||||
$lang->program->unbindWhielist = 'Project Remove Whitelist';
|
||||
$lang->program->PRJManageProducts = 'Manage Products';
|
||||
$lang->program->view = 'Program Detail';
|
||||
@@ -131,6 +132,7 @@ $lang->program->endList[31] = 'One month';
|
||||
$lang->program->endList[93] = 'Trimester';
|
||||
$lang->program->endList[186] = 'Half yearly';
|
||||
$lang->program->endList[365] = 'One year';
|
||||
$lang->program->endList[999] = 'Longtime';
|
||||
|
||||
$lang->program->noPRJ = 'No project.';
|
||||
$lang->program->accessDenied = 'Access denied!';
|
||||
@@ -223,12 +225,12 @@ $lang->program->PGMShowClosed = 'Closed programs.';
|
||||
$lang->program->PGMTips = 'By modifying the parent item set, the associateable product also changes and becomes required. If no item set is selected, a product with the same name as the item is created by default and associated with that item.';
|
||||
$lang->program->PGMChangeTips = 'After modifying the parent program set, the products associated with the project will be cleared, and the requirements, bugs and other data under the project will also be affected, is it modified?';
|
||||
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->PGMAclList['private'] = "Private (accessible to project portfolio holders and stakeholders)";
|
||||
$lang->program->PGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
$lang->program->subPGMAclList['open'] = "Default(user who can visit the program can access it)";
|
||||
$lang->program->subPGMAclList['program'] = "Open within the program (accessible to all higher-level program directors and affiliates, as well as to this program director and affiliates)";
|
||||
$lang->program->subPGMAclList['private'] = "Private (accessible to this program set leader and stakeholders)";
|
||||
|
||||
$lang->program->PGMAuthList['extend'] = 'Inherit(program privileges and company privileges)';
|
||||
$lang->program->PGMAuthList['reset'] = 'Reset(program privileges only)';
|
||||
|
||||
+36
-36
@@ -10,9 +10,9 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* Fields. */
|
||||
$lang->project->common = $lang->projectCommon;
|
||||
$lang->project->common = $lang->executionCommon;
|
||||
$lang->project->allProjects = 'Alle';
|
||||
$lang->project->id = $lang->projectCommon . ' ID';
|
||||
$lang->project->id = $lang->executionCommon . ' ID';
|
||||
$lang->project->type = 'Typ';
|
||||
$lang->project->name = 'Name';
|
||||
$lang->project->code = 'Alias';
|
||||
@@ -45,7 +45,7 @@ $lang->project->qa = 'Test';
|
||||
$lang->project->release = 'Release';
|
||||
$lang->project->acl = 'Zugriffskontrolle';
|
||||
$lang->project->teamname = 'Team Name';
|
||||
$lang->project->order = "Sortierung {$lang->projectCommon}";
|
||||
$lang->project->order = "Sortierung {$lang->executionCommon}";
|
||||
$lang->project->orderAB = "Rank";
|
||||
$lang->project->products = "Verknüpfung {$lang->productCommon}";
|
||||
$lang->project->whitelist = 'Whitelist';
|
||||
@@ -150,20 +150,20 @@ $lang->project->unlinkStoryTasks = 'Verknüpfung aufheben';
|
||||
$lang->project->linkedProducts = 'Verküpfte Produkte';
|
||||
$lang->project->unlinkedProducts = 'Produkt verknüpfung aufheben';
|
||||
$lang->project->view = "Übersicht";
|
||||
$lang->project->startAction = "Start {$lang->projectCommon}";
|
||||
$lang->project->activateAction = "Activate {$lang->projectCommon}";
|
||||
$lang->project->delayAction = "Delay {$lang->projectCommon}";
|
||||
$lang->project->suspendAction = "Suspend {$lang->projectCommon}";
|
||||
$lang->project->closeAction = "Close {$lang->projectCommon}";
|
||||
$lang->project->testtaskAction = "{$lang->projectCommon} Request";
|
||||
$lang->project->teamAction = "{$lang->projectCommon} Members";
|
||||
$lang->project->kanbanAction = "{$lang->projectCommon} Kanban";
|
||||
$lang->project->startAction = "Start {$lang->executionCommon}";
|
||||
$lang->project->activateAction = "Activate {$lang->executionCommon}";
|
||||
$lang->project->delayAction = "Delay {$lang->executionCommon}";
|
||||
$lang->project->suspendAction = "Suspend {$lang->executionCommon}";
|
||||
$lang->project->closeAction = "Close {$lang->executionCommon}";
|
||||
$lang->project->testtaskAction = "{$lang->executionCommon} Request";
|
||||
$lang->project->teamAction = "{$lang->executionCommon} Members";
|
||||
$lang->project->kanbanAction = "{$lang->executionCommon} Kanban";
|
||||
$lang->project->printKanbanAction = "Print Kanban";
|
||||
$lang->project->treeAction = "{$lang->projectCommon} Tree View";
|
||||
$lang->project->exportAction = "Export {$lang->projectCommon}";
|
||||
$lang->project->treeAction = "{$lang->executionCommon} Tree View";
|
||||
$lang->project->exportAction = "Export {$lang->executionCommon}";
|
||||
$lang->project->computeBurnAction = "Compute Burn";
|
||||
$lang->project->create = "Erstelle Projekt";
|
||||
$lang->project->copy = "Kopiere {$lang->projectCommon}";
|
||||
$lang->project->copy = "Kopiere {$lang->executionCommon}";
|
||||
$lang->project->delete = "Lösche";
|
||||
$lang->project->browse = "Durchsuchen";
|
||||
$lang->project->edit = "Bearbeiten";
|
||||
@@ -184,7 +184,7 @@ $lang->project->treeOnlyTask = 'Show Task Only';
|
||||
$lang->project->treeOnlyStory = 'Show Story Only';
|
||||
$lang->project->storyKanban = 'Story Kanban';
|
||||
$lang->project->storySort = 'Story sortieren';
|
||||
$lang->project->importPlanStory = '' . $lang->projectCommon . ' wurde erstellt!\nMöchten Sie Storys aus dem Plan importieren?';
|
||||
$lang->project->importPlanStory = '' . $lang->executionCommon . ' wurde erstellt!\nMöchten Sie Storys aus dem Plan importieren?';
|
||||
$lang->project->iteration = 'Iteration';
|
||||
$lang->project->iterationInfo = '%s Iterationen';
|
||||
$lang->project->viewAll = 'Alle anzeigen';
|
||||
@@ -222,13 +222,13 @@ $lang->project->groupFilter['assignedTo']['all'] = $lang->project->all;
|
||||
$lang->project->byQuery = 'Suche';
|
||||
|
||||
/* 查询条件列表。*/
|
||||
$lang->project->allProject = "Alle {$lang->projectCommon}";
|
||||
$lang->project->allProject = "Alle {$lang->executionCommon}";
|
||||
$lang->project->aboveAllProduct = "Alle oberen {$lang->productCommon}";
|
||||
$lang->project->aboveAllProject = "Alle oberen {$lang->projectCommon}";
|
||||
$lang->project->aboveAllProject = "Alle oberen {$lang->executionCommon}";
|
||||
|
||||
/* 页面提示。*/
|
||||
$lang->project->linkStoryByPlanTips = "This action will link all stories in this plan to the {$lang->projectCommon}.";
|
||||
$lang->project->selectProject = "Auswahl {$lang->projectCommon}";
|
||||
$lang->project->linkStoryByPlanTips = "This action will link all stories in this plan to the {$lang->executionCommon}.";
|
||||
$lang->project->selectProject = "Auswahl {$lang->executionCommon}";
|
||||
$lang->project->selectExecution = "Select Execution";
|
||||
$lang->project->beginAndEnd = 'Dauer';
|
||||
$lang->project->begin = 'Start';
|
||||
@@ -246,19 +246,19 @@ $lang->project->groupSummaryAB = "<div>Aufgaben <strong>%s</strong></div><d
|
||||
$lang->project->wbs = "Aufgaben aufteilen";
|
||||
$lang->project->batchWBS = "Mehrere aufteilen";
|
||||
$lang->project->howToUpdateBurn = "<a href='http://api.zentao.net/goto.php?item=burndown&lang=zh-cn' target='_blank' title='Wie wird der Burndown Chart aktualisiert?' class='btn btn-link'>Hilfe <i class='icon icon-help'></i></a>";
|
||||
$lang->project->whyNoStories = "Keine Story kann verknüpft werden. Bitte prüfen Sie ob ein Story mit {$lang->projectCommon} verknüpft ist {$lang->productCommon} und stellen Sie sicher das diese geprüft ist.";
|
||||
$lang->project->productStories = "{$lang->projectCommon} verknüpfte Story ist ein Subset von {$lang->productCommon}, welche nur nach überprüfung verknüpft werden kann. Bitte <a href='%s'> Story verknüpfen</a>。";
|
||||
$lang->project->whyNoStories = "Keine Story kann verknüpft werden. Bitte prüfen Sie ob ein Story mit {$lang->executionCommon} verknüpft ist {$lang->productCommon} und stellen Sie sicher das diese geprüft ist.";
|
||||
$lang->project->productStories = "{$lang->executionCommon} verknüpfte Story ist ein Subset von {$lang->productCommon}, welche nur nach überprüfung verknüpft werden kann. Bitte <a href='%s'> Story verknüpfen</a>。";
|
||||
$lang->project->haveDraft = "There are %s draft stories can't be linked.";
|
||||
$lang->project->doneProjects = 'Erledigt';
|
||||
$lang->project->selectDept = 'Abteilung wählen';
|
||||
$lang->project->selectDeptTitle = 'Abteilung wählen';
|
||||
$lang->project->copyTeam = 'Team kopieren';
|
||||
$lang->project->copyFromTeam = "Kopieren von {$lang->projectCommon} Team: <strong>%s</strong>";
|
||||
$lang->project->noMatched = "$lang->projectCommon mit '%s' konnte nicht gefunden werden.";
|
||||
$lang->project->copyTitle = "Wählen Sie ein {$lang->projectCommon} zum Kopieren.";
|
||||
$lang->project->copyTeamTitle = "Wählen Sie ein {$lang->projectCommon} Team zum Kopieren.";
|
||||
$lang->project->copyNoProject = "{$lang->projectCommon} kann nicht kopiert werden.";
|
||||
$lang->project->copyFromProject = "Kopie von {$lang->projectCommon} <strong>%s</strong>";
|
||||
$lang->project->copyFromTeam = "Kopieren von {$lang->executionCommon} Team: <strong>%s</strong>";
|
||||
$lang->project->noMatched = "$lang->executionCommon mit '%s' konnte nicht gefunden werden.";
|
||||
$lang->project->copyTitle = "Wählen Sie ein {$lang->executionCommon} zum Kopieren.";
|
||||
$lang->project->copyTeamTitle = "Wählen Sie ein {$lang->executionCommon} Team zum Kopieren.";
|
||||
$lang->project->copyNoProject = "{$lang->executionCommon} kann nicht kopiert werden.";
|
||||
$lang->project->copyFromProject = "Kopie von {$lang->executionCommon} <strong>%s</strong>";
|
||||
$lang->project->cancelCopy = 'Kopieren abbrechen';
|
||||
$lang->project->byPeriod = 'Nach Zeit';
|
||||
$lang->project->byUser = 'Nach Benutzer';
|
||||
@@ -267,14 +267,14 @@ $lang->project->noMembers = 'Keine Mitglieder. ';
|
||||
$lang->project->workloadTotal = "The cumulative workload ratio should not exceed 100, and the total workload under the current product is: %s";
|
||||
|
||||
/* 交互提示。*/
|
||||
$lang->project->confirmDelete = "Möchten Sie {$lang->projectCommon}[%s] löschen?";
|
||||
$lang->project->confirmUnlinkMember = "Möchten Sie den Benutzer vom {$lang->projectCommon} entfernen?";
|
||||
$lang->project->confirmUnlinkStory = "Möchten Sie die Story vom {$lang->projectCommon} entfernen?";
|
||||
$lang->project->errorNoLinkedProducts = "Kein verknüpftes {$lang->productCommon} in {$lang->projectCommon} gefunden. Sie werden auf die {$lang->productCommon} Seite geleitet.";
|
||||
$lang->project->errorSameProducts = "{$lang->projectCommon} Kann nicht mit mehreren identischen {$lang->productCommon} verknüpft werden";
|
||||
$lang->project->accessDenied = "Zugriff zu {$lang->projectCommon} verweigert!";
|
||||
$lang->project->confirmDelete = "Möchten Sie {$lang->executionCommon}[%s] löschen?";
|
||||
$lang->project->confirmUnlinkMember = "Möchten Sie den Benutzer vom {$lang->executionCommon} entfernen?";
|
||||
$lang->project->confirmUnlinkStory = "Möchten Sie die Story vom {$lang->executionCommon} entfernen?";
|
||||
$lang->project->errorNoLinkedProducts = "Kein verknüpftes {$lang->productCommon} in {$lang->executionCommon} gefunden. Sie werden auf die {$lang->productCommon} Seite geleitet.";
|
||||
$lang->project->errorSameProducts = "{$lang->executionCommon} Kann nicht mit mehreren identischen {$lang->productCommon} verknüpft werden";
|
||||
$lang->project->accessDenied = "Zugriff zu {$lang->executionCommon} verweigert!";
|
||||
$lang->project->tips = 'Hinweis';
|
||||
$lang->project->afterInfo = "{$lang->projectCommon} wurde erstellt. Als nächstes können Sie ";
|
||||
$lang->project->afterInfo = "{$lang->executionCommon} wurde erstellt. Als nächstes können Sie ";
|
||||
$lang->project->setTeam = 'Team setzen';
|
||||
$lang->project->linkStory = 'Storys verküpfen';
|
||||
$lang->project->createTask = 'Aufgaben erstellen';
|
||||
@@ -283,7 +283,7 @@ $lang->project->noweekend = 'Ohne Wochenende';
|
||||
$lang->project->withweekend = 'Mit Wochenende';
|
||||
$lang->project->interval = 'Intervale ';
|
||||
$lang->project->fixFirstWithLeft = 'Modify the left';
|
||||
$lang->project->unfinishedProject = "This {$lang->projectCommon} has ";
|
||||
$lang->project->unfinishedProject = "This {$lang->executionCommon} has ";
|
||||
$lang->project->unfinishedTask = "[%s] unfinished tasks. ";
|
||||
$lang->project->unresolvedBug = "[%s] unresolved bugs. ";
|
||||
|
||||
@@ -349,7 +349,7 @@ $lang->printKanban->typeList['increment'] = 'Erhöhen';
|
||||
|
||||
$lang->project->typeList[''] = '';
|
||||
$lang->project->typeList['stage'] = 'Stage';
|
||||
$lang->project->typeList['sprint'] = $lang->projectCommon;
|
||||
$lang->project->typeList['sprint'] = $lang->executionCommon;
|
||||
|
||||
$lang->project->featureBar['task']['all'] = $lang->project->allTasks;
|
||||
$lang->project->featureBar['task']['unclosed'] = $lang->project->unclosed;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user