- convert: remove html tags from lang items.

This commit is contained in:
liugang
2023-08-01 14:43:24 +08:00
parent 3ed71f5303
commit d9834b4764
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -147,8 +147,8 @@ $lang->convert->jira->invalidDB = 'Invalid database name!';
$lang->convert->jira->invalidTable = 'This database is not a Jira database!';
$lang->convert->jira->notReadAndWrite = 'Please modify the %s directory permissions!';
$lang->convert->jira->notExistEntities = 'The %s file does not exist!';
$lang->convert->jira->passwordNotice = "<span class='text-red'>Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.</span>";
$lang->convert->jira->groupNotice = "<span class='text-red'>Set the default permission grouping of Jira users after importing into ZenTao.</span>";
$lang->convert->jira->passwordNotice = 'Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.';
$lang->convert->jira->groupNotice = 'Set the default permission grouping of Jira users after importing into ZenTao.';
$lang->convert->jira->passwordDifferent = 'Password do not match!';
$lang->convert->jira->passwordEmpty = 'Password can not be empty!';
$lang->convert->jira->passwordLess = 'Password must not be less than six characters!';
+2 -2
View File
@@ -147,8 +147,8 @@ $lang->convert->jira->invalidDB = 'Invalid database name!';
$lang->convert->jira->invalidTable = 'This database is not a Jira database!';
$lang->convert->jira->notReadAndWrite = 'Please modify the %s directory permissions!';
$lang->convert->jira->notExistEntities = 'The %s file does not exist!';
$lang->convert->jira->passwordNotice = "<span class='text-red'>Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.</span>";
$lang->convert->jira->groupNotice = "<span class='text-red'>Set the default permission grouping of Jira users after importing into ZenTao.</span>";
$lang->convert->jira->passwordNotice = 'Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.';
$lang->convert->jira->groupNotice = 'Set the default permission grouping of Jira users after importing into ZenTao.';
$lang->convert->jira->passwordDifferent = 'Password do not match!';
$lang->convert->jira->passwordEmpty = 'Password can not be empty!';
$lang->convert->jira->passwordLess = 'Password must not be less than six characters!';
+2 -2
View File
@@ -147,8 +147,8 @@ $lang->convert->jira->invalidDB = 'Invalid database name!';
$lang->convert->jira->invalidTable = 'This database is not a Jira database!';
$lang->convert->jira->notReadAndWrite = 'Please modify the %s directory permissions!';
$lang->convert->jira->notExistEntities = 'The %s file does not exist!';
$lang->convert->jira->passwordNotice = "<span class='text-red'>Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.</span>";
$lang->convert->jira->groupNotice = "<span class='text-red'>Set the default permission grouping of Jira users after importing into ZenTao.</span>";
$lang->convert->jira->passwordNotice = 'Set the default password of Jira users after they are imported into ZenTao. Users can modify the password in ZenTao later.';
$lang->convert->jira->groupNotice = 'Set the default permission grouping of Jira users after importing into ZenTao.';
$lang->convert->jira->passwordDifferent = 'Password do not match!';
$lang->convert->jira->passwordEmpty = 'Password can not be empty!';
$lang->convert->jira->passwordLess = 'Password must not be less than six characters!';
+2 -2
View File
@@ -147,8 +147,8 @@ $lang->convert->jira->invalidDB = '无效的数据库名!';
$lang->convert->jira->invalidTable = '本数据库非Jira数据库!';
$lang->convert->jira->notReadAndWrite = '权限不足!请修改%s目录读写权限!';
$lang->convert->jira->notExistEntities = '%s 文件不存在!';
$lang->convert->jira->passwordNotice = "<span class='text-danger'>设置Jira用户导入到禅道后的默认密码,用户后续可以在禅道中自行修改密码。</span>";
$lang->convert->jira->groupNotice = "<span class='text-danger'>设置Jira用户导入到禅道后的默认权限分组。</span>";
$lang->convert->jira->passwordNotice = '设置Jira用户导入到禅道后的默认密码,用户后续可以在禅道中自行修改密码。';
$lang->convert->jira->groupNotice = '设置Jira用户导入到禅道后的默认权限分组。';
$lang->convert->jira->passwordDifferent = '两次密码不一致!';
$lang->convert->jira->passwordEmpty = '密码不能为空!';
$lang->convert->jira->passwordLess = '密码不能少于六位!';