Remove fixed length restrictions and padding

This commit is contained in:
Andrey A. Chernov 2001-03-21 22:54:44 +00:00
parent d77052e5fa
commit 3b690f8902
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74606
41 changed files with 337 additions and 404 deletions

View File

@ -38,13 +38,13 @@ prosince
#
# Short weekdays names
#
ne
po
út
st
čt
so
ne
po
út
st
čt
so
#
# Long weekdays names
#

View File

@ -38,13 +38,13 @@ prosince
#
# Short weekdays names
#
ne
po
út
st
čt
so
ne
po
út
st
čt
so
#
# Long weekdays names
#

View File

@ -34,7 +34,7 @@ November
December
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
Søn
Man
Tir

View File

@ -34,7 +34,7 @@ November
December
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
Søn
Man
Tir

View File

@ -34,14 +34,14 @@ November
Dezember
#
# Short weekdays names
# (padded with a space to conform with other languages)
So
Mo
Di
Mi
Do
Fr
Sa
#
So
Mo
Di
Mi
Do
Fr
Sa
#
# Long weekdays names
#

View File

@ -34,14 +34,14 @@ November
Dezember
#
# Short weekdays names
# (padded with a space to conform with other languages)
So
Mo
Di
Mi
Do
Fr
Sa
#
So
Mo
Di
Mi
Do
Fr
Sa
#
# Long weekdays names
#

View File

@ -34,14 +34,14 @@ November
Dezember
#
# Short weekdays names
# (padded with a space to conform with other languages)
So
Mo
Di
Mi
Do
Fr
Sa
#
So
Mo
Di
Mi
Do
Fr
Sa
#
# Long weekdays names
#

View File

@ -34,14 +34,14 @@ November
Dezember
#
# Short weekdays names
# (padded with a space to conform with other languages)
So
Mo
Di
Mi
Do
Fr
Sa
#
So
Mo
Di
Mi
Do
Fr
Sa
#
# Long weekdays names
#

View File

@ -5,36 +5,18 @@
#
# Short month names
#
#jaan
#veebr
#märts
#apr
#mai
#juuni
#juuli
#aug
#sept
#okt
#nov
#dets
#
# For now, we'll be forced to 3 chars long month name abbreviations.
# Authoritative sources say that Estonian language can not use three
# chars long month name abbreviations. We'll be forced to numeric
# representation until current implementation deficiency will be fixed.
#
01
02
03
04
05
06
07
08
09
10
11
12
jaan
veebr
märts
apr
mai
juuni
juuli
aug
sept
okt
nov
dets
#
# Long month names
#
@ -52,14 +34,14 @@ november
detsember
#
# Short weekday names
# (padded with a space to conform with other languages)
P
E
T
K
N
R
L
#
P
E
T
K
N
R
L
#
# Long weekday names
#

View File

@ -5,36 +5,18 @@
#
# Short month names
#
#jaan
#veebr
#märts
#apr
#mai
#juuni
#juuli
#aug
#sept
#okt
#nov
#dets
#
# For now, we'll be forced to 3 chars long month name abbreviations.
# Authoritative sources say that Estonian language can not use three
# chars long month name abbreviations. We'll be forced to numeric
# representation until current implementation deficiency will be fixed.
#
01
02
03
04
05
06
07
08
09
10
11
12
jaan
veebr
märts
apr
mai
juuni
juuli
aug
sept
okt
nov
dets
#
# Long month names
#
@ -52,14 +34,14 @@ november
detsember
#
# Short weekday names
# (padded with a space to conform with other languages)
P
E
T
K
N
R
L
#
P
E
T
K
N
R
L
#
# Long weekday names
#

View File

@ -33,14 +33,14 @@ Marraskuu
Joulukuu
#
# Short weekday names
# (padded with a space to conform with other languages)
Su
Ma
Ti
Ke
To
Pe
La
#
Su
Ma
Ti
Ke
To
Pe
La
#
# Long weekday names
#

View File

@ -33,14 +33,14 @@ Marraskuu
Joulukuu
#
# Short weekday names
# (padded with a space to conform with other languages)
Su
Ma
Ti
Ke
To
Pe
La
#
Su
Ma
Ti
Ke
To
Pe
La
#
# Long weekday names
#

View File

@ -67,7 +67,7 @@ Samedi
#
# am
#
#
# pm
#

View File

@ -67,7 +67,7 @@ Samedi
#
# am
#
#
# pm
#

View File

@ -34,14 +34,14 @@ Studeni
Prosinac
#
# Short weekdays names
# (padded with a space to conform with other languages)
Ne
Po
Ut
Sr
Èe
Pe
Su
#
Ne
Po
Ut
Sr
Èe
Pe
Su
#
# Long weekdays names
#

View File

@ -34,14 +34,14 @@ Studeni
Prosinac
#
# Short weekdays names
# (padded with a space to conform with other languages)
Ne
Po
Ut
Sr
Èe
Pe
Su
#
Ne
Po
Ut
Sr
Èe
Pe
Su
#
# Long weekdays names
#

View File

@ -33,7 +33,6 @@ November
December
#
# Short weekday names
# (padded with spaces to comform with other languages)
#
Vas
Hét

View File

@ -33,7 +33,6 @@ November
December
#
# Short weekday names
# (padded with spaces to comform with other languages)
#
Vas
Hét

View File

