en.js 836 B

123456789101112131415161718192021222324252627282930
  1. MWF.xApplication.cms.Index.Starter.lp = {
  2. "start": "New",
  3. "department": "Unit",
  4. "identity": "Identity",
  5. "date": "Time",
  6. "subject": "Title",
  7. "process": "Process",
  8. "cancel": "Cancel",
  9. "ok": "OK",
  10. "start_cancel_title": "Cancel New Confirmation",
  11. "start_cancel": "Are you sure you want to cancel the new creation?",
  12. "inputSubject": "Please enter a subject",
  13. "selectStartId": "Please select the startup unit to determine the identity of the initiator",
  14. "unnamedUnit": "Unnamed Unit",
  15. "Started": "Created successfully",
  16. "nextActivity": "Next Activity:",
  17. "nextUser": "Processor:",
  18. "processStartedMessage": "You started a new job:",
  19. "processStarted": "File has been started",
  20. "deal": "Deal",
  21. "documentTypeInfor": "Information",
  22. "untitled": "Untitled"
  23. };