| 123456789101112131415161718192021222324252627 |
- <?php
- $lang->task->importCase = 'Import Task';
- $lang->task->import = 'Import From Excel';
- $lang->task->exportTemplate = 'Export Template';
- $lang->task->showImport = 'Show the imported';
- $lang->task->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
- $lang->task->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
- $lang->task->noExcelData = 'The file is empty, please re-import!';
- $lang->task->new = 'New';
- $lang->task->level = 'Level';
- $lang->task->num = 'Task Rows';
- $lang->task->filed = new stdclass();
- $lang->task->field['id'] = 'ID';
- $lang->task->field['title'] = 'name';
- $lang->task->field['startTime'] = 'start time';
- $lang->task->field['pri'] = 'priority';
- $lang->task->field['assignedTo'] = 'assign';
- $lang->task->excelmodule = 'Module#';
- $lang->task->excelproduct = $lang->productCommon . '#';
- $lang->task->exceltaskName = 'Task#';
- $lang->task->excelstory = 'Excel#';
- $lang->task->error->assignedToError = 'You have multiple-user tasks. AssignTo should be the team members of the task.';
|