12345678910111213141516171819202122232425262728293031323334353637383940 |
- define({ root:
- //begin v1.x content
- ({
- title: "ECL Workunits",
- Abort: "Abort",
- Cluster: "Cluster",
- Created: "Created",
- dataset: ":=dataset*",
- DeleteSelectedWorkunits: "Delete Selected Workunits?",
- Deschedule: "Deschedule",
- ECL: "ECL",
- FromDate: "From Date",
- JobName: "Job Name",
- jsmi: "jsmi*",
- LastNDays: "Last N Days",
- log_analysis_1: "log_analysis_1*",
- LogicalFile: "Logical File",
- LogicalFileType: "Logical File Type",
- NA: "N/A",
- Owner: "Owner",
- Protect: "Protect",
- Reschedule: "Reschedule",
- RoxieCluster: "Roxie Cluster",
- somefile: "*::somefile",
- SetToFailed: "Set To Failed",
- State: "State",
- ToDate: "To Date",
- TotalThorTime: "Total Thor Time",
- Unprotect: "Unprotect",
- Workunits: "Workunits",
- WUID: "WUID"
- })
- //end v1.x content
- ,
- "es": true,
- "zh": true,
- "hu": true
- });
|