123456789101112131415161718192021222324252627282930313233343536373839404142 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.cms = MWF.xApplication.cms || {};
- MWF.xApplication.cms.Index = MWF.xApplication.cms.Index || {};
- MWF.xApplication.cms.Index.Newer = MWF.xApplication.cms.Index.Newer || {};
- MWF.xApplication.cms.Index.Newer.lp = {
- "start": "新建",
- "createDocument" : "新建",
- "selCategory" : "选择分类",
- "department": "新建单位",
- "identity": "身 份",
- "date": "时 间",
- "subject": "标 题",
- "process": "流程",
- "cancel": "取消",
- "ok": "确定",
- "unnamedUnit" : "未命名组织",
- "start_cancel_title": "取消新建确认",
- "start_cancel": "您确定要取消新建吗?",
- "inputSubject": "请输入标题",
- "selectStartId": "请选择启动单位,以确定启动者身份",
- "selectCategory" : "请先选择分类",
- "clickForSelect" : "点击选择分类",
- "Started": "新建成功",
- "nextActivity": "下一个活动:",
- "nextUser": "处理人:",
- "processStartedMessage": "您启动了一个新的工作:",
- "processStarted": "文件已启动",
- "deal": "处理",
- "all" : "全部",
- "documentTypeInfor" : "信息",
- "untitled" : "无标题",
- "searchPlacholder": "输入关键字搜索分类"
- };
|