/usr/share/tcltk/tcl8.5/msgs/mt.msg is in libtcl8.5 8.5.19-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset mt DAYS_OF_WEEK_ABBREV [list \
"\u0126ad"\
"Tne"\
"Tli"\
"Erb"\
"\u0126am"\
"\u0120im"]
::msgcat::mcset mt MONTHS_ABBREV [list \
"Jan"\
"Fra"\
"Mar"\
"Apr"\
"Mej"\
"\u0120un"\
"Lul"\
"Awi"\
"Set"\
"Ott"\
"Nov"]
::msgcat::mcset mt BCE "QK"
::msgcat::mcset mt CE ""
::msgcat::mcset mt DATE_FORMAT "%A, %e ta %B, %Y"
::msgcat::mcset mt TIME_FORMAT_12 "%l:%M:%S %P"
::msgcat::mcset mt DATE_TIME_FORMAT "%A, %e ta %B, %Y %l:%M:%S %P %z"
}
|