HPCCPlatformWidget.js 478 B

1234567891011121314151617181920212223
  1. define({ root:
  2. //begin v1.x content
  3. ({
  4. About: "About",
  5. ECL: "ECL",
  6. ErrorWarnings: "Error/Warnings",
  7. Files: "Files",
  8. Find: "Find",
  9. LoggedInAs: "Logged in as",
  10. OpenLegacyECLWatch: "Open Legacy ECL Watch",
  11. Operations: "Operations",
  12. PlaceholderFindText: "Wuid, User, More...",
  13. PublishedQueries: "Published Queries",
  14. ReleaseNotes: "Release Notes",
  15. SetBanner: "Set Banner"
  16. })
  17. //end v1.x content
  18. ,
  19. "es": true,
  20. "zh": true,
  21. "hu": true
  22. });