1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.Selector = MWF.xApplication.Selector || {};
- MWF.xApplication.Selector.LP={
- "title": "Select",
- "multiSelectTitle": "Select",
- "selectPerson": "Select Person",
- "selectIdentity": "Select Identity",
- "selectUnit": "Select Unit",
- "selectGroup": "Select Group",
- "selectRole": "Select Role",
- "selectDuty": "Select Duty",
- "selectField": "Select Field",
- "selectFile": "Select Resource File",
- "selectAppliction": "Select Process Application",
- "selectProcess": "Select Process",
- "selectView": "Select View",
- "selectStatement": "Select Statement",
- "selectTable": "Select Data Table",
- "selectList": "Select List",
- "selectFormStyle": "Select Form Style",
- "selectCMSApplication": "Select CMS Application",
- "selectCMSCategory": "Select CMS Category",
- "noSelectableItemText": "No option to be selected",
- "selectScript": "Select Script",
- "selectDictionary": "Select Data Dictionary",
- "selectImportModel": "Select Import Module",
- "searchDescription": "search",
- "waitingSelect": "To be selected",
- "selected": "Selected",
- "empty": "Empty",
- "remove": "Remove",
- "selected2": "Selected",
- "identity": "Identity",
- "person": "Person",
- "duty": "Duty",
- "application": "Application",
- "CMSApplication": "Application",
- "CMSCategory": "Category",
- "CMSFormField": "Field",
- "formField": "Field",
- "process": "Process",
- "role": "Role",
- "group": "Group",
- "unit": "Unit",
- "systemList": "System List",
- "quantifier": {
- "person": "person",
- "identity": "identity",
- "unit": "unit",
- "group": "group",
- "role": "role"
- },
- "appType": {
- "process": "Process",
- "cms": "CMS",
- "portal": "Portal",
- "service": "Service",
- "currentForm": "Current form"
- },
- "cancel": "Cancel",
- "back": "Back",
- "ok": "Ok",
- "noPerson": "User “{name}” not exist",
- "processPlatform": "Process Platform",
- "cms": "Content Management",
- "portal": "Portal Management",
- "query": "Data Center",
- "service": "Service Management",
- "systemStyle": "System Style",
- "customStyle": "Custom Style (Script)",
- "selectAll": "Select All",
- "selectChildren": "Select all children",
- "selectItemMaxText": "Select at most {count} options",
- "service1": "Service",
- "agent": "Agent",
- "selectFieldProperty": "Select field attributes",
- "searchDescriptionFieldProperty": "Expanded forms can search for components",
- "currentForm": "Current form"
- }
- MWF.xApplication.Selector["lp."+o2.language] = MWF.xApplication.Selector.LP
|