Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/lib/tcl/msgs/id.msg

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
    ::msgcat::mcset id DAYS_OF_WEEK_ABBREV [list \
        "Min"\
        "Sen"\
        "Sel"\
        "Rab"\
        "Kam"\
        "Jum"\
        "Sab"]
    ::msgcat::mcset id DAYS_OF_WEEK_FULL [list \
        "Minggu"\
        "Senin"\
        "Selasa"\
        "Rabu"\
        "Kamis"\
        "Jumat"\
        "Sabtu"]
    ::msgcat::mcset id MONTHS_ABBREV [list \
        "Jan"\
        "Peb"\
        "Mar"\
        "Apr"\
        "Mei"\
        "Jun"\
        "Jul"\
        "Agu"\
        "Sep"\
        "Okt"\
        "Nov"\
        "Des"\
        ""]
    ::msgcat::mcset id MONTHS_FULL [list \
        "Januari"\
        "Pebruari"\
        "Maret"\
        "April"\
        "Mei"\
        "Juni"\
        "Juli"\
        "Agustus"\
        "September"\
        "Oktober"\
        "November"\
        "Desember"\
        ""]
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.