diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-13 15:41:15 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-14 10:40:34 (GMT) |
commit | 8f1f8900a23e4a677c8ab0e81080ddad2fb21083 (patch) | |
tree | ca8807a709231e83147d0aebc3b197e61ed941da | |
parent | 466ca0ef282dbf4dcc09c40dad9a8d5917deaa68 (diff) | |
download | Qt-8f1f8900a23e4a677c8ab0e81080ddad2fb21083.zip Qt-8f1f8900a23e4a677c8ab0e81080ddad2fb21083.tar.gz Qt-8f1f8900a23e4a677c8ab0e81080ddad2fb21083.tar.bz2 |
remove withdrawn attributes (and fix syntax)
-rw-r--r-- | tools/linguist/shared/ts.dtd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/linguist/shared/ts.dtd b/tools/linguist/shared/ts.dtd index ab77f64..cfbc786 100644 --- a/tools/linguist/shared/ts.dtd +++ b/tools/linguist/shared/ts.dtd @@ -100,14 +100,5 @@ --> <!ELEMENT numerusform (#PCDATA|byte|lengthvariant)* > <!ATTLIST numerusform - plurality (nullar|singular|dual|trial|paucal|greaterpaucal|plural|greaterplural) #IMPLIED> variants (yes|no) "no"> <!ELEMENT lengthvariant %evilstring; > -<!-- - ! The translation variants have a priority between 1 ("highest") and 9 ("lowest") - ! Typically longer translations get a higher priority. - ! If omitted, the order of appearance of the variants in the .ts files is used. - --> -<!ATTLIST lengthvariant - priority (1|2|3|4|5|6|7|8|9) #IMPLIED> - |