| Rev | Line |   | 
|---|
| [5180] | 1 | # created by tools/loadICU.tcl -- do not edit | 
|---|
 | 2 | namespace eval ::tcl::clock { | 
|---|
 | 3 |     ::msgcat::mcset it DAYS_OF_WEEK_ABBREV [list \ | 
|---|
 | 4 |         "dom"\ | 
|---|
 | 5 |         "lun"\ | 
|---|
 | 6 |         "mar"\ | 
|---|
 | 7 |         "mer"\ | 
|---|
 | 8 |         "gio"\ | 
|---|
 | 9 |         "ven"\ | 
|---|
 | 10 |         "sab"] | 
|---|
 | 11 |     ::msgcat::mcset it DAYS_OF_WEEK_FULL [list \ | 
|---|
 | 12 |         "domenica"\ | 
|---|
 | 13 |         "luned\u00ec"\ | 
|---|
 | 14 |         "marted\u00ec"\ | 
|---|
 | 15 |         "mercoled\u00ec"\ | 
|---|
 | 16 |         "gioved\u00ec"\ | 
|---|
 | 17 |         "venerd\u00ec"\ | 
|---|
 | 18 |         "sabato"] | 
|---|
 | 19 |     ::msgcat::mcset it MONTHS_ABBREV [list \ | 
|---|
 | 20 |         "gen"\ | 
|---|
 | 21 |         "feb"\ | 
|---|
 | 22 |         "mar"\ | 
|---|
 | 23 |         "apr"\ | 
|---|
 | 24 |         "mag"\ | 
|---|
 | 25 |         "giu"\ | 
|---|
 | 26 |         "lug"\ | 
|---|
 | 27 |         "ago"\ | 
|---|
 | 28 |         "set"\ | 
|---|
 | 29 |         "ott"\ | 
|---|
 | 30 |         "nov"\ | 
|---|
 | 31 |         "dic"\ | 
|---|
 | 32 |         ""] | 
|---|
 | 33 |     ::msgcat::mcset it MONTHS_FULL [list \ | 
|---|
 | 34 |         "gennaio"\ | 
|---|
 | 35 |         "febbraio"\ | 
|---|
 | 36 |         "marzo"\ | 
|---|
 | 37 |         "aprile"\ | 
|---|
 | 38 |         "maggio"\ | 
|---|
 | 39 |         "giugno"\ | 
|---|
 | 40 |         "luglio"\ | 
|---|
 | 41 |         "agosto"\ | 
|---|
 | 42 |         "settembre"\ | 
|---|
 | 43 |         "ottobre"\ | 
|---|
 | 44 |         "novembre"\ | 
|---|
 | 45 |         "dicembre"\ | 
|---|
 | 46 |         ""] | 
|---|
 | 47 |     ::msgcat::mcset it BCE "aC" | 
|---|
 | 48 |     ::msgcat::mcset it CE "dC" | 
|---|
 | 49 |     ::msgcat::mcset it AM "m." | 
|---|
 | 50 |     ::msgcat::mcset it PM "p." | 
|---|
 | 51 |     ::msgcat::mcset it DATE_FORMAT "%d %B %Y" | 
|---|
 | 52 |     ::msgcat::mcset it TIME_FORMAT "%H:%M:%S" | 
|---|
 | 53 |     ::msgcat::mcset it DATE_TIME_FORMAT "%d %B %Y %H:%M:%S %z" | 
|---|
 | 54 | } | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.