From 2452e992dee1f9db619139aff86161fcf73b37df Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 27 Nov 2019 10:24:17 +0800 Subject: [PATCH] * code for task #6566. --- module/dev/lang/de.php | 10 ++++++---- module/dev/lang/en.php | 4 ++-- module/dev/lang/fr.php | 10 ++++++---- module/dev/lang/zh-cn.php | 4 ++-- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/module/dev/lang/de.php b/module/dev/lang/de.php index a87279355e..fd744c2f68 100644 --- a/module/dev/lang/de.php +++ b/module/dev/lang/de.php @@ -11,10 +11,12 @@ $lang->dev->desc = 'Beschreibung'; $lang->dev->noParams = 'Keine Parameter'; $lang->dev->post = 'POST Parameter'; -$lang->dev->paramRange = 'Parameter Range: %s'; -$lang->dev->paramDate = 'Date format: YY-mm-dd, e.g 2019-01-01'; -$lang->dev->paramColor = 'Color format: #RGB, e.g. #3da7f5'; -$lang->dev->paramMailto = "User account. Separate accounts by ','."; +$lang->dev->paramRange = 'Parameter Range: %s'; +$lang->dev->paramDate = 'Date format: YY-mm-dd, e.g 2019-01-01'; +$lang->dev->paramColor = 'Color format: #RGB, e.g. #3da7f5'; +$lang->dev->paramMailto = "User account. Separate accounts by ','."; +$lang->dev->noteEditor = "The editor is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of the editor."; +$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of translation."; $lang->dev->fields = array(); $lang->dev->fields['id'] = 'ID'; diff --git a/module/dev/lang/en.php b/module/dev/lang/en.php index 3693dc709f..63c2833110 100644 --- a/module/dev/lang/en.php +++ b/module/dev/lang/en.php @@ -16,8 +16,8 @@ $lang->dev->paramRange = 'Parameter Range: %s'; $lang->dev->paramDate = 'Date format: YY-mm-dd, e.g 2019-01-01'; $lang->dev->paramColor = 'Color format: #RGB, e.g. #3da7f5'; $lang->dev->paramMailto = "User account. Separate accounts by ','."; -$lang->dev->noteEditor = "The editor is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of the editor."; -$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of translation."; +$lang->dev->noteEditor = "The editor is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of the editor."; +$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of translation."; $lang->dev->fields = array(); $lang->dev->fields['id'] = 'ID'; diff --git a/module/dev/lang/fr.php b/module/dev/lang/fr.php index ce48a5a383..915bed3cef 100644 --- a/module/dev/lang/fr.php +++ b/module/dev/lang/fr.php @@ -11,10 +11,12 @@ $lang->dev->desc = 'Description'; $lang->dev->noParams = 'Pas de Paramètres'; $lang->dev->post = 'Paramètre POST'; -$lang->dev->paramRange = 'Rang Paramètre : %s'; -$lang->dev->paramDate = 'Format Date : YY-mm-dd, e.g 2019-01-01'; -$lang->dev->paramColor = 'Format Couleur : #RGB, e.g. #3da7f5'; -$lang->dev->paramMailto = "Comptes utilisateurs. Séparé par des ','."; +$lang->dev->paramRange = 'Rang Paramètre : %s'; +$lang->dev->paramDate = 'Format Date : YY-mm-dd, e.g 2019-01-01'; +$lang->dev->paramColor = 'Format Couleur : #RGB, e.g. #3da7f5'; +$lang->dev->paramMailto = "Comptes utilisateurs. Séparé par des ','."; +$lang->dev->noteEditor = "The editor is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of the editor."; +$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of translation."; $lang->dev->fields = array(); $lang->dev->fields['id'] = 'ID'; diff --git a/module/dev/lang/zh-cn.php b/module/dev/lang/zh-cn.php index 586b22eecf..9a7afedb2e 100644 --- a/module/dev/lang/zh-cn.php +++ b/module/dev/lang/zh-cn.php @@ -16,8 +16,8 @@ $lang->dev->paramRange = '取值范围:%s'; $lang->dev->paramDate = '日期格式:YY-mm-dd,如:2019-01-01'; $lang->dev->paramColor = '颜色格式:#RGB,如:#3da7f5'; $lang->dev->paramMailto = "填写帐号,多个账号用','分隔。"; -$lang->dev->noteEditor = "编辑器功能因为安全原因被禁用。使用该功能,请到官网下载安装 扩展编辑器 插件。"; -$lang->dev->noteTranslate = "翻译功能因为安全原因被禁用。使用该功能,请到官网下载安装 翻译 插件。"; +$lang->dev->noteEditor = "编辑器功能因为安全原因被禁用。使用该功能,请到官网下载安装 扩展编辑器 插件。"; +$lang->dev->noteTranslate = "翻译功能因为安全原因被禁用。使用该功能,请到官网下载安装 翻译 插件。"; $lang->dev->fields = array(); $lang->dev->fields['id'] = '序号';