GlassResources.js 693 B

12345678910111213141516171819
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: BI Glass
  5. *
  6. * (C) Copyright IBM Corp. 2015, 2017
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. */
  10. define({
  11. "communicationErrorTitle": "Communication Error~DB4680",
  12. "errLoadingView": "The specified view is no longer available. The default home view is being displayed instead.~DB4679",
  13. "error404NotFound": "Error 404 resource not found~DB4678",
  14. "communicationErrorMessage": "A network error has occurred. Http code: %[{code}]~DB4681",
  15. "maintenanceTitle": "Maintenance~DB4682"
  16. });
  17. //# sourceMappingURL=GlassResources.js.map