Changeset 846 for trunk/tools/linguist/shared/ts.dtd
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/linguist/shared/ts.dtd
r561 r846 5 5 ! The location element is set as optional since it was introduced first in Qt 4.2. 6 6 ! 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.08 ! (Qt 4.6) to support S60 blank messages.9 7 ! 10 8 --> … … 37 35 <!-- The encoding to use in the QM file by default. Default is ISO-8859-1. --> 38 36 <!ELEMENT defaultcodec (#PCDATA) > 39 <!ELEMENT context (name ?, comment?, (context|message)+) >37 <!ELEMENT context (name, comment?, (context|message)+) > 40 38 <!ATTLIST context 41 39 encoding CDATA #IMPLIED> 42 40 <!ELEMENT name %evilstring; > 43 <!-- If "no", then the context nesting is for informational puposes only -->44 <!ATTLIST name45 nest (yes|no) "yes">46 41 <!-- This is "disambiguation" in the (new) API, or "msgctxt" in gettext speak --> 47 42 <!ELEMENT comment %evilstring; > … … 54 49 <!ELEMENT message (location*, source?, oldsource?, comment?, oldcomment?, extracomment?, translatorcomment?, translation?, userdata?, extra-**) > 55 50 <!-- 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. 58 54 --> 59 55 <!ATTLIST message 60 56 id CDATA #IMPLIED 61 utf8 (true|false ) "false"57 utf8 (true|false|both) "false" 62 58 numerus (yes|no) "no"> 63 59 <!ELEMENT location EMPTY> … … 101 97 <!ELEMENT numerusform (#PCDATA|byte|lengthvariant)* > 102 98 <!ATTLIST numerusform 103 plurality (nullar|singular|dual|trial|paucal|greaterpaucal|plural|greaterplural) #IMPLIED>104 99 variants (yes|no) "no"> 105 100 <!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 lengthvariant112 priority (1|2|3|4|5|6|7|8|9) #IMPLIED>113
Note:
See TracChangeset
for help on using the changeset viewer.