en.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.File = MWF.xApplication.File || {};
  3. MWF.xApplication.File.LP={
  4. "title": "Enterprise Network Disk",
  5. "dropUpload": "Drag the file here to upload",
  6. "upload": "Upload",
  7. "createFolder": "Create Folder",
  8. "operation": "operation",
  9. "inputFolderName": "Please enter the folder name",
  10. "inputName": "Please enter the folder or file name",
  11. "ok": "OK",
  12. "cancel": "Cancel",
  13. "folderNameNotEmpty": "The folder name cannot be empty",
  14. "nameNotEmpty": "The folder or file name cannot be empty",
  15. "download": "Download",
  16. "delete": "Delete",
  17. "rename": "Rename",
  18. "share": "Share...",
  19. "move": "Move to...",
  20. "uploadTo": "Upload To",
  21. "deleteFolderTitle": "Delete Folder Confirmation",
  22. "deleteFileTitle": "Confirm Delete File",
  23. "deleteFolder": "Are you sure you want to delete the selected folder?",
  24. "deleteFile": "Are you sure you want to delete the selected file?",
  25. "deleteFolderFilesTitle": "Delete File Confirmation",
  26. "deleteFolderFiles": "Are you sure you want to delete the selected files and folders?",
  27. "shareFile": "Share File",
  28. "selectShareUser": "Please select a sharing user",
  29. "fileShareSuccess": "File has been shared to: ",
  30. "sendFile": "Send Edit",
  31. "selectSendUser": "Send the file to other users for editing",
  32. "fileSendSuccess": "File has been sent to: ",
  33. "editorFiles": "Files received",
  34. "myFiles": "My Files",
  35. "shareFiles": "Shared files"
  36. }
  37. MWF.xApplication.File["lp."+o2.language] = MWF.xApplication.File.LP