Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl8.5/msgs/vi.msg @ 5167

Last change on this file since 5167 was 5167, checked in by rgrieder, 16 years ago

added svn property svn:eol-style native to all tcl files

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset vi DAYS_OF_WEEK_ABBREV [list \
4        "Th 2"\
5        "Th 3"\
6        "Th 4"\
7        "Th 5"\
8        "Th 6"\
9        "Th 7"\
10        "CN"]
11    ::msgcat::mcset vi DAYS_OF_WEEK_FULL [list \
12        "Th\u01b0\u0301 hai"\
13        "Th\u01b0\u0301 ba"\
14        "Th\u01b0\u0301 t\u01b0"\
15        "Th\u01b0\u0301 n\u0103m"\
16        "Th\u01b0\u0301 s\u00e1u"\
17        "Th\u01b0\u0301 ba\u0309y"\
18        "Chu\u0309 nh\u00e2\u0323t"]
19    ::msgcat::mcset vi MONTHS_ABBREV [list \
20        "Thg 1"\
21        "Thg 2"\
22        "Thg 3"\
23        "Thg 4"\
24        "Thg 5"\
25        "Thg 6"\
26        "Thg 7"\
27        "Thg 8"\
28        "Thg 9"\
29        "Thg 10"\
30        "Thg 11"\
31        "Thg 12"\
32        ""]
33    ::msgcat::mcset vi MONTHS_FULL [list \
34        "Th\u00e1ng m\u00f4\u0323t"\
35        "Th\u00e1ng hai"\
36        "Th\u00e1ng ba"\
37        "Th\u00e1ng t\u01b0"\
38        "Th\u00e1ng n\u0103m"\
39        "Th\u00e1ng s\u00e1u"\
40        "Th\u00e1ng ba\u0309y"\
41        "Th\u00e1ng t\u00e1m"\
42        "Th\u00e1ng ch\u00edn"\
43        "Th\u00e1ng m\u01b0\u01a1\u0300i"\
44        "Th\u00e1ng m\u01b0\u01a1\u0300i m\u00f4\u0323t"\
45        "Th\u00e1ng m\u01b0\u01a1\u0300i hai"\
46        ""]
47    ::msgcat::mcset vi DATE_FORMAT "%d %b %Y"
48    ::msgcat::mcset vi TIME_FORMAT "%H:%M:%S"
49    ::msgcat::mcset vi DATE_TIME_FORMAT "%d %b %Y %H:%M:%S %z"
50}
Note: See TracBrowser for help on using the repository browser.