summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-08-13 17:41:15 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-08-14 12:40:34 +0200
commit8f1f8900a23e4a677c8ab0e81080ddad2fb21083 (patch)
treeca8807a709231e83147d0aebc3b197e61ed941da
parent466ca0ef282dbf4dcc09c40dad9a8d5917deaa68 (diff)
remove withdrawn attributes (and fix syntax)
-rw-r--r--tools/linguist/shared/ts.dtd9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/linguist/shared/ts.dtd b/tools/linguist/shared/ts.dtd
index ab77f6460..cfbc78684 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>
-