/usr/share/tcltk/tcl8.5/msgs/hi.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 28 29 30 31 32 33 34 35 36 37 38 39 | # created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset hi DAYS_OF_WEEK_FULL [list \
"\u0930\u0935\u093f\u0935\u093e\u0930"\
"\u0938\u094b\u092e\u0935\u093e\u0930"\
"\u092e\u0902\u0917\u0932\u0935\u093e\u0930"\
"\u092c\u0941\u0927\u0935\u093e\u0930"\
"\u0917\u0941\u0930\u0941\u0935\u093e\u0930"\
"\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930"\
"\u0936\u0928\u093f\u0935\u093e\u0930"]
::msgcat::mcset hi MONTHS_ABBREV [list \
"\u091c\u0928\u0935\u0930\u0940"\
"\u092b\u093c\u0930\u0935\u0930\u0940"\
"\u092e\u093e\u0930\u094d\u091a"\
"\u0905\u092a\u094d\u0930\u0947\u0932"\
"\u092e\u0908"\
"\u091c\u0942\u0928"\
"\u091c\u0941\u0932\u093e\u0908"\
"\u0905\u0917\u0938\u094d\u0924"\
"\u0938\u093f\u0924\u092e\u094d\u092c\u0930"\
"\u0905\u0915\u094d\u091f\u0942\u092c\u0930"\
"\u0928\u0935\u092e\u094d\u092c\u0930"\
"\u0926\u093f\u0938\u092e\u094d\u092c\u0930"]
::msgcat::mcset hi MONTHS_FULL [list \
"\u091c\u0928\u0935\u0930\u0940"\
"\u092b\u093c\u0930\u0935\u0930\u0940"\
"\u092e\u093e\u0930\u094d\u091a"\
"\u0905\u092a\u094d\u0930\u0947\u0932"\
"\u092e\u0908"\
"\u091c\u0942\u0928"\
"\u091c\u0941\u0932\u093e\u0908"\
"\u0905\u0917\u0938\u094d\u0924"\
"\u0938\u093f\u0924\u092e\u094d\u092c\u0930"\
"\u0905\u0915\u094d\u091f\u0942\u092c\u0930"\
"\u0928\u0935\u092e\u094d\u092c\u0930"\
"\u0926\u093f\u0938\u092e\u094d\u092c\u0930"]
::msgcat::mcset hi AM "\u0908\u0938\u093e\u092a\u0942\u0930\u094d\u0935"
::msgcat::mcset hi PM "."
}
|