/usr/share/tcltk/tcl8.5/msgs/sq.msg is in libtcl8.5 8.5.19-1.
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 sq DAYS_OF_WEEK_ABBREV [list \
"Die"\
"H\u00ebn"\
"Mar"\
"M\u00ebr"\
"Enj"\
"Pre"\
"Sht"]
::msgcat::mcset sq DAYS_OF_WEEK_FULL [list \
"e diel"\
"e h\u00ebn\u00eb"\
"e mart\u00eb"\
"e m\u00ebrkur\u00eb"\
"e enjte"\
"e premte"\
"e shtun\u00eb"]
::msgcat::mcset sq MONTHS_ABBREV [list \
"Jan"\
"Shk"\
"Mar"\
"Pri"\
"Maj"\
"Qer"\
"Kor"\
"Gsh"\
"Sht"\
"Tet"\
"N\u00ebn"\
"Dhj"\
""]
::msgcat::mcset sq MONTHS_FULL [list \
"janar"\
"shkurt"\
"mars"\
"prill"\
"maj"\
"qershor"\
"korrik"\
"gusht"\
"shtator"\
"tetor"\
"n\u00ebntor"\
"dhjetor"\
""]
::msgcat::mcset sq BCE "p.e.r."
::msgcat::mcset sq CE "n.e.r."
::msgcat::mcset sq AM "PD"
::msgcat::mcset sq PM "MD"
::msgcat::mcset sq DATE_FORMAT "%Y-%m-%d"
::msgcat::mcset sq TIME_FORMAT_12 "%l:%M:%S.%P"
::msgcat::mcset sq DATE_TIME_FORMAT "%Y-%m-%d %l:%M:%S.%P %z"
}
|