1234567891011121314151617181920 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: Authoring
- *| (C) Copyright IBM Corp. 2015, 2018
- *|
- *| US Government Users Restricted Rights - Use, duplication or disclosure
- *| restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- define({
- 'no_output_format_capability': 'The user does not have the assigned capability to generate %{outputFormat} output.',
- 'authoring_welcome': 'Reporting',
- 'report_view_of': 'Report view of %{reportName}',
- 'no_action_available': 'You are currently not authorized to access this object.',
- 'viewer_welcome': 'Reporting',
- 'dataset_welcome': 'Data set',
- 'powerplay_view_of': 'PowerPlay view of %{reportName}'
- });
|