admin_client_resources.js 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. "use strict";
  2. /*
  3. *+------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| IBM Cognos Products: Admin
  6. *| (C) Copyright IBM Corp. 2016
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or disclosure
  9. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *+------------------------------------------------------------------------+
  11. */
  12. define({
  13. "root": true,
  14. "cs": true,
  15. "da": true,
  16. "de": true,
  17. "es": true,
  18. "fi": true,
  19. "fr": true,
  20. "hr": true,
  21. "hu": true,
  22. "it": true,
  23. "ja": true,
  24. "kk": true,
  25. "ko": true,
  26. "no": true,
  27. "nb": true,
  28. "nl": 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. });