NotebookResources.js 670 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: Notebook
  5. *
  6. * Copyright IBM Corp. 2018
  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-cn': true,
  37. 'zh-hk': true,
  38. 'zh-mo': true,
  39. 'zh-sg': true,
  40. 'zh-tw': true
  41. });