123456789101112131415161718192021222324252627282930313233343536 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.HotArticle = MWF.xApplication.HotArticle || {};
- MWF.xApplication.HotArticle.LP={
- "title": "hot information ",
- "allHotArticele": "All Hot Articles",
- "infoHotArticele": "Information",
- "bbsHotArticele": "Forum",
- "noFile": "No files available",
- "firstPage": "First Page",
- "lastPage": "Last Page",
- "filter": "Filter",
- "search": "Search",
- "key": "Please enter a keyword",
- "filterPlaceholder": "Keyword",
- "selectAll": "Select All",
- "tip": {
- "selectFile": "Please select a file first",
- "success": "Modification successful",
- "modifyTitle": "Modify Title",
- "removeConfirmTitle": "Confirm File Deletion",
- "removeSuccess": "Successfully deleted {count} files.",
- "removeConfirm": "Are you sure you want to delete the selected {length} files? Deleted files cannot be recovered."
- },
- "list": {
- "title": "Title",
- "from": "From",
- "updateTime": "Updated"
- },
- "button": {
- "rename": "Rename",
- "delete": "Delete",
- "ok": "OK",
- "close": "Close"
- }
- }
- MWF.xApplication.HotArticle["lp."+o2.language] = MWF.xApplication.HotArticle.LP
|