123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /*
- IBM Confidential
- OCO Source Materials
- IBM Cognos Products: authoring
- (C) Copyright IBM Corp. 2015, 2018
- The source code for this program is not published or otherwise divested
- of its trade secrets, irrespective of what has been deposited with the
- U.S. Copyright Office.
- */
- define({
- "root": true,
- "cs": true,
- "cy": true,
- "da": true,
- "de": true,
- "es": true,
- "fi": true,
- "fr": true,
- "gl": true,
- "hr": true,
- "hu": true,
- "it": true,
- "ja": true,
- "kk": true,
- "ko": true,
- "nb": true,
- "nl": true,
- "no": true,
- "pl": true,
- "pt": true,
- "pt-br": true,
- "ro": true,
- "ru": true,
- "sl": true,
- "sv": true,
- "th": true,
- "tr": true,
- "zh": true,
- "zh-cn": true,
- "zh-tw": true
- });
|