jpayne@69: # created by tools/loadICU.tcl -- do not edit jpayne@69: namespace eval ::tcl::clock { jpayne@69: ::msgcat::mcset vi DAYS_OF_WEEK_ABBREV [list \ jpayne@69: "Th 2"\ jpayne@69: "Th 3"\ jpayne@69: "Th 4"\ jpayne@69: "Th 5"\ jpayne@69: "Th 6"\ jpayne@69: "Th 7"\ jpayne@69: "CN"] jpayne@69: ::msgcat::mcset vi DAYS_OF_WEEK_FULL [list \ jpayne@69: "Th\u01b0\u0301 hai"\ jpayne@69: "Th\u01b0\u0301 ba"\ jpayne@69: "Th\u01b0\u0301 t\u01b0"\ jpayne@69: "Th\u01b0\u0301 n\u0103m"\ jpayne@69: "Th\u01b0\u0301 s\u00e1u"\ jpayne@69: "Th\u01b0\u0301 ba\u0309y"\ jpayne@69: "Chu\u0309 nh\u00e2\u0323t"] jpayne@69: ::msgcat::mcset vi MONTHS_ABBREV [list \ jpayne@69: "Thg 1"\ jpayne@69: "Thg 2"\ jpayne@69: "Thg 3"\ jpayne@69: "Thg 4"\ jpayne@69: "Thg 5"\ jpayne@69: "Thg 6"\ jpayne@69: "Thg 7"\ jpayne@69: "Thg 8"\ jpayne@69: "Thg 9"\ jpayne@69: "Thg 10"\ jpayne@69: "Thg 11"\ jpayne@69: "Thg 12"\ jpayne@69: ""] jpayne@69: ::msgcat::mcset vi MONTHS_FULL [list \ jpayne@69: "Th\u00e1ng m\u00f4\u0323t"\ jpayne@69: "Th\u00e1ng hai"\ jpayne@69: "Th\u00e1ng ba"\ jpayne@69: "Th\u00e1ng t\u01b0"\ jpayne@69: "Th\u00e1ng n\u0103m"\ jpayne@69: "Th\u00e1ng s\u00e1u"\ jpayne@69: "Th\u00e1ng ba\u0309y"\ jpayne@69: "Th\u00e1ng t\u00e1m"\ jpayne@69: "Th\u00e1ng ch\u00edn"\ jpayne@69: "Th\u00e1ng m\u01b0\u01a1\u0300i"\ jpayne@69: "Th\u00e1ng m\u01b0\u01a1\u0300i m\u00f4\u0323t"\ jpayne@69: "Th\u00e1ng m\u01b0\u01a1\u0300i hai"\ jpayne@69: ""] jpayne@69: ::msgcat::mcset vi DATE_FORMAT "%d %b %Y" jpayne@69: ::msgcat::mcset vi TIME_FORMAT "%H:%M:%S" jpayne@69: ::msgcat::mcset vi DATE_TIME_FORMAT "%d %b %Y %H:%M:%S %z" jpayne@69: }