Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
927 B

  1. <GRAMMAR LANGID="409">
  2. <DEFINE>
  3. <ID NAME="1STDIGIT" VAL="1"/>
  4. </DEFINE>
  5. <RULE NAME="number" TOPLEVEL="ACTIVE">
  6. <LN PROPNAME="1st_digit" PROPID="1STDIGIT">
  7. <PN VALSTR="1">one</PN>
  8. <PN VALSTR="2">two</PN>
  9. <PN VALSTR="3">three</PN>
  10. <PN VALSTR="4">four</PN>
  11. <PN VALSTR="5">five</PN>
  12. <PN VALSTR="6">six</PN>
  13. <PN VALSTR="7">seven</PN>
  14. <PN VALSTR="8">eight</PN>
  15. <PN VALSTR="9">nine</PN>
  16. <PN VALSTR="10">ten</PN>
  17. <PN VALSTR="11">eleven</PN>
  18. <PN VALSTR="12">twelve</PN>
  19. <PN VALSTR="13">thirteen</PN>
  20. <PN VALSTR="14">fourteen</PN>
  21. <PN VALSTR="15">fifteen</PN>
  22. <PN VALSTR="16">sixteen</PN>
  23. <PN VALSTR="17">seventeen</PN>
  24. <PN VALSTR="18">eighteen</PN>
  25. <PN VALSTR="19">nineteen</PN>
  26. </LN>
  27. </RULE>
  28. </GRAMMAR>