Application.ini 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: fmmd
  5. (C) Copyright IBM Corp. 2003, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <Preferences>
  10. <Section Name="ApplicationConfiguration">
  11. <!-- Window title for the application -->
  12. <Preference Name="ApplicationName">IBM Cognos Framework Manager</Preference>
  13. <Preference Name="FullApplicationName">IBM Cognos Framework Manager</Preference>
  14. <!-- Filename of application icon.-->
  15. <Preference Name="ApplicationIcon">FM.ico</Preference>
  16. <Preference Name="About_Splash">{bmt:var:templatePath}\Cr1Model\res\images\AboutBox_FM_{bmt:var:productLocale}.bmp</Preference>
  17. <!-- <Preference Name="About_Splash">{bmt:var:templatePath}\Cr1Model\res\images\AboutBox_CognosExpressReporter_{bmt:var:productLocale}.bmp</Preference> -->
  18. <Preference Name="DocumentImage:web">{bmt:var:templatePath}\Cr1Model\Cr1Model.gif</Preference>
  19. <!-- Welcome Dialog Text -->
  20. <Preference Name="WelcomeTitle">IBM Cognos Framework Manager</Preference>
  21. <Preference Name="WelcomeSubtitle">Framework Manager allows you to model metadata and publish packages. </Preference>
  22. <Preference Name="WelcomeBottomTitle">Projects, Models, and Packages</Preference>
  23. <Preference Name="WelcomeBottomDetails">A project is a set of files that define the metadata in one or more models. Models represent data source information and contain information for business requirements and performance enhancements. The data modeler creates packages and publishes them to report authors.</Preference>
  24. <Preference Name="WelcomeCopyrightText">Copyright (C) 2009 Cognos ULC, an IBM Company. All rights reserved.</Preference>
  25. <Preference Name="WelcomeCustomCommandText">Create a new project using Model Design Accelerator...</Preference>
  26. <Preference Name="WelcomeCustomCommandDescription">Create a new project based on a star schema.</Preference>
  27. <Preference Name="WelcomeGenerateROLAPText">Create a new ROLAP project...</Preference>
  28. <Preference Name="WelcomeGenerateROLAPDescription">Use to create a new ROLAP project based on a star schema.</Preference>
  29. <Preference Name="Repository">disabled</Preference>
  30. <Preference Name="HelpFile">ug_fm</Preference>
  31. <Preference Name="HelpFileWithTOC">ug_fm_a</Preference>
  32. <Preference Name="VersionFile">verxml_c8bimodel.xml</Preference>
  33. <Preference Name="BaseCopyrightFilename">cognos_copyright</Preference>
  34. </Section>
  35. </Preferences>