en.js 661 B

1234567891011121314151617
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Search = MWF.xApplication.Search || {};
  3. MWF.xApplication.Search.LP={
  4. "title": "Search",
  5. "infor": "Please enter a search keyword and press \"Enter\" to initiate a search",
  6. "searchInfor": "It took {time} seconds to find about {count} relevant results for you",
  7. "processApplication": "Application: ",
  8. "process": "Process: ",
  9. "cmsApplication": "Column: ",
  10. "category": "Category: ",
  11. "creatorPerson": "Creator by:",
  12. "unit": "Unit: ",
  13. "completed": "Completed",
  14. "nonamed": "Untitled",
  15. "refuse": "Insufficient permissions"
  16. }
  17. MWF.xApplication.Search["lp."+o2.language] = MWF.xApplication.Search.LP