annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/tcl8.6/msgs/lv.msg @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 # created by tools/loadICU.tcl -- do not edit
jpayne@68 2 namespace eval ::tcl::clock {
jpayne@68 3 ::msgcat::mcset lv DAYS_OF_WEEK_ABBREV [list \
jpayne@68 4 "Sv"\
jpayne@68 5 "P"\
jpayne@68 6 "O"\
jpayne@68 7 "T"\
jpayne@68 8 "C"\
jpayne@68 9 "Pk"\
jpayne@68 10 "S"]
jpayne@68 11 ::msgcat::mcset lv DAYS_OF_WEEK_FULL [list \
jpayne@68 12 "sv\u0113tdiena"\
jpayne@68 13 "pirmdiena"\
jpayne@68 14 "otrdiena"\
jpayne@68 15 "tre\u0161diena"\
jpayne@68 16 "ceturdien"\
jpayne@68 17 "piektdiena"\
jpayne@68 18 "sestdiena"]
jpayne@68 19 ::msgcat::mcset lv MONTHS_ABBREV [list \
jpayne@68 20 "Jan"\
jpayne@68 21 "Feb"\
jpayne@68 22 "Mar"\
jpayne@68 23 "Apr"\
jpayne@68 24 "Maijs"\
jpayne@68 25 "J\u016bn"\
jpayne@68 26 "J\u016bl"\
jpayne@68 27 "Aug"\
jpayne@68 28 "Sep"\
jpayne@68 29 "Okt"\
jpayne@68 30 "Nov"\
jpayne@68 31 "Dec"\
jpayne@68 32 ""]
jpayne@68 33 ::msgcat::mcset lv MONTHS_FULL [list \
jpayne@68 34 "janv\u0101ris"\
jpayne@68 35 "febru\u0101ris"\
jpayne@68 36 "marts"\
jpayne@68 37 "apr\u012blis"\
jpayne@68 38 "maijs"\
jpayne@68 39 "j\u016bnijs"\
jpayne@68 40 "j\u016blijs"\
jpayne@68 41 "augusts"\
jpayne@68 42 "septembris"\
jpayne@68 43 "oktobris"\
jpayne@68 44 "novembris"\
jpayne@68 45 "decembris"\
jpayne@68 46 ""]
jpayne@68 47 ::msgcat::mcset lv BCE "pm\u0113"
jpayne@68 48 ::msgcat::mcset lv CE "m\u0113"
jpayne@68 49 ::msgcat::mcset lv DATE_FORMAT "%Y.%e.%m"
jpayne@68 50 ::msgcat::mcset lv TIME_FORMAT "%H:%M:%S"
jpayne@68 51 ::msgcat::mcset lv DATE_TIME_FORMAT "%Y.%e.%m %H:%M:%S %z"
jpayne@68 52 }