view dtd/i18n.dtd @ 359:f9f8b6e98ada

Translated "cookie" and clarified what the $uid_got and $uid_set are.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jan 2012 19:41:04 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>