en.js 1.2 KB

123456789101112131415161718192021222324252627282930
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.AppMarketV2 = MWF.xApplication.AppMarketV2 || {};
  3. MWF.xApplication.AppMarketV2.LP={
  4. "title": "App Market",
  5. "implodeLocal": "Import from local",
  6. "download": "Free download",
  7. "setupTitle": "About to install",
  8. "ok": "OK",
  9. "cancel": "Cancel",
  10. "downloadInfor": "The following modules will be downloaded and installed:",
  11. "setup": "Install",
  12. "setupDone": "Installed",
  13. "update": "Update",
  14. "conflict": "Conflict",
  15. "ignore": "Ignore",
  16. "create": "Create",
  17. "cover": "Cover",
  18. "name": "Name",
  19. "id": "ID",
  20. "setupSuccess": "Application installed successfully!",
  21. "localApp": "Local Application",
  22. "confirmsetupTitle": "Installation confirmation",
  23. "confirmsetupContent": "Are you sure to install this Application?",
  24. "confirmupdateTitle": "Update confirmation",
  25. "confirmupdateContent": "Are you sure to update this Application? If you change this app after installing the Application, it will be replaced after this update",
  26. "all": "All",
  27. "searchHolder": "Enter search keywords",
  28. "accessDenyNotice": "The App Market requires an administrator role to access"
  29. }
  30. MWF.xApplication.AppMarketV2["lp."+o2.language] = MWF.xApplication.AppMarketV2.LP