Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/linguist/shared/ts.dtd

    r561 r846  
    55 ! The location element is set as optional since it was introduced first in Qt 4.2.
    66 ! The userdata element is set as optional since it was introduced first in Qt 4.4.
    7  ! The source and translation elements are optional starting with version 3.0
    8  ! (Qt 4.6) to support S60 blank messages.
    97 !
    108  -->
     
    3735<!-- The encoding to use in the QM file by default. Default is ISO-8859-1. -->
    3836<!ELEMENT defaultcodec (#PCDATA) >
    39 <!ELEMENT context (name?, comment?, (context|message)+) >
     37<!ELEMENT context (name, comment?, (context|message)+) >
    4038<!ATTLIST context
    4139          encoding CDATA #IMPLIED>
    4240<!ELEMENT name %evilstring; >
    43 <!-- If "no", then the context nesting is for informational puposes only -->
    44 <!ATTLIST name
    45           nest (yes|no) "yes">
    4641<!-- This is "disambiguation" in the (new) API, or "msgctxt" in gettext speak -->
    4742<!ELEMENT comment %evilstring; >
     
    5449<!ELEMENT message (location*, source?, oldsource?, comment?, oldcomment?, extracomment?, translatorcomment?, translation?, userdata?, extra-**) >
    5550<!--
    56  ! If utf8 is true, the defaultcodec is overridden and the message is encoded
    57  ! in UTF-8 in the QM file.
     51 ! If utf8 is "true", the defaultcodec is overridden and the message is encoded
     52 ! in UTF-8 in the QM file. If it is "both", both source encodings are stored
     53 ! in the QM file.
    5854  -->
    5955<!ATTLIST message
    6056          id CDATA #IMPLIED
    61           utf8 (true|false) "false"
     57          utf8 (true|false|both) "false"
    6258          numerus (yes|no) "no">
    6359<!ELEMENT location EMPTY>
     
    10197<!ELEMENT numerusform (#PCDATA|byte|lengthvariant)* >
    10298<!ATTLIST numerusform
    103           plurality (nullar|singular|dual|trial|paucal|greaterpaucal|plural|greaterplural) #IMPLIED>
    10499          variants (yes|no) "no">
    105100<!ELEMENT lengthvariant %evilstring; >
    106 <!--
    107  ! The translation variants have a priority between 1 ("highest") and 9 ("lowest")
    108  ! Typically longer translations get a higher priority.
    109  ! If omitted, the order of appearance of the variants in the TS files is used.
    110   -->
    111 <!ATTLIST lengthvariant
    112           priority (1|2|3|4|5|6|7|8|9) #IMPLIED>
    113          
Note: See TracChangeset for help on using the changeset viewer.