share_client.js 631 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: SHARE
  5. *
  6. * Copyright IBM Corp. 2015
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. */
  10. define({
  11. "root": true,
  12. "cs": true,
  13. "da": true,
  14. "de": true,
  15. "es": true,
  16. "fi": true,
  17. "fr": true,
  18. "hr": true,
  19. "hu": true,
  20. "it": true,
  21. "ja": true,
  22. "kk": true,
  23. "ko": true,
  24. "no": true,
  25. "nb": true,
  26. "nl": true,
  27. "pl": true,
  28. "pt": true,
  29. "pt-br": true,
  30. "ro": true,
  31. "ru": true,
  32. "sl": true,
  33. "sv": true,
  34. "th": true,
  35. "tr": true,
  36. "zh": true,
  37. "zh-cn": true,
  38. "zh-tw": true
  39. });