12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/LocalizationSpec.xsd">
- <messageFile component="AGS" baseName="AGS" containsBrand="true">
- <transformations>
- <transformation process="CCLInputSource.xslt">
- <targetDirs>
- <targetDir dir="templates/ps/messages"/>
- </targetDirs>
- </transformation>
- <transformation process="custom">
- <targetDirs>
- <targetDir dir="webcontent/ags/images"/>
- </targetDirs>
- <customOptions impl="com.cognos.localizationkit.extension.i18nimage.ImageGenerator" targetFileType="jpg" targetFileExtension=".jpg">
- <properties>
-
- <entry key="template">default</entry>
- <entry key="hasJavaLogo">false</entry>
- <entry key="hasEclipseLogo">false</entry>
-
- <entry key="product.msgId">IDS_PROP_PRODUCT</entry>
- <entry key="version.msgId">IDS_PROP_VERSION</entry>
- <entry key="legal.msgId">IDS_PROP_LEGAL</entry>
- </properties>
- </customOptions>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|