From cb13c64e9c3dfa83997b5a3109659e30ddfa86a1 Mon Sep 17 00:00:00 2001
From: dajiao007
Date: Mon, 9 Jul 2018 09:39:49 +0800
Subject: [PATCH] * modify english labels
---
module/block/lang/en.php | 2 +-
module/bug/lang/en.php | 8 ++++----
module/install/lang/en.php | 13 +++++++------
module/install/view/step4.html.php | 4 ++--
module/product/lang/en.php | 2 +-
module/project/lang/en.php | 6 +++---
module/project/view/team.html.php | 4 ++--
module/release/lang/en.php | 2 +-
module/story/lang/en.php | 2 +-
module/testcase/lang/en.php | 6 +++---
module/testtask/lang/en.php | 2 +-
11 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/module/block/lang/en.php b/module/block/lang/en.php
index ec6fdcad88..3762257c0e 100644
--- a/module/block/lang/en.php
+++ b/module/block/lang/en.php
@@ -34,7 +34,7 @@ $lang->block->assignToMe = 'Assign To Me';
$lang->block->lblFlowchart = 'Workflow';
$lang->block->welcome = 'Welcome';
-$lang->block->leftToday = 'Work for Today';
+$lang->block->leftToday = 'Works for Today';
$lang->block->myTask = 'My Task';
$lang->block->myStory = 'My Story';
$lang->block->myBug = 'My Bug';
diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php
index 11a8cecde6..ca00df987c 100644
--- a/module/bug/lang/en.php
+++ b/module/bug/lang/en.php
@@ -109,7 +109,7 @@ $lang->bug->resolvedByMe = 'ResolvedByMe';
$lang->bug->closedByMe = 'ClosedByMe';
$lang->bug->assignToNull = 'Unassigned';
$lang->bug->unResolved = 'Unresolved';
-$lang->bug->toClosed = 'ToBeClosed';
+$lang->bug->toClosed = 'Unclosed';
$lang->bug->unclosed = 'Active';
$lang->bug->unconfirmed = 'UnConfirmed';
$lang->bug->longLifeBugs = 'Pending';
@@ -167,7 +167,7 @@ $lang->bug->remindTask = 'This Bug has been converted to Task. Do you
$lang->bug->skipClose = 'Bug %s is not resolved. You cannot close it.';
$lang->bug->applyTemplate = 'Template';
$lang->bug->confirmDeleteTemplate = 'Do you want to delete this template?';
-$lang->bug->hasSubmittedTest = 'Development has submitted test application,';
+$lang->bug->hasSubmittedTest = 'Developer has submitted test task,';
$lang->bug->nowToTest = 'Now to test';
/* 模板。*/
@@ -252,8 +252,8 @@ $lang->bug->statusList['active'] = 'Active';
$lang->bug->statusList['resolved'] = 'Resolved';
$lang->bug->statusList['closed'] = 'Closed';
-$lang->bug->confirmedList[1] = 'Yes';
-$lang->bug->confirmedList[0] = 'No';
+$lang->bug->confirmedList[1] = 'Confirmed';
+$lang->bug->confirmedList[0] = 'Unconfirmed';
$lang->bug->resolutionList[''] = '';
$lang->bug->resolutionList['bydesign'] = 'As Design';
diff --git a/module/install/lang/en.php b/module/install/lang/en.php
index 05e95dabce..1bbe1c1256 100644
--- a/module/install/lang/en.php
+++ b/module/install/lang/en.php
@@ -25,14 +25,15 @@ $lang->install->seeLatestRelease = 'View Latest Version';
$lang->install->welcome = 'Thanks for choosing ZenTao Project Management Software!';
$lang->install->license = 'ZenTao PMS is under Z PUBLIC LICENSE(ZPL) 1.2';
$lang->install->desc = <<ZPL license. It integrates with Product Management, Project Management, QA Management, Document Management, To-Dos Management, Company Management etc. ZenTao is the best choice for software project management.
+ZenTao Project Management Software is an Open Source software released under ZPL license. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management.
-ZenTao PMS is built on PHP + MySQL and based on ZenTaoPHP, an independent framework developed by our team. Third party developers/organizations can develop extensions or customize for your requirements.
+ZenTao PMS is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop extensions or customize for their requirements.
EOT;
$lang->install->links = <<Nature Easy Soft Co., LTD.
-Official Website http://www.zentao.pm
-Technical Support http://www.zentao.pm/ask/
+Official Website : http://www.zentao.pm
+Technical Support : http://www.zentao.pm/forum/
+WhatsApp Group : https://chat.whatsapp.com/B6pi6b3gv0S7x7jqMxwhbF
Twitter: cneasysoft
You are installing ZenTao %s Version.
@@ -97,7 +98,7 @@ $lang->install->dbName = 'Database Name';
$lang->install->dbPrefix = 'Table Prefix';
$lang->install->clearDB = 'Clean tables if already exist.';
$lang->install->importDemoData = 'Import Demo Data';
-$lang->install->working = 'Working way';
+$lang->install->working = 'Work Mode';
$lang->install->requestTypes['GET'] = 'GET';
$lang->install->requestTypes['PATH_INFO'] = 'PATH_INFO';
@@ -167,7 +168,7 @@ $lang->install->login = 'Login ZenTao';
$lang->install->register = 'Register in ZenTao';
$lang->install->joinZentao = <<You have installed ZenTao %s. Please delete install.php asap.
Note: In order to get the latest news of ZenTao, register in ZenTao(www.zentao.pm).
+You have installed ZenTao %s. Please delete install.php asap.
Note: In order to get the latest news of ZenTao, please register in ZenTao(www.zentao.pm).
EOT;
$lang->install->product = array('chanzhi', 'ranzhi');
diff --git a/module/install/view/step4.html.php b/module/install/view/step4.html.php
index ec0614dca5..cbe7ca995e 100644
--- a/module/install/view/step4.html.php
+++ b/module/install/view/step4.html.php
@@ -46,8 +46,8 @@