/usr/share/tcltk/tcl8.5/msgs/he.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 | # created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset he DAYS_OF_WEEK_ABBREV [list \
"\u05d0"\
"\u05d1"\
"\u05d2"\
"\u05d3"\
"\u05d4"\
"\u05d5"\
"\u05e9"]
::msgcat::mcset he DAYS_OF_WEEK_FULL [list \
"\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df"\
"\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9"\
"\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9"\
"\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9"\
"\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9"\
"\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9"\
"\u05e9\u05d1\u05ea"]
::msgcat::mcset he MONTHS_ABBREV [list \
"\u05d9\u05e0\u05d5"\
"\u05e4\u05d1\u05e8"\
"\u05de\u05e8\u05e5"\
"\u05d0\u05e4\u05e8"\
"\u05de\u05d0\u05d9"\
"\u05d9\u05d5\u05e0"\
"\u05d9\u05d5\u05dc"\
"\u05d0\u05d5\u05d2"\
"\u05e1\u05e4\u05d8"\
"\u05d0\u05d5\u05e7"\
"\u05e0\u05d5\u05d1"\
"\u05d3\u05e6\u05de"\
""]
::msgcat::mcset he MONTHS_FULL [list \
"\u05d9\u05e0\u05d5\u05d0\u05e8"\
"\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8"\
"\u05de\u05e8\u05e5"\
"\u05d0\u05e4\u05e8\u05d9\u05dc"\
"\u05de\u05d0\u05d9"\
"\u05d9\u05d5\u05e0\u05d9"\
"\u05d9\u05d5\u05dc\u05d9"\
"\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8"\
"\u05e1\u05e4\u05d8\u05de\u05d1\u05e8"\
"\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8"\
"\u05e0\u05d5\u05d1\u05de\u05d1\u05e8"\
"\u05d3\u05e6\u05de\u05d1\u05e8"\
""]
::msgcat::mcset he BCE "\u05dc\u05e1\u05d4\u0022\u05e0"
::msgcat::mcset he CE "\u05dc\u05e4\u05e1\u05d4\u0022\u05e0"
::msgcat::mcset he DATE_FORMAT "%d/%m/%Y"
::msgcat::mcset he TIME_FORMAT "%H:%M:%S"
::msgcat::mcset he DATE_TIME_FORMAT "%d/%m/%Y %H:%M:%S %z"
}
|