Last change
on this file since 5590 was
5167,
checked in by rgrieder, 16 years ago
|
added svn property svn:eol-style native to all tcl files
|
-
Property svn:eol-style set to
native
|
File size:
978 bytes
|
Line | |
---|
1 | # created by tools/loadICU.tcl -- do not edit |
---|
2 | namespace eval ::tcl::clock { |
---|
3 | ::msgcat::mcset kl DAYS_OF_WEEK_ABBREV [list \ |
---|
4 | "sab"\ |
---|
5 | "ata"\ |
---|
6 | "mar"\ |
---|
7 | "pin"\ |
---|
8 | "sis"\ |
---|
9 | "tal"\ |
---|
10 | "arf"] |
---|
11 | ::msgcat::mcset kl DAYS_OF_WEEK_FULL [list \ |
---|
12 | "sabaat"\ |
---|
13 | "ataasinngorneq"\ |
---|
14 | "marlunngorneq"\ |
---|
15 | "pingasunngorneq"\ |
---|
16 | "sisamanngorneq"\ |
---|
17 | "tallimanngorneq"\ |
---|
18 | "arfininngorneq"] |
---|
19 | ::msgcat::mcset kl MONTHS_ABBREV [list \ |
---|
20 | "jan"\ |
---|
21 | "feb"\ |
---|
22 | "mar"\ |
---|
23 | "apr"\ |
---|
24 | "maj"\ |
---|
25 | "jun"\ |
---|
26 | "jul"\ |
---|
27 | "aug"\ |
---|
28 | "sep"\ |
---|
29 | "okt"\ |
---|
30 | "nov"\ |
---|
31 | "dec"\ |
---|
32 | ""] |
---|
33 | ::msgcat::mcset kl MONTHS_FULL [list \ |
---|
34 | "januari"\ |
---|
35 | "februari"\ |
---|
36 | "martsi"\ |
---|
37 | "aprili"\ |
---|
38 | "maji"\ |
---|
39 | "juni"\ |
---|
40 | "juli"\ |
---|
41 | "augustusi"\ |
---|
42 | "septemberi"\ |
---|
43 | "oktoberi"\ |
---|
44 | "novemberi"\ |
---|
45 | "decemberi"\ |
---|
46 | ""] |
---|
47 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.