123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2015
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!-- $Header$ -->
- <!-- $DateTime$ -->
- <!-- $Change$ -->
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../CCLCore/prod/Resources/LocalizationSpec.xsd">
- <messageFile component="PS" baseName="portal">
- <transformations>
- <transformation process="CCLInputSource.xslt">
- <targetDirs>
- <targetDir dir="templates/ps/messages"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="PS" baseName="psuimsg">
- <transformations>
- <transformation process="xslt">
- <xsltOptions script="PSXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/ps/portal/js/dojo/ps/nls"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="PS" baseName="pduimsg">
- <transformations>
- <transformation process="xslt">
- <xsltOptions script="PSXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/ps/lobdata/dojo/pd/nls"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile baseName="psuiadmin_aboutmsg" component="PS">
- <transformations>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/ps/portal/images/about"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileExtension=".jpg" targetFileType="jpg">
- <properties>
- <entry key="baseName">cognosadmin_about</entry>
- <entry key="template">oneui</entry>
- <entry key="product.msgId">IDS_ABT_PRODUCT</entry>
- <entry key="version.msgId">IDS_ABT_VERSION</entry>
- <entry key="legal.msgId">IDS_ABT_LEGAL</entry>
- <entry key="hasJavaLogo">false</entry>
- <entry key="hasEclipseLogo">false</entry>
- </properties>
- </customOptions>
- </transformation>
- <transformation process="xslt">
- <xsltOptions script="PSXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/ps/portal/js/about/ps/nls"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile baseName="psuiaboutmsg" component="PS">
- <transformations>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/ps/portal/images/about"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileExtension=".jpg" targetFileType="jpg">
- <properties>
- <entry key="baseName">cc_about</entry>
- <entry key="template">oneui</entry>
- <entry key="product.msgId">IDS_ABT_PRODUCT</entry>
- <entry key="version.msgId">IDS_ABT_VERSION</entry>
- <entry key="legal.msgId">IDS_ABT_LEGAL</entry>
- <entry key="hasJavaLogo">true</entry>
- <entry key="hasEclipseLogo">false</entry>
- </properties>
- </customOptions>
- </transformation>
- <transformation process="xslt">
- <xsltOptions script="PSXmlToJavascript.xslt" targetFileType="Text" targetFileExtension=".js"/>
- <targetDirs>
- <targetDir dir="webcontent/ps/portal/js/about/ps/nls"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|