en.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.HotArticle = MWF.xApplication.HotArticle || {};
  3. MWF.xApplication.HotArticle.LP={
  4. "title": "hot information ",
  5. "allHotArticele": "All Hot Articles",
  6. "infoHotArticele": "Information",
  7. "bbsHotArticele": "Forum",
  8. "noFile": "No files available",
  9. "firstPage": "First Page",
  10. "lastPage": "Last Page",
  11. "filter": "Filter",
  12. "search": "Search",
  13. "key": "Please enter a keyword",
  14. "filterPlaceholder": "Keyword",
  15. "selectAll": "Select All",
  16. "tip": {
  17. "selectFile": "Please select a file first",
  18. "success": "Modification successful",
  19. "modifyTitle": "Modify Title",
  20. "removeConfirmTitle": "Confirm File Deletion",
  21. "removeSuccess": "Successfully deleted {count} files.",
  22. "removeConfirm": "Are you sure you want to delete the selected {length} files? Deleted files cannot be recovered."
  23. },
  24. "list": {
  25. "title": "Title",
  26. "from": "From",
  27. "updateTime": "Updated"
  28. },
  29. "button": {
  30. "rename": "Rename",
  31. "delete": "Delete",
  32. "ok": "OK",
  33. "close": "Close"
  34. }
  35. }
  36. MWF.xApplication.HotArticle["lp."+o2.language] = MWF.xApplication.HotArticle.LP