en.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.AppMarketV2 = MWF.xApplication.AppMarketV2 || {};
  3. MWF.xApplication.AppMarketV2.Application = MWF.xApplication.AppMarketV2.Application || {};
  4. MWF.xApplication.AppMarketV2.Application.LP={
  5. "title": "App Market",
  6. "implodeLocal": "Import from local",
  7. "download": "Free download",
  8. "setup": "Install",
  9. "setupDone": "Installed",
  10. "update": "Update",
  11. "ok": "OK",
  12. "cancel": "Cancel",
  13. "setupSuccess": "Application is installed successfully!",
  14. "localApp": "Local Application",
  15. "appInfoTab": "Features",
  16. "appDemandTab": "Installation",
  17. "appCommentTab": "Comment",
  18. "commentTitle": "Comment",
  19. "commentsuccess": "Comment successful",
  20. "confirmsetupTitle": "Installation confirmation",
  21. "confirmsetupContent": "Are you sure to install this Application?",
  22. "confirmupdateTitle": "Update confirmation",
  23. "confirmupdateContent": "Are you sure to update this Application? If you change this app after installing the Application, it will be replaced after this update",
  24. "bbsname": "Community",
  25. "bbslink": "http://forum.o2oa.net/x_desktop/forum.html?app=ForumSection&id=b1895d5a-7ef2-4d74-b2d1-a7ae10daaa28",
  26. "bbstip": "If you have any questions or ideas, please come to our Community to communicate!",
  27. "commentCountText": "{n} Ratings",
  28. "category": "Category",
  29. "screenshot": "Screenshot",
  30. "commented": "You have reviewed this application!",
  31. "notInstall": "You have not installed this app, so you cannot rate and comment on it!",
  32. "iNeedComment": "Comment",
  33. "score": "Scoring:",
  34. "comment": "Comment:",
  35. "commentNotice": "Please submit after comment",
  36. "commentpath": "https://forum.o2oa.net:40020",
  37. "bbsurl": "http://forum.o2oa.net/x_desktop/forum.html?app=ForumSection&id=b1895d5a -7ef2-4d74-b2d1-a7ae10daaa28",
  38. "bbsNotice": "Please click on this link to comment on the O2 forum"
  39. }
  40. MWF.xApplication.AppMarketV2.Application["lp."+o2.language] = MWF.xApplication.AppMarketV2.Application.LP