summaryrefslogtreecommitdiffstats
path: root/tcl8.6/library/msgs/hu.msg
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-22 18:51:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-22 18:51:12 (GMT)
commit3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7 (patch)
tree69afbb41089c8358615879f7cd3c4cf7997f4c7e /tcl8.6/library/msgs/hu.msg
parenta0e17db23c0fd7c771c0afce8cce350c98f90b02 (diff)
downloadblt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.zip
blt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.tar.gz
blt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.tar.bz2
update to tcl/tk 8.6.7
Diffstat (limited to 'tcl8.6/library/msgs/hu.msg')
-rw-r--r--tcl8.6/library/msgs/hu.msg54
1 files changed, 0 insertions, 54 deletions
diff --git a/tcl8.6/library/msgs/hu.msg b/tcl8.6/library/msgs/hu.msg
deleted file mode 100644
index e5e68d9..0000000
--- a/tcl8.6/library/msgs/hu.msg
+++ /dev/null
@@ -1,54 +0,0 @@
-# created by tools/loadICU.tcl -- do not edit
-namespace eval ::tcl::clock {
- ::msgcat::mcset hu DAYS_OF_WEEK_ABBREV [list \
- "V"\
- "H"\
- "K"\
- "Sze"\
- "Cs"\
- "P"\
- "Szo"]
- ::msgcat::mcset hu DAYS_OF_WEEK_FULL [list \
- "vas\u00e1rnap"\
- "h\u00e9tf\u0151"\
- "kedd"\
- "szerda"\
- "cs\u00fct\u00f6rt\u00f6k"\
- "p\u00e9ntek"\
- "szombat"]
- ::msgcat::mcset hu MONTHS_ABBREV [list \
- "jan."\
- "febr."\
- "m\u00e1rc."\
- "\u00e1pr."\
- "m\u00e1j."\
- "j\u00fan."\
- "j\u00fal."\
- "aug."\
- "szept."\
- "okt."\
- "nov."\
- "dec."\
- ""]
- ::msgcat::mcset hu MONTHS_FULL [list \
- "janu\u00e1r"\
- "febru\u00e1r"\
- "m\u00e1rcius"\
- "\u00e1prilis"\
- "m\u00e1jus"\
- "j\u00fanius"\
- "j\u00falius"\
- "augusztus"\
- "szeptember"\
- "okt\u00f3ber"\
- "november"\
- "december"\
- ""]
- ::msgcat::mcset hu BCE "i.e."
- ::msgcat::mcset hu CE "i.u."
- ::msgcat::mcset hu AM "DE"
- ::msgcat::mcset hu PM "DU"
- ::msgcat::mcset hu DATE_FORMAT "%Y.%m.%d."
- ::msgcat::mcset hu TIME_FORMAT "%k:%M:%S"
- ::msgcat::mcset hu DATE_TIME_FORMAT "%Y.%m.%d. %k:%M:%S %z"
-}