/usr/share/tcltk/tcl8.6/msgs/eo.msg is in libtcl8.6 8.6.1-4ubuntu1.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | # created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset eo DAYS_OF_WEEK_ABBREV [list \
"di"\
"lu"\
"ma"\
"me"\
"\u0135a"\
"ve"\
"sa"]
::msgcat::mcset eo DAYS_OF_WEEK_FULL [list \
"diman\u0109o"\
"lundo"\
"mardo"\
"merkredo"\
"\u0135a\u016ddo"\
"vendredo"\
"sabato"]
::msgcat::mcset eo MONTHS_ABBREV [list \
"jan"\
"feb"\
"mar"\
"apr"\
"maj"\
"jun"\
"jul"\
"a\u016dg"\
"sep"\
"okt"\
"nov"\
"dec"\
""]
::msgcat::mcset eo MONTHS_FULL [list \
"januaro"\
"februaro"\
"marto"\
"aprilo"\
"majo"\
"junio"\
"julio"\
"a\u016dgusto"\
"septembro"\
"oktobro"\
"novembro"\
"decembro"\
""]
::msgcat::mcset eo BCE "aK"
::msgcat::mcset eo CE "pK"
::msgcat::mcset eo AM "atm"
::msgcat::mcset eo PM "ptm"
::msgcat::mcset eo DATE_FORMAT "%Y-%b-%d"
::msgcat::mcset eo TIME_FORMAT "%H:%M:%S"
::msgcat::mcset eo DATE_TIME_FORMAT "%Y-%b-%d %H:%M:%S %z"
}
|