figenc

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

tr.msg (1133B)


      1 # created by tools/loadICU.tcl -- do not edit
      2 namespace eval ::tcl::clock {
      3     ::msgcat::mcset tr DAYS_OF_WEEK_ABBREV [list \
      4         "Paz"\
      5         "Pzt"\
      6         "Sal"\
      7         "\u00c7ar"\
      8         "Per"\
      9         "Cum"\
     10         "Cmt"]
     11     ::msgcat::mcset tr DAYS_OF_WEEK_FULL [list \
     12         "Pazar"\
     13         "Pazartesi"\
     14         "Sal\u0131"\
     15         "\u00c7ar\u015famba"\
     16         "Per\u015fembe"\
     17         "Cuma"\
     18         "Cumartesi"]
     19     ::msgcat::mcset tr MONTHS_ABBREV [list \
     20         "Oca"\
     21         "\u015eub"\
     22         "Mar"\
     23         "Nis"\
     24         "May"\
     25         "Haz"\
     26         "Tem"\
     27         "A\u011fu"\
     28         "Eyl"\
     29         "Eki"\
     30         "Kas"\
     31         "Ara"\
     32         ""]
     33     ::msgcat::mcset tr MONTHS_FULL [list \
     34         "Ocak"\
     35         "\u015eubat"\
     36         "Mart"\
     37         "Nisan"\
     38         "May\u0131s"\
     39         "Haziran"\
     40         "Temmuz"\
     41         "A\u011fustos"\
     42         "Eyl\u00fcl"\
     43         "Ekim"\
     44         "Kas\u0131m"\
     45         "Aral\u0131k"\
     46         ""]
     47     ::msgcat::mcset tr DATE_FORMAT "%d.%m.%Y"
     48     ::msgcat::mcset tr TIME_FORMAT "%H:%M:%S"
     49     ::msgcat::mcset tr DATE_TIME_FORMAT "%d.%m.%Y %H:%M:%S %z"
     50 }