excel.php 1.1 KB

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