en.js 1000 B

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