AuthoringMessages.js 883 B

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