From ad6bdc17d7151410203d3926fccdc45dac35ea8a Mon Sep 17 00:00:00 2001
From: reneeteng
Date: Mon, 13 May 2019 09:32:26 +0800
Subject: [PATCH] * Lang update.
---
module/cron/lang/en.php | 10 +++++-----
module/my/lang/en.php | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/module/cron/lang/en.php b/module/cron/lang/en.php
index 3b8d6066f6..3178ee5af9 100644
--- a/module/cron/lang/en.php
+++ b/module/cron/lang/en.php
@@ -18,23 +18,23 @@ $lang->cron->command = 'Command';
$lang->cron->status = 'Status';
$lang->cron->type = 'Type';
$lang->cron->remark = 'Comment';
-$lang->cron->lastTime = 'Last Executed';
+$lang->cron->lastTime = 'Last Run';
$lang->cron->turnonList['1'] = 'On';
-$lang->cron->turnonList['0'] = 'Shutdown';
+$lang->cron->turnonList['0'] = 'Off';
$lang->cron->statusList['normal'] = 'Normal';
$lang->cron->statusList['running'] = 'Running';
$lang->cron->statusList['stop'] = 'Stop';
-$lang->cron->typeList['zentao'] = 'Self call';
+$lang->cron->typeList['zentao'] = 'Self Call';
$lang->cron->typeList['system'] = 'System Command';
$lang->cron->toggleList['start'] = 'Activate';
$lang->cron->toggleList['stop'] = 'Deactivate';
$lang->cron->confirmDelete = 'Do you want to delete the cron?';
-$lang->cron->confirmTurnon = 'Do you want to turn off the Cron?';
+$lang->cron->confirmTurnon = 'Do you want to turn off the cron?';
$lang->cron->introduction = <<Cron is to perform scheduled actions, such as update burndown chart, backup, etc.
Features of Cron need to be improved, so it is turned off by default.
@@ -44,7 +44,7 @@ $lang->cron->confirmOpen = <<cron->notice = new stdclass();
-$lang->cron->notice->m = 'Range:0-59,"*" means the numbers within the range, "/" means "per", "-" means ranger.';
+$lang->cron->notice->m = 'Range:0-59,"*" means the numbers within the range, "/" means "per", "-" means the range.';
$lang->cron->notice->h = 'Range:0-23';
$lang->cron->notice->dom = 'Range:1-31';
$lang->cron->notice->mon = 'Range:1-12';
diff --git a/module/my/lang/en.php b/module/my/lang/en.php
index 226e42d718..29aa7b3c38 100644
--- a/module/my/lang/en.php
+++ b/module/my/lang/en.php
@@ -15,7 +15,7 @@ $lang->my->profile = 'My Profile';
$lang->my->dynamic = 'My Dynamic';
$lang->my->editProfile = 'Edit Profile';
$lang->my->changePassword = 'Edit Password';
-$lang->my->unbind = 'Unbind Ranger';
+$lang->my->unbind = 'Unbind Zdoo';
$lang->my->manageContacts = 'Manage Contact';
$lang->my->deleteContacts = 'Delete Contact';
$lang->my->shareContacts = 'Share the list';