ClassicViewerMessages.js 700 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. IBM Confidential
  3. OCO Source Materials
  4. IBM Cognos Products: authoring
  5. (C) Copyright IBM Corp. 2015, 2018
  6. The source code for this program is not published or otherwise divested
  7. of its trade secrets, irrespective of what has been deposited with the
  8. U.S. Copyright Office.
  9. */
  10. define({
  11. "root": true,
  12. "cs": true,
  13. "cy": true,
  14. "da": true,
  15. "de": true,
  16. "es": true,
  17. "fi": true,
  18. "fr": true,
  19. "gl": true,
  20. "hr": true,
  21. "hu": true,
  22. "it": true,
  23. "ja": true,
  24. "kk": true,
  25. "ko": true,
  26. "nb": true,
  27. "nl": true,
  28. "no": true,
  29. "pl": true,
  30. "pt": true,
  31. "pt-br": true,
  32. "ro": true,
  33. "ru": true,
  34. "sl": true,
  35. "sv": true,
  36. "th": true,
  37. "tr": true,
  38. "zh": true,
  39. "zh-cn": true,
  40. "zh-tw": true
  41. });