Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The titles file or files specify captions and headings that are displayed in Precise products. These are the application names as well as entity and counter names. A different titles file exists for each required language. At the least, one English-language titles file named titles-en.xml has to be created.NOTE    Precise

Info

Precise displays captions in English and Japanese only for Precise supported technologies.

The following is an example of a titles file in English.

<titles-en>
     <tid="1"> Generic Mail Server </t>
     <displays>
     </displays>
     <entity-single>
          <tid="501"> Mail Msg </t>
          <tid="511"> Sender </t>
          <tid="521"> Sender IP </t>
          <tid="531"> Msg Type </t>
          <tid="541"> Instance </t>
          <tid="551"> Server </t>
     </entity-single>
     <entity>
          <tid="502"> Mail Msgs </t>
          <tid="512"> Senders </t>
          <tid="522"> Sender IPs </t>
          <tid="532"> Msg Types </t>
          <tid="542"> Instances </t>
          <tid="552"> Servers </t>
     </entity>
     <entity-grouping-single>
          <tid="503"> Mail Msgs (Grouped) </t>
          <tid="513"> Senders (Grouped) </t>
          <tid="523"> Senders Location </t>
          <tid="543"> Instances (Grouped) </t>
          <tid="553"> Servers (Grouped) </t>
     </entity-grouping-single>
     <entity-grouping>
          <tid="503"> Mail Msgs (Grouped) </t>
          <tid="513"> Senders (Grouped) </t>
          <tid="523"> Senders Location </t>
          <tid="543"> Instances (Grouped) </t>
          <tid="553"> Servers (Grouped) </t>
     </entity-grouping>
     <fields>
          <tid="100" class="service" > Delivery </t>
          <tid="110" class="statistic" > Msg Size </t>
          <tid="120" class="execution"" > Recipients </t>
     </fields>
</titles-en>

The titles file naming convention (for languages other than English) is as follows: titles_language-code.xml

The following is the basic hierarchy of an XML-based titles file:

...

Table A-29 Add-on AppTier name element properties

t

...

Atribute NameDescription
idThe

...

value is the same as the value for the attribute tid element <application> in the ETD file.

The text value for the <t> element, under the root element, is the Add-on AppTier name.

...

Table A-30 Sub-element properties for <t> under various elements

t

...

Attribute NameDescription
id

Under the <entity> element, the value is the same as the <entity> element's attribute plural-tid value for the relevant entity from the ETD file.

Under the <entity-single> element, the value is the same as the relevant <entity> element's attribute tid from the ETD file.

Under the <entity-grouping> element, the value is the same as the relevant <entity> element's attribute plural-grouping-tid from the ETD file.

Under the <entity-grouping-single> element, the value is the same as the relevant <entity>

...

element's attribute grouping-tid from the ETD file.

The text value for the <t> element is the entity name as it should be displayed by Precise products. The following table specifies the properties for <t> sub-elements under the <fields> element.

Table A-31 Sub-element properties for <t> under the <fields> element

t

...

Attribute NameDescription
idThe value is the same as the <counter> element's attribute tid value for the relevant counter from the ETD file.
Class

...

The value is the same as the <data> sub-element's attribute class for the relevant counter element <counter> from the ETD file.

The text value for the <t> element is the counter name as it should be displayed by Precise products.

...