/usr/share/tcltk/tcl8.5/msgs/kok.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 kok DAYS_OF_WEEK_FULL [list \
"\u0906\u0926\u093f\u0924\u094d\u092f\u0935\u093e\u0930"\
"\u0938\u094b\u092e\u0935\u093e\u0930"\
"\u092e\u0902\u0917\u0933\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 kok MONTHS_ABBREV [list \
"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940"\
"\u092b\u0947\u092c\u0943\u0935\u093e\u0930\u0940"\
"\u092e\u093e\u0930\u094d\u091a"\
"\u090f\u092a\u094d\u0930\u093f\u0932"\
"\u092e\u0947"\
"\u091c\u0942\u0928"\
"\u091c\u0941\u0932\u0948"\
"\u0913\u0917\u0938\u094d\u091f"\
"\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930"\
"\u0913\u0915\u094d\u091f\u094b\u092c\u0930"\
"\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930"\
"\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]
::msgcat::mcset kok MONTHS_FULL [list \
"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940"\
"\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940"\
"\u092e\u093e\u0930\u094d\u091a"\
"\u090f\u092a\u094d\u0930\u093f\u0932"\
"\u092e\u0947"\
"\u091c\u0942\u0928"\
"\u091c\u0941\u0932\u0948"\
"\u0913\u0917\u0938\u094d\u091f"\
"\u0938\u0947\u092a\u094d\u091f\u0947\u0902\u092c\u0930"\
"\u0913\u0915\u094d\u091f\u094b\u092c\u0930"\
"\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930"\
"\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]
::msgcat::mcset kok AM "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u092a\u0942\u0930\u094d\u0935"
::msgcat::mcset kok PM "\u0915\u094d\u0930\u093f\u0938\u094d\u0924\u0936\u0916\u093e"
}
|