figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

kw.msg (966B)


      1 # created by tools/loadICU.tcl -- do not edit
      2 namespace eval ::tcl::clock {
      3     ::msgcat::mcset kw DAYS_OF_WEEK_ABBREV [list \
      4         "Sul"\
      5         "Lun"\
      6         "Mth"\
      7         "Mhr"\
      8         "Yow"\
      9         "Gwe"\
     10         "Sad"]
     11     ::msgcat::mcset kw DAYS_OF_WEEK_FULL [list \
     12         "De Sul"\
     13         "De Lun"\
     14         "De Merth"\
     15         "De Merher"\
     16         "De Yow"\
     17         "De Gwener"\
     18         "De Sadorn"]
     19     ::msgcat::mcset kw MONTHS_ABBREV [list \
     20         "Gen"\
     21         "Whe"\
     22         "Mer"\
     23         "Ebr"\
     24         "Me"\
     25         "Evn"\
     26         "Gor"\
     27         "Est"\
     28         "Gwn"\
     29         "Hed"\
     30         "Du"\
     31         "Kev"\
     32         ""]
     33     ::msgcat::mcset kw MONTHS_FULL [list \
     34         "Mys Genver"\
     35         "Mys Whevrel"\
     36         "Mys Merth"\
     37         "Mys Ebrel"\
     38         "Mys Me"\
     39         "Mys Evan"\
     40         "Mys Gortheren"\
     41         "Mye Est"\
     42         "Mys Gwyngala"\
     43         "Mys Hedra"\
     44         "Mys Du"\
     45         "Mys Kevardhu"\
     46         ""]
     47 }