123456789101112131415 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.Empty = MWF.xApplication.Empty || {};
- MWF.xApplication.Empty.LP={
- "title": "empty",
- "welcome": "Welcome to O2OA Component",
- "taskListTitle": "Here are your 5 latest to-do lists",
- "taskTitle": "title",
- "taskProcess": "technological process",
- "taskTime": "arrival time",
- "openCalendar": "Open schedule management",
- "openOrganization": "Open Organization Management",
- "startProcess": "Initiate process",
- "openInBrowser": "Open in a new browser window"
- }
- MWF.xApplication.Empty["lp."+o2.language] = MWF.xApplication.Empty.LP
|