MoserClientResources.js 636 B

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