* @package convert
* @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
* @link http://www.zentao.net
*/
$lang->convert->common = 'Imported';
$lang->convert->index = 'Home';
$lang->convert->start = 'Start';
$lang->convert->desc = <<
If your Jira uses MySQL database, please choose this way.
'; $lang->convert->jira->fileDesc = 'Choose this method if your Jira uses a non-MySQL database.
'; $lang->convert->jira->jiraObject = 'Jira Issues'; $lang->convert->jira->zentaoObject = 'Zentao Object'; $lang->convert->jira->jiraLinkType = 'Jira Relates'; $lang->convert->jira->zentaoLinkType = 'Zentao Link Type'; $lang->convert->jira->jiraResolution = 'Jira Resolution'; $lang->convert->jira->zentaoResolution = 'Zentao Resolution'; $lang->convert->jira->zentaoReason = 'Zentao Story Closed Reason'; $lang->convert->jira->jiraStatus = 'Jira Issues Status'; $lang->convert->jira->storyStatus = 'Zentao Story Status'; $lang->convert->jira->storyStage = 'Zentao Story Stage'; $lang->convert->jira->bugStatus = 'Zentao Bug Status'; $lang->convert->jira->taskStatus = 'Zentao Task Status'; $lang->convert->jira->initJiraUser = 'Init Jira User'; $lang->convert->jira->importJira = 'Import Jira'; $lang->convert->jira->start = 'Start'; $lang->convert->jira->dbNameEmpty = 'Jira database name cannot be empty!'; $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 = "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!'; $lang->convert->jira->importSuccessfully = 'Done!'; $lang->convert->jira->importResult = "Import %s data, %s pieces of data processed;"; $lang->convert->jira->importing = 'Data is being imported, please do not switch to other pages.'; $lang->convert->jira->importingAB = 'Data Import'; $lang->convert->jira->imported = 'Data Import Complete'; $lang->convert->jira->zentaoObjectList[''] = ''; $lang->convert->jira->zentaoObjectList['task'] = 'Task'; $lang->convert->jira->zentaoObjectList['requirement'] = 'Requirement'; $lang->convert->jira->zentaoObjectList['story'] = 'Story'; $lang->convert->jira->zentaoObjectList['bug'] = 'Bug'; $lang->convert->jira->zentaoLinkTypeList['subTaskLink'] = 'Parent-Child Task'; $lang->convert->jira->zentaoLinkTypeList['subStoryLink'] = 'Parent-Child Story'; $lang->convert->jira->zentaoLinkTypeList['duplicate'] = 'Duplicate'; $lang->convert->jira->zentaoLinkTypeList['relates'] = 'Relates'; $lang->convert->jira->steps[1] = 'Objects'; $lang->convert->jira->steps[2] = 'Relates'; $lang->convert->jira->steps[3] = 'Resolution'; $lang->convert->jira->steps[4] = 'Status'; $lang->convert->jira->importSteps['db'][1] = 'Backup ZenTao database, backup Jira database.'; $lang->convert->jira->importSteps['db'][2] = 'Using ZenTao when importing data will cause performance pressure on the server, please try to ensure that no one is using ZenTao when importing data.'; $lang->convert->jira->importSteps['db'][3] = 'Import the Jira database into the Mysql used by ZenTao, the name is distinguished from the ZenTao database.'; $lang->convert->jira->importSteps['db'][4] = "Put the Jira attachments directory under %s, Make sure you have enough disk space on the ZenTao server."; $lang->convert->jira->importSteps['db'][5] = "After the above steps are completed, please enter the Jira database name to proceed to the next step."; $lang->convert->jira->importSteps['file'][1] = 'Backup ZenTao database, backup Jira database.'; $lang->convert->jira->importSteps['file'][2] = 'Using ZenTao when importing data will cause performance pressure on the server, please try to ensure that no one is using ZenTao when importing data.'; $lang->convert->jira->importSteps['file'][3] = "Put the Jira backup file entities.xml under %s."; $lang->convert->jira->importSteps['file'][4] = "Put the Jira attachments directory under %s, Make sure you have enough disk space on the ZenTao server."; $lang->convert->jira->importSteps['file'][5] = "After the above steps are completed, click Next."; $lang->convert->jira->objectList['user'] = 'User'; $lang->convert->jira->objectList['project'] = 'Project'; $lang->convert->jira->objectList['issue'] = 'Issue'; $lang->convert->jira->objectList['build'] = 'Build'; $lang->convert->jira->objectList['issuelink'] = 'Issue Link'; $lang->convert->jira->objectList['action'] = 'Action'; $lang->convert->jira->objectList['file'] = 'File';