LZBrowseWidget.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. define({ root:
  2. //begin v1.x content
  3. ({
  4. title: "Landing Zones",
  5. Blob: "BLOB",
  6. BlobPrefix: "BLOB Prefix",
  7. Compress: "Compress",
  8. Date: "Date",
  9. DeleteSelectedFiles: "Delete Selected Files?",
  10. Delimited: "Delimited",
  11. Download: "Download",
  12. Errorparsingserverresult: "Error parsing server result",
  13. Escape: "Escape",
  14. FileUploader: "File Uploader",
  15. Fixed: "Fixed",
  16. Format: "Format",
  17. Group: "Group",
  18. Hex: "Hex",
  19. Variable: "Variable",
  20. VariableSourceType: "Source Type",
  21. Label: "Label",
  22. LandingZone: "Landing Zone",
  23. LineTerminators: "Line Terminators",
  24. Mask: "Mask",
  25. MaxRecordLength: "Max Record Length",
  26. Name: "Name",
  27. NamePrefix: "Name Prefix",
  28. NamePrefixPlaceholder: "some::prefix",
  29. NoSplit: "No Split",
  30. OmitSeparator: "Omit Separator",
  31. Options: "Options",
  32. Overwrite: "Overwrite",
  33. Prefix: "Prefix",
  34. PrefixPlaceholder: "filename{:length}, filesize{:[B|L][1-8]}",
  35. Preview: "Preview",
  36. Quote: "Quote",
  37. RecordLength: "Record Length",
  38. RowTag: "Row Tag",
  39. Seperators: "Seperators",
  40. Size: "Size",
  41. Source: "Source",
  42. SourcePath: "Source Path (Wildcard Enabled)",
  43. Spray: "Spray",
  44. Start: "Start",
  45. tag: "tag",
  46. Target: "Target",
  47. TargetName: "Target Name",
  48. TargetNamePlaceholder: "some::logical::name",
  49. Upload: "Upload",
  50. Variable: "Variable",
  51. VariableBigendian: "Variable Big-endian",
  52. XML: "XML"
  53. })
  54. //end v1.x content
  55. ,
  56. "es": true,
  57. "zh": true,
  58. "hu": true
  59. });