WUQueryWidget.js 887 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. define({ root:
  2. //begin v1.x content
  3. ({
  4. title: "ECL Workunits",
  5. Abort: "Abort",
  6. Cluster: "Cluster",
  7. Created: "Created",
  8. dataset: ":=dataset*",
  9. DeleteSelectedWorkunits: "Delete Selected Workunits?",
  10. Deschedule: "Deschedule",
  11. ECL: "ECL",
  12. FromDate: "From Date",
  13. JobName: "Job Name",
  14. jsmi: "jsmi*",
  15. LastNDays: "Last N Days",
  16. log_analysis_1: "log_analysis_1*",
  17. LogicalFile: "Logical File",
  18. LogicalFileType: "Logical File Type",
  19. NA: "N/A",
  20. Owner: "Owner",
  21. Protect: "Protect",
  22. Reschedule: "Reschedule",
  23. RoxieCluster: "Roxie Cluster",
  24. somefile: "*::somefile",
  25. SetToFailed: "Set To Failed",
  26. State: "State",
  27. ToDate: "To Date",
  28. TotalThorTime: "Total Thor Time",
  29. Unprotect: "Unprotect",
  30. Workunits: "Workunits",
  31. WUID: "WUID"
  32. })
  33. //end v1.x content
  34. ,
  35. "es": true,
  36. "zh": true,
  37. "hu": true
  38. });