@ -4,19 +4,18 @@
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -35,15 +34,13 @@
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
#
# Long weekday names
#
@ -71,13 +68,11 @@
#
# am
#
# it must be 2 char
#¸áÁ°
AM
#
# pm
#
# it must be 2 char
#¸á¸å
PM
#

View File

@ -3,20 +3,18 @@
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -35,15 +33,13 @@
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
#
# Long weekday names
#
@ -71,13 +67,11 @@
#
# am
#
# it must be 2 char
#ΧO
AM
#
# pm
#
# it must be 2 char
#Χ΋
PM
#

View File

@ -4,19 +4,18 @@
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -35,15 +34,13 @@
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
#
# Long weekday names
#
@ -71,13 +68,11 @@
#
# am
#
# it must be 2 char
#¸áÁ°
AM
#
# pm
#
# it must be 2 char
#¸á¸å
PM
#

View File

@ -7,19 +7,18 @@
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -38,15 +37,13 @@
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
#
# Long weekday names
#
@ -74,13 +71,11 @@
#
# am
#
# it must be 2 char
#오전
AM
#
# pm
#
# it must be 2 char
#오후
PM
#

View File

@ -7,19 +7,18 @@
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -38,15 +37,13 @@
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
#
# Long weekday names
#
@ -74,13 +71,11 @@
#
# am
#
# it must be 2 char
#오전
AM
#
# pm
#
# it must be 2 char
#오후
PM
#

View File

@ -33,14 +33,14 @@ lapkri
gruod¾io
#
# Short weekday names
# (padded with a space to conform with other languages)
Sk
Pr
An
Tr
Kt
Pn
©t
#
Sk
Pr
An
Tr
Kt
Pn
©t
#
# Long weekday names
#
@ -66,11 +66,11 @@ Penktadienis
#
# am
#
#
# pm
#
#
# date_fmt
#

View File

@ -33,14 +33,14 @@ lapkri
gruod¾io
#
# Short weekday names
# (padded with a space to conform with other languages)
Sk
Pr
An
Tr
Kt
Pn
©t
#
Sk
Pr
An
Tr
Kt
Pn
©t
#
# Long weekday names
#
@ -66,11 +66,11 @@ Penktadienis
#
# am
#
#
# pm
#
#
# date_fmt
#

View File

@ -34,14 +34,13 @@ november
december
#
# Short weekday names
# (padded with a space to conform with other languages)
zo
ma
di
wo
do
vr
za
zo
ma
di
wo
do
vr
za
#
# Long weekday names
#

View File

@ -34,14 +34,13 @@ november
december
#
# Short weekday names
# (padded with a space to conform with other languages)
zo
ma
di
wo
do
vr
za
zo
ma
di
wo
do
vr
za
#
# Long weekday names
#

View File

@ -34,7 +34,7 @@ november
desember
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
søn
man
tir

View File

@ -34,7 +34,7 @@ november
desember
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
søn
man
tir

View File

@ -35,7 +35,7 @@ Novembro
Dezembro
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
Dom
Seg
Ter
@ -68,7 +68,7 @@ S
#
# am
#
#
# pm
#

View File

@ -35,7 +35,7 @@ Novembro
Dezembro
#
# Short weekdays names
# (padded with a space to conform with other languages)
#
Dom
Seg
Ter
@ -68,7 +68,7 @@ S
#
# am
#
#
# pm
#

View File

@ -35,13 +35,13 @@
#
# Short weekdays names
#
Ђс
Џ­
Ђт
ср
чт
Џт
сЁ
Ђс
Џ­
Ђт
ср
чт
Џт
сЁ
#
# Long weekdays names
#
@ -67,7 +67,7 @@
#
# am
#
#
# pm
#

View File

@ -35,13 +35,13 @@
#
# Short weekdays names
#
вс
пн
вт
ср
чт
пт
сб
вс
пн
вт
ср
чт
пт
сб
#
# Long weekdays names
#
@ -67,7 +67,7 @@
#
# am
#
#
# pm
#

View File

@ -35,13 +35,13 @@
#
# Short weekdays names
#
вс
пн
вт
ср
чт
пт
сб
вс
пн
вт
ср
чт
пт
сб
#
# Long weekdays names
#
@ -67,7 +67,7 @@
#
# am
#
#
# pm
#

View File

@ -35,13 +35,13 @@
#
# Short weekdays names
#
#
# Long weekdays names
#
@ -67,7 +67,7 @@
#
# am
#
#
# pm
#

View File

@ -33,7 +33,7 @@ November
December
#
# Short weekday names
# (padded with a space to conform with other languages)
#
Sön
Mån
Tis

View File

@ -33,7 +33,7 @@ November
December
#
# Short weekday names
# (padded with a space to conform with other languages)
#
Sön
Mån
Tis

View File

@ -35,13 +35,13 @@
#
# Short weekdays names
#
#
# Long weekdays names
#
@ -67,7 +67,7 @@
#
# am
#
#
# pm
#

View File

@ -5,15 +5,15 @@
#
# Short month names
#
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9
10
11
12

View File

@ -5,15 +5,15 @@
#
# Short month names
#
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9
10
11
12

View File

@ -4,19 +4,18 @@
# WARNING: empty lines are essential too
#
# Short month names
# It should be 3 characters. Add a space char at the beginning of every line.
1
2
3
4
5
6
7
8
9
10
11
12
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
@ -34,14 +33,14 @@
12¤ë
#
# Short weekday names
# 3 char too, add a space char at the ending of every line.
#
#
# Long weekday names
#