en.js 1.2 KB

123456789101112131415161718192021222324252627
  1. MWF.xApplication.process = MWF.xApplication.process || {};
  2. MWF.xApplication.process.TaskCenter = MWF.xApplication.process.TaskCenter || {};
  3. MWF.xApplication.process.TaskCenter.ProcessStarter = MWF.xApplication.process.TaskCenter.ProcessStarter || {};
  4. MWF.xApplication.process.TaskCenter.ProcessStarter.lp = {
  5. "start": "Start Process",
  6. "department": "Department",
  7. "company": "Company",
  8. "duty": "Duty",
  9. "identity": "Identity",
  10. "date": "Date",
  11. "subject": "Subject",
  12. "process": "Process",
  13. "cancel": "Cancel",
  14. "ok": "OK",
  15. "startProcess_cancel_title": "Cancel start process confirmation",
  16. "startProcess_cancel": "Are you sure you want to cancel the start process?",
  17. "inputProcessSubject": "Please enter the file title",
  18. "selectStartId": "Please select the startup department to determine the identity of the starter",
  19. "processStarted": "Process has been started",
  20. "unnamed": "Untitled",
  21. "selectStartIdentity": "Please select your identity",
  22. "noIdentitys": "\"{name}\" has not joined any unit and cannot start the process. Please contact the administrator to add you to unit.",
  23. "identityNotInRange": "\"{name}\" is not in your identity range, please contact the administrator.",
  24. };