mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
Merge
This commit is contained in:
commit
675d878cfc
@ -63,7 +63,7 @@ public class FormatData_be extends ListResourceBundle {
|
||||
"\u0436\u043d\u0456\u045e\u043d\u044f", // august
|
||||
"\u0432\u0435\u0440\u0430\u0441\u043d\u044f", // september
|
||||
"\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430", // october
|
||||
"\u043b\u0438\u0441\u0442\u0430\u043f\u0430\u0434\u0430", // november
|
||||
"\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430", // november
|
||||
"\u0441\u043d\u0435\u0436\u043d\u044f", // december
|
||||
"" // month 13 if applicable
|
||||
}
|
||||
@ -80,7 +80,7 @@ public class FormatData_be extends ListResourceBundle {
|
||||
"\u0436\u043d\u0432", // abb august
|
||||
"\u0432\u0440\u0441", // abb september
|
||||
"\u043a\u0441\u0442", // abb october
|
||||
"\u043b\u0441\u0442", // abb november
|
||||
"\u043b\u0456\u0441", // abb november
|
||||
"\u0441\u043d\u0436", // abb december
|
||||
"" // abb month 13 if applicable
|
||||
}
|
||||
|
||||
@ -130,7 +130,7 @@ public class FormatData_de extends ListResourceBundle {
|
||||
},
|
||||
{ "DateTimePatterns",
|
||||
new String[] {
|
||||
"H.mm' Uhr 'z", // full time pattern
|
||||
"HH:mm' Uhr 'z", // full time pattern
|
||||
"HH:mm:ss z", // long time pattern
|
||||
"HH:mm:ss", // medium time pattern
|
||||
"HH:mm", // short time pattern
|
||||
|
||||
@ -50,35 +50,35 @@ public class FormatData_et extends ListResourceBundle {
|
||||
return new Object[][] {
|
||||
{ "MonthNames",
|
||||
new String[] {
|
||||
"Jaanuar", // january
|
||||
"Veebruar", // february
|
||||
"M\u00e4rts", // march
|
||||
"Aprill", // april
|
||||
"Mai", // may
|
||||
"Juuni", // june
|
||||
"Juuli", // july
|
||||
"August", // august
|
||||
"September", // september
|
||||
"Oktoober", // october
|
||||
"November", // november
|
||||
"Detsember", // december
|
||||
"jaanuar", // january
|
||||
"veebruar", // february
|
||||
"m\u00e4rts", // march
|
||||
"aprill", // april
|
||||
"mai", // may
|
||||
"juuni", // june
|
||||
"juuli", // july
|
||||
"august", // august
|
||||
"september", // september
|
||||
"oktoober", // october
|
||||
"november", // november
|
||||
"detsember", // december
|
||||
"" // month 13 if applicable
|
||||
}
|
||||
},
|
||||
{ "MonthAbbreviations",
|
||||
new String[] {
|
||||
"Jaan", // abb january
|
||||
"Veebr", // abb february
|
||||
"M\u00e4rts", // abb march
|
||||
"Apr", // abb april
|
||||
"Mai", // abb may
|
||||
"Juuni", // abb june
|
||||
"Juuli", // abb july
|
||||
"Aug", // abb august
|
||||
"Sept", // abb september
|
||||
"Okt", // abb october
|
||||
"Nov", // abb november
|
||||
"Dets", // abb december
|
||||
"jaan", // abb january
|
||||
"veebr", // abb february
|
||||
"m\u00e4rts", // abb march
|
||||
"apr", // abb april
|
||||
"mai", // abb may
|
||||
"juuni", // abb june
|
||||
"juuli", // abb july
|
||||
"aug", // abb august
|
||||
"sept", // abb september
|
||||
"okt", // abb october
|
||||
"nov", // abb november
|
||||
"dets", // abb december
|
||||
"" // abb month 13 if applicable
|
||||
}
|
||||
},
|
||||
|
||||
@ -133,6 +133,12 @@ public class FormatData_fi extends ListResourceBundle {
|
||||
}
|
||||
},
|
||||
{ "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
|
||||
{ "AmPmMarkers",
|
||||
new String[] {
|
||||
"ap.", // am marker
|
||||
"ip." // pm marker
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@ -55,6 +55,19 @@ public class FormatData_hr_HR extends ListResourceBundle {
|
||||
"#,##0%" // percent pattern
|
||||
}
|
||||
},
|
||||
{ "DateTimePatterns",
|
||||
new String[] {
|
||||
"HH:mm:ss z", // full time pattern
|
||||
"HH:mm:ss z", // long time pattern
|
||||
"HH:mm:ss", // medium time pattern
|
||||
"HH:mm", // short time pattern
|
||||
"yyyy. MMMM dd", // full date pattern
|
||||
"yyyy. MMMM dd", // long date pattern
|
||||
"dd.MM.yyyy.", // medium date pattern
|
||||
"dd.MM.yy.", // short date pattern
|
||||
"{1} {0}" // date-time pattern
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@ -51,7 +51,7 @@ public class FormatData_hu_HU extends ListResourceBundle {
|
||||
{ "NumberPatterns",
|
||||
new String[] {
|
||||
"#,##0.###;-#,##0.###", // decimal pattern
|
||||
"\u00A4#,##0.##;-\u00A4#,##0.##", // currency pattern
|
||||
"#,##0.## \u00A4;-#,##0.## \u00A4", // currency pattern
|
||||
"#,##0%" // percent pattern
|
||||
}
|
||||
},
|
||||
|
||||
@ -113,7 +113,7 @@ public class FormatData_lt extends ListResourceBundle {
|
||||
{ "NumberElements",
|
||||
new String[] {
|
||||
",", // decimal separator
|
||||
".", // group (thousands) separator
|
||||
"\u00a0", // group (thousands) separator
|
||||
";", // list separator
|
||||
"%", // percent sign
|
||||
"0", // native 0 digit
|
||||
@ -133,7 +133,7 @@ public class FormatData_lt extends ListResourceBundle {
|
||||
"HH.mm", // short time pattern
|
||||
"EEEE, yyyy, MMMM d", // full date pattern
|
||||
"EEEE, yyyy, MMMM d", // long date pattern
|
||||
"yyyy.M.d", // medium date pattern
|
||||
"yyyy-MM-dd", // medium date pattern
|
||||
"yy.M.d", // short date pattern
|
||||
"{1} {0}" // date-time pattern
|
||||
}
|
||||
|
||||
@ -90,7 +90,7 @@ public class FormatData_ro extends ListResourceBundle {
|
||||
"miercuri", // Wednesday
|
||||
"joi", // Thursday
|
||||
"vineri", // Friday
|
||||
"s\u00eemb\u0103t\u0103" // Saturday
|
||||
"s\u00e2mb\u0103t\u0103" // Saturday
|
||||
}
|
||||
},
|
||||
{ "DayAbbreviations",
|
||||
|
||||
@ -113,7 +113,7 @@ public class FormatData_uk extends ListResourceBundle {
|
||||
{ "NumberElements",
|
||||
new String[] {
|
||||
",", // decimal separator
|
||||
".", // group (thousands) separator
|
||||
"\u00a0", // group (thousands) separator
|
||||
";", // list separator
|
||||
"%", // percent sign
|
||||
"0", // native 0 digit
|
||||
|
||||
@ -35,9 +35,5 @@
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
|
||||
# This bundle is empty because the data of the base bundle
|
||||
# is adequate for this locale.
|
||||
# The bundle is necessary to prevent the resource
|
||||
# bundle lookup from falling back to the default
|
||||
# locale.
|
||||
firstDayOfWeek=2
|
||||
minimalDaysInFirstWeek=1
|
||||
|
||||
@ -36,8 +36,4 @@
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
|
||||
# This bundle is empty because the data of the base bundle
|
||||
# is adequate for this locale.
|
||||
# The bundle is necessary to prevent the resource
|
||||
# bundle lookup from falling back to the default
|
||||
# locale.
|
||||
firstDayOfWeek=2
|
||||
|
||||
@ -36,3 +36,4 @@
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
CAD=$
|
||||
USD=US$
|
||||
|
||||
@ -36,4 +36,4 @@
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
TRL=TL
|
||||
TRY=YTL
|
||||
TRY=TL
|
||||
|
||||
@ -35,4 +35,4 @@
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
UAH=\u0433\u0440\u0432.
|
||||
UAH=\u0433\u0440\u043b.
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
# language names
|
||||
# key is ISO 639 language code
|
||||
|
||||
aa=afarense
|
||||
aa=afar
|
||||
ab=abjasio
|
||||
ae=av\u00e9stico
|
||||
af=afrikaans
|
||||
@ -47,16 +47,16 @@ am=am\u00e1rico
|
||||
an=aragon\u00e9s
|
||||
ar=\u00e1rabe
|
||||
as=asam\u00e9s
|
||||
av=avaro
|
||||
av=avar
|
||||
ay=aimara
|
||||
az=azerbaiyano
|
||||
ba=bashkiro
|
||||
az=azer\u00ed
|
||||
ba=bashkir
|
||||
be=bielorruso
|
||||
bg=b\u00falgaro
|
||||
bh=bihar\u00ed
|
||||
bh=bihari
|
||||
bi=bislama
|
||||
bm=bambara
|
||||
bn=bengal\u00e9s
|
||||
bn=bengal\u00ed
|
||||
bo=tibetano
|
||||
br=bret\u00f3n
|
||||
bs=bosnio
|
||||
@ -66,37 +66,37 @@ ch=chamorro
|
||||
co=corso
|
||||
cr=cree
|
||||
cs=checo
|
||||
cu=glagol\u00edtico
|
||||
cu=eslavo eclesi\u00e1stico
|
||||
cv=chuvash
|
||||
cy=gal\u00e9s
|
||||
da=dan\u00e9s
|
||||
de=alem\u00e1n
|
||||
dv=divehi
|
||||
dz=butan\u00e9s
|
||||
dz=dzongkha
|
||||
ee=ewe
|
||||
el=griego
|
||||
en=ingl\u00e9s
|
||||
eo=esperanto
|
||||
es=espa\u00f1ol
|
||||
et=estonio
|
||||
eu=vascuence
|
||||
fa=farsi
|
||||
ff=fulb\u00e9
|
||||
eu=vasco
|
||||
fa=persa
|
||||
ff=fula
|
||||
fi=fin\u00e9s
|
||||
fj=fijiano
|
||||
fo=faro\u00e9s
|
||||
fj=fidjiano
|
||||
fo=fero\u00e9s
|
||||
fr=franc\u00e9s
|
||||
fy=frisio
|
||||
fy=fris\u00f3n
|
||||
ga=irland\u00e9s
|
||||
gd=ga\u00e9lico escoc\u00e9s
|
||||
gl=gallego
|
||||
gn=guaran\u00ed
|
||||
gu=gujarat\u00ed
|
||||
gv=manx
|
||||
gu=gujarati
|
||||
gv=ga\u00e9lico man\u00e9s
|
||||
ha=hausa
|
||||
he=hebreo
|
||||
hi=hind\u00fa
|
||||
ho=hiri Motu
|
||||
hi=hindi
|
||||
ho=hiri motu
|
||||
hr=croata
|
||||
ht=haitiano
|
||||
hu=h\u00fangaro
|
||||
@ -104,10 +104,10 @@ hy=armenio
|
||||
hz=herero
|
||||
ia=interlingua
|
||||
id=indonesio
|
||||
ie=interlingua
|
||||
ig=ibo
|
||||
ii=yi de sichuan
|
||||
ik=inupiak
|
||||
ie=interlingue
|
||||
ig=igbo
|
||||
ii=sichuan yi
|
||||
ik=inupiaq
|
||||
in=indonesio
|
||||
io=ido
|
||||
is=island\u00e9s
|
||||
@ -118,20 +118,20 @@ ja=japon\u00e9s
|
||||
ji=y\u00eddish
|
||||
jv=javan\u00e9s
|
||||
ka=georgiano
|
||||
kg=kikongo
|
||||
ki=gikuyu
|
||||
kj=kwanyama
|
||||
kk=kazajio
|
||||
kg=kongo
|
||||
ki=kikuyu
|
||||
kj=kuanyama
|
||||
kk=kazajo
|
||||
kl=groenland\u00e9s
|
||||
km=camboyano
|
||||
kn=kanada
|
||||
km=jemer
|
||||
kn=canar\u00e9s
|
||||
ko=coreano
|
||||
kr=kanuri
|
||||
ks=cachemir\u00ed
|
||||
ku=curdo
|
||||
ks=cachemiro
|
||||
ku=kurdo
|
||||
kv=komi
|
||||
kw=c\u00f3rnico
|
||||
ky=kirgu\u00eds
|
||||
ky=kirghiz
|
||||
la=lat\u00edn
|
||||
lb=luxemburgu\u00e9s
|
||||
lg=ganda
|
||||
@ -139,7 +139,7 @@ li=limburgu\u00e9s
|
||||
ln=lingala
|
||||
lo=laosiano
|
||||
lt=lituano
|
||||
lu=tshiluba
|
||||
lu=luba-katanga
|
||||
lv=let\u00f3n
|
||||
mg=malgache
|
||||
mh=marshal\u00e9s
|
||||
@ -148,82 +148,82 @@ mk=macedonio
|
||||
ml=malayalam
|
||||
mn=mongol
|
||||
mo=moldavo
|
||||
mr=m\u00e1rata
|
||||
mr=marathi
|
||||
ms=malayo
|
||||
mt=malt\u00e9s
|
||||
my=birmano
|
||||
na=nauruano
|
||||
nb=noruego (bokm\u00e5l)
|
||||
nd=ndebele (norte)
|
||||
nb=bokmal noruego
|
||||
nd=ndebele septentrional
|
||||
ne=nepal\u00ed
|
||||
ng=ndonga
|
||||
nl=neerland\u00e9s
|
||||
nn=noruego (nynorsk)
|
||||
nn=nynorsk noruego
|
||||
no=noruego
|
||||
nr=ndebele (sur)
|
||||
nr=ndebele meridional
|
||||
nv=navajo
|
||||
ny=nyanja
|
||||
oc=occitano
|
||||
oj=ojibwa
|
||||
om=oromo
|
||||
or=oriya
|
||||
os=osetio
|
||||
os=os\u00e9tico
|
||||
pa=punjab\u00ed
|
||||
pi=pali
|
||||
pl=polaco
|
||||
ps=pashto
|
||||
pt=portugu\u00e9s
|
||||
qu=quechua
|
||||
rm=retorromano
|
||||
rn=rund\u00ed
|
||||
rm=retorrom\u00e1nico
|
||||
rn=kiroundi
|
||||
ro=rumano
|
||||
ru=ruso
|
||||
rw=ruand\u00e9s
|
||||
rw=kinyarwanda
|
||||
sa=s\u00e1nscrito
|
||||
sc=sardo
|
||||
sd=sindino
|
||||
se=sami del norte
|
||||
sd=sindhi
|
||||
se=sami septentrional
|
||||
sg=sango
|
||||
si=cingal\u00e9s
|
||||
sk=eslovaco
|
||||
sl=eslovenio
|
||||
sl=esloveno
|
||||
sm=samoano
|
||||
sn=son\u00e9s
|
||||
sn=shona
|
||||
so=somal\u00ed
|
||||
sq=alban\u00e9s
|
||||
sr=serbio
|
||||
ss=suaziland\u00e9s
|
||||
st=sesot\u00e9s
|
||||
su=sudan\u00e9s
|
||||
ss=siswati
|
||||
st=sesotho
|
||||
su=sundan\u00e9s
|
||||
sv=sueco
|
||||
sw=suajili
|
||||
sw=swahili
|
||||
ta=tamil
|
||||
te=telugu
|
||||
tg=tajik
|
||||
tg=tayiko
|
||||
th=tailand\u00e9s
|
||||
ti=tigri\u00f1es
|
||||
ti=tigri\u00f1a
|
||||
tk=turcomano
|
||||
tl=tagalo
|
||||
tn=sechuan\u00e9s
|
||||
to=tongu\u00e9s
|
||||
tn=setchwana
|
||||
to=tongano
|
||||
tr=turco
|
||||
ts=tsonga
|
||||
tt=t\u00e1rtaro
|
||||
tw=tui
|
||||
ty=taitiano
|
||||
ug=uighur
|
||||
uk=ucranio
|
||||
tw=twi
|
||||
ty=tahitiano
|
||||
ug=uigur
|
||||
uk=ucraniano
|
||||
ur=urdu
|
||||
uz=uzbeco
|
||||
uz=uzbeko
|
||||
ve=venda
|
||||
vi=vietnamita
|
||||
vo=volapuk
|
||||
vo=volap\u00fck
|
||||
wa=val\u00f3n
|
||||
wo=uolof
|
||||
xh=xhosa
|
||||
yi=y\u00eddish
|
||||
yo=yoruba
|
||||
za=chuang
|
||||
za=zhuang
|
||||
zh=chino
|
||||
zu=zul\u00fa
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ el=kreikka
|
||||
en=englanti
|
||||
es=espanja
|
||||
fi=suomi
|
||||
fr=franska
|
||||
fr=ranska
|
||||
he=heprea
|
||||
iw=heprea
|
||||
hi=hindi
|
||||
@ -80,7 +80,7 @@ DE=Saksa
|
||||
DK=Tanska
|
||||
ES=Espanja
|
||||
FI=Suomi
|
||||
FR=Franska
|
||||
FR=Ranska
|
||||
GB=Iso-Britannia
|
||||
GR=Kreikka
|
||||
IE=Irlanti
|
||||
|
||||
@ -34,14 +34,436 @@
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
|
||||
# language names
|
||||
# key is ISO 639 language code
|
||||
|
||||
aa=Afar
|
||||
ab=Abchazisch
|
||||
ae=Avestisch
|
||||
af=Afrikaans
|
||||
ak=Akan
|
||||
am=Amhaars
|
||||
an=Aragonees
|
||||
ar=Arabisch
|
||||
as=Assamees
|
||||
av=Avarisch
|
||||
ay=Aymara
|
||||
az=Azerbeidzjaans
|
||||
ba=Basjkiers
|
||||
be=Wit-Russisch
|
||||
bg=Bulgaars
|
||||
bh=Bihari
|
||||
bi=Bislama
|
||||
bm=Bambara
|
||||
bn=Bengalees
|
||||
bo=Tibetaans
|
||||
br=Bretons
|
||||
bs=Bosnisch
|
||||
ca=Catalaans
|
||||
ce=Chechen
|
||||
ch=Chamorro
|
||||
co=Corsicaans
|
||||
cr=Cree
|
||||
cs=Tsjechisch
|
||||
cu=Kerkslavisch
|
||||
cv=Tsjoevasjisch
|
||||
cy=Welsh
|
||||
da=Deens
|
||||
de=Duits
|
||||
dv=Divehi
|
||||
dz=Dzongkha
|
||||
ee=Ewe
|
||||
el=Grieks
|
||||
en=Engels
|
||||
eo=Esperanto
|
||||
es=Spaans
|
||||
et=Estlands
|
||||
eu=Baskisch
|
||||
fa=Perzisch
|
||||
ff=Fulah
|
||||
fi=Fins
|
||||
fj=Fijisch
|
||||
fo=Faer\u00f6ers
|
||||
fr=Frans
|
||||
fy=Fries
|
||||
ga=Iers
|
||||
gd=Schots Gaelic
|
||||
gl=Galicisch
|
||||
gn=Guarani
|
||||
gu=Gujarati
|
||||
gv=Manx
|
||||
ha=Hausa
|
||||
he=Hebreeuws
|
||||
hi=Hindi
|
||||
ho=Hiri Motu
|
||||
hr=Kroatisch
|
||||
ht=Ha\u00eftiaans
|
||||
hu=Hongaars
|
||||
hy=Armeens
|
||||
hz=Herero
|
||||
ia=Interlingua
|
||||
id=Indonesisch
|
||||
ie=Interlingue
|
||||
ig=Igbo
|
||||
ii=Sichuan Yi
|
||||
ik=Inupiaq
|
||||
io=Ido
|
||||
is=IJslands
|
||||
it=Italiaans
|
||||
iu=Inuktitut
|
||||
ja=Japans
|
||||
jv=Javaans
|
||||
ka=Georgisch
|
||||
kg=Kongo
|
||||
ki=Kikuyu
|
||||
kj=Kuanyama
|
||||
kk=Kazachs
|
||||
kl=Kalaallisut
|
||||
km=Khmer
|
||||
kn=Kannada
|
||||
ko=Koreaans
|
||||
kr=Kanuri
|
||||
ks=Kashmiri
|
||||
ku=Koerdisch
|
||||
kv=Komi
|
||||
kw=Cornish
|
||||
ky=Kirgizisch
|
||||
la=Latijn
|
||||
lb=Luxemburgs
|
||||
lg=Ganda
|
||||
li=Limburgs
|
||||
ln=Lingala
|
||||
lo=Lao
|
||||
lt=Litouws
|
||||
lu=Luba-Katanga
|
||||
lv=Letlands
|
||||
mg=Malagasisch
|
||||
mh=Marshallees
|
||||
mi=Maori
|
||||
mk=Macedonisch
|
||||
ml=Malayalam
|
||||
mn=Mongools
|
||||
mo=Moldavisch
|
||||
mr=Marathi
|
||||
ms=Maleis
|
||||
mt=Maltees
|
||||
my=Birmees
|
||||
na=Nauru
|
||||
nb=Noors - Bokm\u00e5l
|
||||
nd=Noord-Ndbele
|
||||
ne=Nepalees
|
||||
ng=Ndonga
|
||||
nl=Nederlands
|
||||
nn=Noors - Nynorsk
|
||||
no=Noors
|
||||
nr=Zuid-Ndbele
|
||||
nv=Navajo
|
||||
ny=Nyanja
|
||||
oc=Occitaans
|
||||
oj=Ojibwa
|
||||
om=Oromo
|
||||
or=Oriya
|
||||
os=Ossetisch
|
||||
pa=Punjabi
|
||||
pi=Pali
|
||||
pl=Pools
|
||||
ps=Pasjtoe
|
||||
pt=Portugees
|
||||
qu=Quechua
|
||||
rm=Reto-Romaans
|
||||
rn=Rundi
|
||||
ro=Roemeens
|
||||
ru=Russisch
|
||||
rw=Kinyarwanda
|
||||
sa=Sanskriet
|
||||
sc=Sardinisch
|
||||
sd=Sindhi
|
||||
se=Noord-Samisch
|
||||
sg=Sango
|
||||
si=Singalees
|
||||
sk=Slowaaks
|
||||
sl=Sloveens
|
||||
sm=Samoaans
|
||||
sn=Shona
|
||||
so=Somalisch
|
||||
sq=Albanees
|
||||
sr=Servisch
|
||||
ss=Swati
|
||||
st=Zuid-Sotho
|
||||
su=Soendanees
|
||||
sv=Zweeds
|
||||
sw=Swahili
|
||||
ta=Tamil
|
||||
te=Teloegoe
|
||||
tg=Tadzjieks
|
||||
th=Thais
|
||||
ti=Tigrinya
|
||||
tk=Turkmeens
|
||||
tl=Tagalog
|
||||
tn=Tswana
|
||||
to=Tonga
|
||||
tr=Turks
|
||||
ts=Tsonga
|
||||
tt=Tataars
|
||||
tw=Twi
|
||||
ty=Tahitisch
|
||||
ug=Oeigoers
|
||||
uk=Oekra\u00efens
|
||||
ur=Urdu
|
||||
uz=Oezbeeks
|
||||
ve=Venda
|
||||
vi=Vietnamees
|
||||
vo=Volap\u00fck
|
||||
wa=Wallonisch
|
||||
wo=Wolof
|
||||
xh=Xhosa
|
||||
yi=Jiddisch
|
||||
yo=Yoruba
|
||||
za=Zhuang
|
||||
zh=Chinees
|
||||
zu=Zulu
|
||||
|
||||
# country names
|
||||
# key is ISO 3166 country code
|
||||
|
||||
NL=Nederland
|
||||
AD=Andorra
|
||||
AE=Verenigde Arabische Emiraten
|
||||
AF=Afghanistan
|
||||
AG=Antigua en Barbuda
|
||||
AI=Anguilla
|
||||
AL=Albani\u00eb
|
||||
AM=Armeni\u00eb
|
||||
AN=Nederlandse Antillen
|
||||
AO=Angola
|
||||
AQ=Antarctica
|
||||
AR=Argentini\u00eb
|
||||
AS=Amerikaans Samoa
|
||||
AT=Oostenrijk
|
||||
AU=Australi\u00eb
|
||||
AW=Aruba
|
||||
AX=Alandeilanden
|
||||
AZ=Azerbeidzjan
|
||||
BA=Bosni\u00eb en Herzegovina
|
||||
BB=Barbados
|
||||
BD=Bangladesh
|
||||
BE=Belgi\u00eb
|
||||
BF=Burkina Faso
|
||||
BG=Bulgarije
|
||||
BH=Bahrein
|
||||
BI=Burundi
|
||||
BJ=Benin
|
||||
BM=Bermuda
|
||||
BN=Brunei
|
||||
BO=Bolivia
|
||||
BR=Brazili\u00eb
|
||||
BS=Bahama\u2019s
|
||||
BT=Bhutan
|
||||
BV=Bouveteiland
|
||||
BW=Botswana
|
||||
BY=Wit-Rusland
|
||||
BZ=Belize
|
||||
CA=Canada
|
||||
CC=Cocoseilanden
|
||||
CD=Congo-Kinshasa
|
||||
CF=Centraal-Afrikaanse Republiek
|
||||
CG=Congo
|
||||
CH=Zwitserland
|
||||
CI=Ivoorkust
|
||||
CK=Cookeilanden
|
||||
CL=Chili
|
||||
CM=Kameroen
|
||||
CN=China
|
||||
CO=Colombia
|
||||
CR=Costa Rica
|
||||
CS=Servi\u00eb en Montenegro
|
||||
CU=Cuba
|
||||
CV=Kaapverdi\u00eb
|
||||
CX=Christmaseiland
|
||||
CY=Cyprus
|
||||
CZ=Tsjechi\u00eb
|
||||
DE=Duitsland
|
||||
DJ=Djibouti
|
||||
DK=Denemarken
|
||||
DM=Dominica
|
||||
DO=Dominicaanse Republiek
|
||||
DZ=Algerije
|
||||
EC=Ecuador
|
||||
EE=Estland
|
||||
EG=Egypte
|
||||
EH=Westelijke Sahara
|
||||
ER=Eritrea
|
||||
ES=Spanje
|
||||
ET=Ethiopi\u00eb
|
||||
FI=Finland
|
||||
FJ=Fiji
|
||||
FK=Falklandeilanden
|
||||
FM=Micronesi\u00eb
|
||||
FO=Faer\u00f6er
|
||||
FR=Frankrijk
|
||||
GA=Gabon
|
||||
GB=Verenigd Koninkrijk
|
||||
GD=Grenada
|
||||
GE=Georgi\u00eb
|
||||
GF=Frans-Guyana
|
||||
GH=Ghana
|
||||
GI=Gibraltar
|
||||
GL=Groenland
|
||||
GM=Gambia
|
||||
GN=Guinee
|
||||
GP=Guadeloupe
|
||||
GQ=Equatoriaal-Guinea
|
||||
GR=Griekenland
|
||||
GS=Zuid-Georgi\u00eb en Zuidelijke Sandwicheilanden
|
||||
GT=Guatemala
|
||||
GU=Guam
|
||||
GW=Guinee-Bissau
|
||||
GY=Guyana
|
||||
HK=Hongkong SAR van China
|
||||
HM=Heard- en McDonaldeilanden
|
||||
HN=Honduras
|
||||
HR=Kroati\u00eb
|
||||
HT=Ha\u00efti
|
||||
HU=Hongarije
|
||||
ID=Indonesi\u00eb
|
||||
IE=Ierland
|
||||
IL=Isra\u00ebl
|
||||
IN=India
|
||||
IO=Britse Gebieden in de Indische Oceaan
|
||||
IQ=Irak
|
||||
IR=Iran
|
||||
IS=IJsland
|
||||
IT=Itali\u00eb
|
||||
JM=Jamaica
|
||||
JO=Jordani\u00eb
|
||||
JP=Japan
|
||||
KE=Kenia
|
||||
KG=Kirgizi\u00eb
|
||||
KH=Cambodja
|
||||
KI=Kiribati
|
||||
KM=Comoren
|
||||
KN=Saint Kitts en Nevis
|
||||
KP=Noord-Korea
|
||||
KR=Zuid-Korea
|
||||
KW=Koeweit
|
||||
KY=Caymaneilanden
|
||||
KZ=Kazachstan
|
||||
LA=Laos
|
||||
LB=Libanon
|
||||
LC=Saint Lucia
|
||||
LI=Liechtenstein
|
||||
LK=Sri Lanka
|
||||
LR=Liberia
|
||||
LS=Lesotho
|
||||
LT=Litouwen
|
||||
LU=Luxemburg
|
||||
LV=Letland
|
||||
LY=Libi\u00eb
|
||||
MA=Marokko
|
||||
MC=Monaco
|
||||
MD=Moldavi\u00eb
|
||||
ME=Montenegro
|
||||
MG=Madagaskar
|
||||
MH=Marshalleilanden
|
||||
MK=Macedoni\u00eb
|
||||
ML=Mali
|
||||
MM=Myanmar
|
||||
MN=Mongoli\u00eb
|
||||
MO=Macao SAR van China
|
||||
MP=Noordelijke Marianeneilanden
|
||||
MQ=Martinique
|
||||
MR=Mauritani\u00eb
|
||||
MS=Montserrat
|
||||
MT=Malta
|
||||
MU=Mauritius
|
||||
MV=Maldiven
|
||||
MW=Malawi
|
||||
MX=Mexico
|
||||
MY=Maleisi\u00eb
|
||||
MZ=Mozambique
|
||||
NA=Namibi\u00eb
|
||||
NC=Nieuw-Caledoni\u00eb
|
||||
NE=Niger
|
||||
NF=Norfolkeiland
|
||||
NG=Nigeria
|
||||
NI=Nicaragua
|
||||
NL=Nederland
|
||||
NO=Noorwegen
|
||||
NP=Nepal
|
||||
NR=Nauru
|
||||
NU=Niue
|
||||
NZ=Nieuw-Zeeland
|
||||
OM=Oman
|
||||
PA=Panama
|
||||
PE=Peru
|
||||
PF=Frans-Polynesi\u00eb
|
||||
PG=Papoea-Nieuw-Guinea
|
||||
PH=Filipijnen
|
||||
PK=Pakistan
|
||||
PL=Polen
|
||||
PM=Saint Pierre en Miquelon
|
||||
PN=Pitcairn
|
||||
PR=Puerto Rico
|
||||
PS=Palestijns Gebied
|
||||
PT=Portugal
|
||||
PW=Palau
|
||||
PY=Paraguay
|
||||
QA=Qatar
|
||||
RE=R\u00e9union
|
||||
RO=Roemeni\u00eb
|
||||
RS=Servi\u00eb
|
||||
RU=Rusland
|
||||
RW=Rwanda
|
||||
SA=Saoedi-Arabi\u00eb
|
||||
SB=Salomonseilanden
|
||||
SC=Seychellen
|
||||
SD=Soedan
|
||||
SE=Zweden
|
||||
SG=Singapore
|
||||
SH=Sint-Helena
|
||||
SI=Sloveni\u00eb
|
||||
SJ=Svalbard en Jan Mayen
|
||||
SK=Slowakije
|
||||
SL=Sierra Leone
|
||||
SM=San Marino
|
||||
SN=Senegal
|
||||
SO=Somali\u00eb
|
||||
SR=Suriname
|
||||
ST=Sao Tom\u00e9 en Principe
|
||||
SV=El Salvador
|
||||
SY=Syri\u00eb
|
||||
SZ=Swaziland
|
||||
TC=Turks- en Caicoseilanden
|
||||
TD=Tsjaad
|
||||
TF=Franse Gebieden in de zuidelijke Indische Oceaan
|
||||
TG=Togo
|
||||
TH=Thailand
|
||||
TJ=Tadzjikistan
|
||||
TK=Tokelau
|
||||
TL=Oost-Timor
|
||||
TM=Turkmenistan
|
||||
TN=Tunesi\u00eb
|
||||
TO=Tonga
|
||||
TR=Turkije
|
||||
TT=Trinidad en Tobago
|
||||
TV=Tuvalu
|
||||
TW=Taiwan
|
||||
TZ=Tanzania
|
||||
UA=Oekra\u00efne
|
||||
UG=Oeganda
|
||||
UM=Amerikaanse kleinere afgelegen eilanden
|
||||
US=Verenigde Staten
|
||||
UY=Uruguay
|
||||
UZ=Oezbekistan
|
||||
VA=Vaticaanstad
|
||||
VC=Saint Vincent en de Grenadines
|
||||
VE=Venezuela
|
||||
VG=Britse Maagdeneilanden
|
||||
VI=Amerikaanse Maagdeneilanden
|
||||
VN=Vietnam
|
||||
VU=Vanuatu
|
||||
WF=Wallis en Futuna
|
||||
WS=Samoa
|
||||
YE=Jemen
|
||||
YT=Mayotte
|
||||
ZA=Zuid-Afrika
|
||||
ZM=Zambia
|
||||
|
||||
@ -71,8 +71,8 @@ public final class TimeZoneNames_de extends TimeZoneNamesBundle {
|
||||
"Bhutanische Sommerzeit", "BTST"};
|
||||
String CAT[] = new String[] {"Zentralafrikanische Zeit", "CAT",
|
||||
"Zentralafrikanische Sommerzeit", "CAST"};
|
||||
String CET[] = new String[] {"Zentraleurop\u00e4ische Zeit", "CET",
|
||||
"Zentraleurop\u00e4ische Sommerzeit", "CEST"};
|
||||
String CET[] = new String[] {"Mitteleurop\u00e4ische Zeit", "MEZ",
|
||||
"Mitteleurop\u00e4ische Sommerzeit", "MESZ"};
|
||||
String CHAST[] = new String[] {"Chatham Normalzeit", "CHAST",
|
||||
"Chatham Sommerzeit", "CHADT"};
|
||||
String CIT[] = new String[] {"Zentralindonesische Zeit", "CIT",
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_de extends TimeZoneNamesBundle {
|
||||
"Zentrale Sommerzeit", "CDT"};
|
||||
String CTT[] = new String[] {"Chinesische Normalzeit", "CST",
|
||||
"Chinesische Sommerzeit", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"Kubanische Normalzeit", "CST",
|
||||
"Kubanische Sommerzeit", "CDT"};
|
||||
String DARWIN[] = new String[] {"Zentrale Normalzeit (Northern Territory)", "CST",
|
||||
"Zentrale Sommerzeit (Northern Territory)", "CST"};
|
||||
String DUBLIN[] = new String[] {"Greenwich Zeit", "GMT",
|
||||
@ -93,8 +93,8 @@ public final class TimeZoneNames_de extends TimeZoneNamesBundle {
|
||||
"Ostafrikanische Sommerzeit", "EAST"};
|
||||
String EASTER[] = new String[] {"Osterinseln Zeit", "EAST",
|
||||
"Osterinseln Sommerzeit", "EASST"};
|
||||
String EET[] = new String[] {"Osteurop\u00e4ische Zeit", "EET",
|
||||
"Osteurop\u00e4ische Sommerzeit", "EEST"};
|
||||
String EET[] = new String[] {"Osteurop\u00e4ische Zeit", "OEZ",
|
||||
"Osteurop\u00e4ische Sommerzeit", "OESZ"};
|
||||
String EGT[] = new String[] {"Ostgr\u00f6nl\u00e4ndische Zeit", "EGT",
|
||||
"Ostgr\u00f6nl\u00e4ndische Sommerzeit", "EGST"};
|
||||
String EST[] = new String[] {"\u00d6stliche Normalzeit", "EST",
|
||||
@ -173,12 +173,12 @@ public final class TimeZoneNames_de extends TimeZoneNamesBundle {
|
||||
"Truk Sommerzeit", "TRUST"};
|
||||
String ULAT[]= new String[] {"Ulaanbaatar Zeit", "ULAT",
|
||||
"Ulaanbaatar Sommerzeit", "ULAST"};
|
||||
String WART[] = new String[] {"Argentinische Zeit", "WART",
|
||||
"Argentinische Sommerzeit", "WARST"};
|
||||
String WART[] = new String[] {"Westargentinische Zeit", "WART",
|
||||
"Westargentinische Sommerzeit", "WARST"};
|
||||
String WAT[] = new String[] {"Westafrikanische Zeit", "WAT",
|
||||
"Westafrikanische Sommerzeit", "WAST"};
|
||||
String WET[] = new String[] {"Westeurop\u00e4ische Zeit", "WET",
|
||||
"Westeurop\u00e4ische Sommerzeit", "WEST"};
|
||||
String WET[] = new String[] {"Westeurop\u00e4ische Zeit", "WEZ",
|
||||
"Westeurop\u00e4ische Sommerzeit", "WESZ"};
|
||||
String WIT[] = new String[] {"Westindonesische Zeit", "WIT",
|
||||
"Westindonesische Sommerzeit", "WIST"};
|
||||
String WST_AUS[] = new String[] {"Westliche Normalzeit (Australien)", "WST",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_de extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"Zentral-Westliche Normalzeit (Australien)", "CWST",
|
||||
"Zentral-Westliche Sommerzeit (Australien)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_es extends TimeZoneNamesBundle {
|
||||
"Hora de verano Central", "CDT"};
|
||||
String CTT[] = new String[] {"Hora est\u00e1ndar de China", "CST",
|
||||
"Hora de verano de China", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"Hora est\u00e1ndar de Cuba", "CST",
|
||||
"Hora de verano de Cuba", "CDT"};
|
||||
String DARWIN[] = new String[] {"Hora est\u00e1ndar Central (territorio del Norte)", "CST",
|
||||
"Hora de verano Central (territorio del Norte)", "CST"};
|
||||
String DUBLIN[] = new String[] {"Hora del Meridiano de Greenwich", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_es extends TimeZoneNamesBundle {
|
||||
"Hora de verano de Truk", "TRUST"};
|
||||
String ULAT[]= new String[] {"Hora de Ulan Bator", "ULAT",
|
||||
"Hora de verano de Ulan Bator", "ULAST"};
|
||||
String WART[] = new String[] {"Hora de Argentina", "WART",
|
||||
"Hora de verano de Argentina", "WARST"};
|
||||
String WART[] = new String[] {"Hora de Argentina Occidental", "WART",
|
||||
"Hora de verano de Argentina Occidental", "WARST"};
|
||||
String WAT[] = new String[] {"Hora de \u00c1frica Occidental", "WAT",
|
||||
"Hora de verano de \u00c1frica Occidental", "WAST"};
|
||||
String WET[] = new String[] {"Hora de Europa Occidental", "WET",
|
||||
@ -595,8 +595,8 @@ public final class TimeZoneNames_es extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"Hora est\u00e1ndar de Australia Central y Occidental", "CWST",
|
||||
"Hora de verano de Australia Central y Occidental", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_fr extends TimeZoneNamesBundle {
|
||||
"Heure avanc\u00e9e du Centre", "CDT"} ;
|
||||
String CTT[] = new String[] {"Heure normale de Chine", "CST",
|
||||
"Heure avanc\u00e9e de Chine", "CDT"} ;
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"Heure standard de Cuba", "CST",
|
||||
"Heure d'\u00e9t\u00e9 de Cuba", "CDT"};
|
||||
String DARWIN[] = new String[] {"Heure standard d'Australie centrale (Territoire du Nord)", "CST",
|
||||
"Heure d'\u00e9t\u00e9 d'Australie centrale (Territoire du Nord)", "CST"};
|
||||
String DUBLIN[] = new String[] {"Heure du m\u00e9ridien de Greenwich", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_fr extends TimeZoneNamesBundle {
|
||||
"Heure d'\u00e9t\u00e9 de Truk", "TRUST"};
|
||||
String ULAT[]= new String[] {"Heure de l'Ulaanbaatar", "ULAT",
|
||||
"Heure d'\u00e9t\u00e9 de l'Ulaanbaatar", "ULAST"} ;
|
||||
String WART[] = new String[] {"Heure D'Argentine", "WART",
|
||||
"Heure d'\u00e9t\u00e9 D'Argentine", "WARST"} ;
|
||||
String WART[] = new String[] {"Heure D'Argentine de l'Ouest", "WART",
|
||||
"Heure d'\u00e9t\u00e9 D'Argentine de l'Ouest", "WARST"} ;
|
||||
String WAT[] = new String[] {"Heure d'Afrique de l'Ouest", "WAT",
|
||||
"Heure d'\u00e9t\u00e9 d'Afrique de l'Ouest", "WAST"} ;
|
||||
String WET[] = new String[] {"Heure d'Europe de l'Ouest", "WET",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_fr extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"Heure standard de l'Australie occidentale (centre)", "CWST",
|
||||
"Heure d'\u00e9t\u00e9 de l'Australie occidentale (centre)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_it extends TimeZoneNamesBundle {
|
||||
"Ora legale USA centrale", "CDT"};
|
||||
String CTT[] = new String[] {"Ora solare della Cina", "CST",
|
||||
"Ora legale della Cina", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"Ora solare Cuba", "CST",
|
||||
"Ora legale Cuba", "CDT"};
|
||||
String DARWIN[] = new String[] {"Ora centrale standard (Territori del Nord)", "CST",
|
||||
"Ora estiva centrale (Territori del Nord)", "CST"};
|
||||
String DUBLIN[] = new String[] {"Ora media di Greenwich", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_it extends TimeZoneNamesBundle {
|
||||
"Ora estiva di Truk", "TRUST"};
|
||||
String ULAT[]= new String[] {"Ora di Ulaanbaatar", "ULAT",
|
||||
"Ora estiva di Ulaanbaatar", "ULAST"};
|
||||
String WART[] = new String[] {"Ora dell'Argentina", "WART",
|
||||
"Ora estiva dell'Argentina", "WARST"};
|
||||
String WART[] = new String[] {"Ora dell'Argentina occidentale", "WART",
|
||||
"Ora estiva dell'Argentina occidentale", "WARST"};
|
||||
String WAT[] = new String[] {"Ora dell'Africa occidentale", "WAT",
|
||||
"Ora estiva dell'Africa occidentale", "WAST"};
|
||||
String WET[] = new String[] {"Ora dell'Europa occidentale", "WET",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_it extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"Ora solare Australia centrorientale", "CWST",
|
||||
"Ora estiva Australia centrorientale", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_ja extends TimeZoneNamesBundle {
|
||||
"\u4e2d\u90e8\u590f\u6642\u9593", "CDT"};
|
||||
String CTT[] = new String[] {"\u4e2d\u56fd\u6a19\u6e96\u6642", "CST",
|
||||
"\u4e2d\u56fd\u590f\u6642\u9593", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"\u30ad\u30e5\u30fc\u30d0\u6a19\u6e96\u6642", "CST",
|
||||
"\u30ad\u30e5\u30fc\u30d0\u590f\u6642\u9593", "CDT"};
|
||||
String DARWIN[] = new String[] {"\u4e2d\u90e8\u6a19\u6e96\u6642 (\u30ce\u30fc\u30b6\u30f3\u30c6\u30ea\u30c8\u30ea\u30fc)", "CST",
|
||||
"\u4e2d\u90e8\u590f\u6642\u9593 (\u30ce\u30fc\u30b6\u30f3\u30c6\u30ea\u30c8\u30ea\u30fc)", "CST"};
|
||||
String DUBLIN[] = new String[] {"\u30b0\u30ea\u30cb\u30c3\u30b8\u6a19\u6e96\u6642", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_ja extends TimeZoneNamesBundle {
|
||||
"\u30c8\u30e9\u30c3\u30af\u590f\u6642\u9593", "TRUST"};
|
||||
String ULAT[]= new String[] {"\u30a6\u30e9\u30fc\u30f3\u30d0\u30fc\u30c8\u30eb\u6642\u9593", "ULAT",
|
||||
"\u30a6\u30e9\u30fc\u30f3\u30d0\u30fc\u30c8\u30eb\u590f\u6642\u9593", "ULAST"};
|
||||
String WART[] = new String[] {"\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u6642\u9593", "WART",
|
||||
"\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u590f\u6642\u9593", "WARST"};
|
||||
String WART[] = new String[] {"\u897f\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u6642\u9593", "WART",
|
||||
"\u897f\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u590f\u6642\u9593", "WARST"};
|
||||
String WAT[] = new String[] {"\u897f\u30a2\u30d5\u30ea\u30ab\u6642\u9593", "WAT",
|
||||
"\u897f\u30a2\u30d5\u30ea\u30ab\u590f\u6642\u9593", "WAST"};
|
||||
String WET[] = new String[] {"\u897f\u30e8\u30fc\u30ed\u30c3\u30d1\u6642\u9593", "WET",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_ja extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"\u4e2d\u897f\u90e8\u6a19\u6e96\u6642 (\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2)", "CWST",
|
||||
"\u4e2d\u897f\u90e8\u590f\u6642\u9593 (\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_ko extends TimeZoneNamesBundle {
|
||||
"\uc911\ubd80 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "CDT"};
|
||||
String CTT[] = new String[] {"\uc911\uad6d \ud45c\uc900\uc2dc", "CST",
|
||||
"\uc911\uad6d \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"\ucfe0\ubc14 \ud45c\uc900\uc2dc", "CST",
|
||||
"\ucfe0\ubc14 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "CDT"};
|
||||
String DARWIN[] = new String[] {"\uc911\ubd80 \ud45c\uc900\uc2dc(\ub178\ub358 \uc9c0\uc5ed)", "CST",
|
||||
"\uc911\ubd80 \uc77c\uad11\uc808\uc57d\uc2dc\uac04(\ub178\ub358 \uc9c0\uc5ed)", "CST"};
|
||||
String DUBLIN[] = new String[] {"\uadf8\ub9ac\ub2c8\uce58 \ud45c\uc900\uc2dc", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_ko extends TimeZoneNamesBundle {
|
||||
"\ud2b8\ub8e8\ud06c \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "TRUST"};
|
||||
String ULAT[]= new String[] {"\uc6b8\ub780\ubc14\ud0c0\ub974 \uc2dc\uac04", "ULAT",
|
||||
"\uc6b8\ub780\ubc14\ud0c0\ub974 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "ULAST"};
|
||||
String WART[] = new String[] {"\uc544\ub974\ud5e8\ud2f0\ub098 \uc2dc\uac04", "WART",
|
||||
"\uc544\ub974\ud5e8\ud2f0\ub098 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "WARST"};
|
||||
String WART[] = new String[] {"\uc11c\ubd80 \uc544\ub974\ud5e8\ud2f0\ub098 \uc2dc\uac04", "WART",
|
||||
"\uc11c\ubd80 \uc544\ub974\ud5e8\ud2f0\ub098 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "WARST"};
|
||||
String WAT[] = new String[] {"\uc11c\ubd80 \uc544\ud504\ub9ac\uce74 \uc2dc\uac04", "WAT",
|
||||
"\uc11c\ubd80 \uc544\ud504\ub9ac\uce74 \uc77c\uad11\uc808\uc57d\uc2dc\uac04", "WAST"};
|
||||
String WET[] = new String[] {"\uc11c\uc720\ub7fd \uc2dc\uac04", "WET",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_ko extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"\uc911\uc11c\ubd80 \ud45c\uc900\uc2dc(\uc624\uc2a4\ud2b8\ub808\uc77c\ub9ac\uc544)", "CWST",
|
||||
"\uc911\uc11c\ubd80 \uc77c\uad11\uc808\uc57d\uc2dc\uac04(\uc624\uc2a4\ud2b8\ub808\uc77c\ub9ac\uc544)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -45,8 +45,8 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
String ACT[] = new String[] {"Acre, normaltid", "ACT",
|
||||
"Acre, sommartid", "ACST"};
|
||||
String ADELAIDE[] = new String[] {"Central Standard Time (S\u00f6dra Australien)", "CST",
|
||||
"Central Summer Time (S\u00f6dra Australien)", "CST"};
|
||||
String ADELAIDE[] = new String[] {"Central normaltid (S\u00f6dra Australien)", "CST",
|
||||
"Central sommartid (S\u00f6dra Australien)", "CST"};
|
||||
String AGT[] = new String[] {"Argentina, normaltid", "ART",
|
||||
"Argentina, sommartid", "ARST"};
|
||||
String AKST[] = new String[] {"Alaska, normaltid", "AKST",
|
||||
@ -61,10 +61,10 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
"Atlantisk sommartid", "ADT"};
|
||||
String BDT[] = new String[] {"Bangladesh, normaltid", "BDT",
|
||||
"Bangladesh, sommartid", "BDST"};
|
||||
String BRISBANE[] = new String[] {"Eastern Standard Time (Queensland)", "EST",
|
||||
"Eastern Summer Time (Queensland)", "EST"};
|
||||
String BROKEN_HILL[] = new String[] {"Central Standard Time (S\u00f6dra Australien/Nya Sydwales)", "CST",
|
||||
"Central Summer Time (S\u00f6dra Australien/Nya Sydwales)", "CST"};
|
||||
String BRISBANE[] = new String[] {"\u00d6stlig normaltid (Queensland)", "EST",
|
||||
"\u00d6stlig sommartid (Queensland)", "EST"};
|
||||
String BROKEN_HILL[] = new String[] {"Central normaltid (S\u00f6dra Australien/Nya Sydwales)", "CST",
|
||||
"Central sommartid (S\u00f6dra Australien/Nya Sydwales)", "CST"};
|
||||
String BRT[] = new String[] {"Brasilien, normaltid", "BRT",
|
||||
"Brasilien, sommartid", "BRST"};
|
||||
String BTT[] = new String[] {"Bhutan, normaltid", "BTT",
|
||||
@ -83,10 +83,10 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
"Central sommartid", "CDT"};
|
||||
String CTT[] = new String[] {"Kina, normaltid", "CST",
|
||||
"Kina, sommartid", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String DARWIN[] = new String[] {"Central Standard Time (Nordterritoriet)", "CST",
|
||||
"Central Summer Time (Nordterritoriet)", "CST"};
|
||||
String CUBA[] = new String[] {"Kuba, normaltid", "CST",
|
||||
"Kuba, sommartid", "CDT"};
|
||||
String DARWIN[] = new String[] {"Central normaltid (Nordterritoriet)", "CST",
|
||||
"Central sommartid (Nordterritoriet)", "CST"};
|
||||
String DUBLIN[] = new String[] {"Greenwichtid", "GMT",
|
||||
"Irland, sommartid", "IST"};
|
||||
String EAT[] = new String[] {"\u00d6stafrikansk tid", "EAT",
|
||||
@ -99,8 +99,8 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
"\u00d6stgr\u00f6nl\u00e4ndsk sommartid", "EGST"};
|
||||
String EST[] = new String[] {"Eastern, normaltid", "EST",
|
||||
"Eastern, sommartid", "EDT"};
|
||||
String EST_NSW[] = new String[] {"Eastern Standard Time (Nya Sydwales)", "EST",
|
||||
"Eastern Summer Time (Nya Sydwales)", "EST"};
|
||||
String EST_NSW[] = new String[] {"Eastern, normaltid (Nya Sydwales)", "EST",
|
||||
"Eastern, sommartid (Nya Sydwales)", "EST"};
|
||||
String GHMT[] = new String[] {"Ghana, normaltid", "GMT",
|
||||
"Ghana, sommartid", "GHST"};
|
||||
String GAMBIER[] = new String[] {"Gambier, normaltid", "GAMT",
|
||||
@ -163,34 +163,34 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
"Salomon\u00f6arna, sommartid", "SBST"};
|
||||
String SGT[] = new String[] {"Singapore, normaltid", "SGT",
|
||||
"Singapore, sommartid", "SGST"};
|
||||
String SLST[] = new String[] {"Greenwich Mean Time", "GMT",
|
||||
String SLST[] = new String[] {"Greenwichtid", "GMT",
|
||||
"Sierra Leone, sommartid", "SLST"};
|
||||
String TASMANIA[] = new String[] {"Eastern Standard Time (Tasmanien)", "EST",
|
||||
"Eastern Summer Time (Tasmanien)", "EST"};
|
||||
String TASMANIA[] = new String[] {"Eastern, normaltid (Tasmanien)", "EST",
|
||||
"Eastern, sommartid (Tasmanien)", "EST"};
|
||||
String TMT[] = new String[] {"Turkmenistan, normaltid", "TMT",
|
||||
"Turkmenistan, sommartid", "TMST"};
|
||||
String TRUT[] = new String[] {"Truk, normaltid", "TRUT",
|
||||
"Truk, sommartid", "TRUST"};
|
||||
String ULAT[]= new String[] {"Ulaanbaatar, normaltid", "ULAT",
|
||||
"Ulaanbaatar, sommartid", "ULAST"};
|
||||
String WART[] = new String[] {"Argentina, normaltid", "WART",
|
||||
"Argentina, sommartid", "WARST"};
|
||||
String WART[] = new String[] {"V\u00e4stargentina, normaltid", "WART",
|
||||
"V\u00e4stargentina, sommartid", "WARST"};
|
||||
String WAT[] = new String[] {"V\u00e4stafrikansk tid", "WAT",
|
||||
"V\u00e4stafrikansk sommartid", "WAST"};
|
||||
String WET[] = new String[] {"V\u00e4steuropeisk tid", "WET",
|
||||
"V\u00e4steuropeisk sommartid", "WEST"};
|
||||
String WIT[] = new String[] {"V\u00e4stindonesisk tid", "WIT",
|
||||
"V\u00e4stindonesisk sommartid", "WIST"};
|
||||
String WST_AUS[] = new String[] {"Western Standard Time (Australien)", "WST",
|
||||
"Western Summer Time (Australien)", "WST"};
|
||||
String WST_AUS[] = new String[] {"V\u00e4stlig normaltid (Australien)", "WST",
|
||||
"V\u00e4stlig sommartid (Australien)", "WST"};
|
||||
String SAMOA[] = new String[] {"Samoa, normaltid", "SST",
|
||||
"Samoa, sommartid", "SDT"};
|
||||
String WST_SAMOA[] = new String[] {"V\u00e4stsamoansk tid", "WST",
|
||||
"V\u00e4stsamoansk sommartid", "WSST"};
|
||||
String ChST[] = new String[] {"Chamorro, normaltid", "ChST",
|
||||
"Chamorro, sommartid", "ChDT"};
|
||||
String VICTORIA[] = new String[] {"Eastern Standard Time (Victoria)", "EST",
|
||||
"Eastern Summer Time (Victoria)", "EST"};
|
||||
String VICTORIA[] = new String[] {"\u00d6stlig normaltid (Victoria)", "EST",
|
||||
"\u00d6stlig sommartid (Victoria)", "EST"};
|
||||
String UTC[] = new String[] {"Koordinerad universell tid", "UTC",
|
||||
"Koordinerad universell tid", "UTC"};
|
||||
String UZT[] = new String[] {"Uzbekistan, normaltid", "UZT",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_sv extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"Central v\u00e4stlig normaltid (Australien)", "CWST",
|
||||
"Central v\u00e4stlig sommartid (Australien)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_zh_CN extends TimeZoneNamesBundle {
|
||||
"\u4e2d\u592e\u590f\u4ee4\u65f6", "CDT"};
|
||||
String CTT[] = new String[] {"\u4e2d\u56fd\u6807\u51c6\u65f6\u95f4", "CST",
|
||||
"\u4e2d\u56fd\u590f\u4ee4\u65f6", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"\u53e4\u5df4\u6807\u51c6\u65f6\u95f4", "CST",
|
||||
"\u53e4\u5df4\u590f\u4ee4\u65f6", "CDT"};
|
||||
String DARWIN[] = new String[] {"\u4e2d\u592e\u6807\u51c6\u65f6\u95f4\uff08\u5317\u9886\u5730\uff09", "CST",
|
||||
"\u4e2d\u592e\u590f\u4ee4\u65f6\uff08\u5317\u9886\u5730\uff09", "CST"};
|
||||
String DUBLIN[] = new String[] {"\u683c\u6797\u5a01\u6cbb\u65f6\u95f4", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_zh_CN extends TimeZoneNamesBundle {
|
||||
"\u7279\u9c81\u514b\u590f\u4ee4\u65f6", "TRUST"};
|
||||
String ULAT[]= new String[] {"\u5e93\u4f26\u65f6\u95f4", "ULAT",
|
||||
"\u5e93\u4f26\u590f\u4ee4\u65f6", "ULAST"};
|
||||
String WART[] = new String[] {"\u963f\u6839\u5ef7\u65f6\u95f4", "WART",
|
||||
"\u963f\u6839\u5ef7\u590f\u4ee4\u65f6", "WARST"};
|
||||
String WART[] = new String[] {"\u897f\u963f\u6839\u5ef7\u65f6\u95f4", "WART",
|
||||
"\u897f\u963f\u6839\u5ef7\u590f\u4ee4\u65f6", "WARST"};
|
||||
String WAT[] = new String[] {"\u897f\u975e\u65f6\u95f4", "WAT",
|
||||
"\u897f\u975e\u590f\u4ee4\u65f6", "WAST"};
|
||||
String WET[] = new String[] {"\u897f\u6b27\u65f6\u95f4", "WET",
|
||||
@ -594,8 +594,8 @@ public final class TimeZoneNames_zh_CN extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"\u4e2d\u897f\u90e8\u6807\u51c6\u65f6\u95f4\uff08\u6fb3\u5927\u5229\u4e9a\uff09", "CWST",
|
||||
"\u4e2d\u897f\u90e8\u590f\u4ee4\u65f6\uff08\u6fb3\u5927\u5229\u4e9a\uff09", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -83,8 +83,8 @@ public final class TimeZoneNames_zh_TW extends TimeZoneNamesBundle {
|
||||
"\u4e2d\u592e\u65e5\u5149\u7bc0\u7d04\u6642\u9593", "CDT"};
|
||||
String CTT[] = new String[] {"\u4e2d\u570b\u6a19\u6e96\u6642\u9593", "CST",
|
||||
"\u4e2d\u570b\u65e5\u5149\u7bc0\u7d04\u6642\u9593", "CDT"};
|
||||
String CUBA[] = new String[] {"Cuba Standard Time", "CST",
|
||||
"Cuba Daylight Time", "CDT"};
|
||||
String CUBA[] = new String[] {"\u53e4\u5df4\u6a19\u6e96\u6642\u9593", "CST",
|
||||
"\u53e4\u5df4\u65e5\u5149\u7bc0\u7d04\u6642\u9593", "CDT"};
|
||||
String DARWIN[] = new String[] {"\u4e2d\u90e8\u6a19\u6e96\u6642\u9593 (\u5317\u90e8\u5404\u5730\u5340)", "CST",
|
||||
"\u4e2d\u90e8\u590f\u4ee4\u6642\u9593 (\u5317\u90e8\u5404\u5730\u5340)", "CST"};
|
||||
String DUBLIN[] = new String[] {"\u683c\u6797\u5a01\u6cbb\u5e73\u5747\u6642\u9593", "GMT",
|
||||
@ -173,8 +173,8 @@ public final class TimeZoneNames_zh_TW extends TimeZoneNamesBundle {
|
||||
"\u7279\u9b6f\u514b\u590f\u4ee4\u6642\u9593", "TRUST"};
|
||||
String ULAT[]= new String[] {"\u5eab\u502b\u6642\u9593", "ULAT",
|
||||
"\u5eab\u502b\u590f\u4ee4\u6642\u9593", "ULAST"};
|
||||
String WART[] = new String[] {"\u963f\u6839\u5ef7\u6642\u9593", "WART",
|
||||
"\u963f\u6839\u5ef7\u590f\u4ee4\u6642\u9593", "WARST"};
|
||||
String WART[] = new String[] {"\u897f\u963f\u6839\u5ef7\u6642\u9593", "WART",
|
||||
"\u897f\u963f\u6839\u5ef7\u590f\u4ee4\u6642\u9593", "WARST"};
|
||||
String WAT[] = new String[] {"\u897f\u975e\u6642\u9593", "WAT",
|
||||
"\u897f\u975e\u590f\u4ee4\u6642\u9593", "WAST"};
|
||||
String WET[] = new String[] {"\u897f\u6b50\u6642\u9593", "WET",
|
||||
@ -551,7 +551,8 @@ public final class TimeZoneNames_zh_TW extends TimeZoneNamesBundle {
|
||||
{"Asia/Samarkand", UZT},
|
||||
{"Asia/Seoul", KST},
|
||||
{"Asia/Singapore", SGT},
|
||||
{"Asia/Taipei", CTT},
|
||||
{"Asia/Taipei", new String[] {"\u53f0\u7063\u6a19\u6e96\u6642\u9593", "TST",
|
||||
"\u53f0\u7063\u590f\u4ee4\u6642\u9593", "TDT"}},
|
||||
{"Asia/Tel_Aviv", ISRAEL},
|
||||
{"Asia/Tashkent", UZT},
|
||||
{"Asia/Tbilisi", new String[] {"\u55ac\u6cbb\u4e9e\u6642\u9593", "GET",
|
||||
@ -594,8 +595,8 @@ public final class TimeZoneNames_zh_TW extends TimeZoneNamesBundle {
|
||||
{"Australia/Canberra", EST_NSW},
|
||||
{"Australia/Currie", EST_NSW},
|
||||
{"Australia/Darwin", DARWIN},
|
||||
{"Australia/Eucla", new String[] {"Central Western Standard Time (Australia)", "CWST",
|
||||
"Central Western Summer Time (Australia)", "CWST"}},
|
||||
{"Australia/Eucla", new String[] {"\u4e2d\u897f\u90e8\u6a19\u6e96\u6642\u9593 (\u6fb3\u5927\u5229\u4e9e)", "CWST",
|
||||
"\u4e2d\u897f\u90e8\u65e5\u5149\u7bc0\u7d04\u6642\u9593 (\u6fb3\u5927\u5229\u4e9e)", "CWST"}},
|
||||
{"Australia/Hobart", TASMANIA},
|
||||
{"Australia/LHI", LORD_HOWE},
|
||||
{"Australia/Lindeman", BRISBANE},
|
||||
|
||||
@ -220,7 +220,8 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
||||
# endif
|
||||
# ifdef WIN32
|
||||
/* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */
|
||||
# if !defined(vsnprintf) && !defined(NO_vsnprintf)
|
||||
# if !defined(vsnprintf) && !defined(NO_vsnprintf) && (!defined(_MSC_VER) || (_MSC_VER < 1500))
|
||||
/* Only needed before Visual Studio 2008 */
|
||||
# define vsnprintf _vsnprintf
|
||||
# endif
|
||||
# endif
|
||||
|
||||
@ -673,8 +673,8 @@ FormatData/es_VE/NumberElements/0=,
|
||||
FormatData/es_VE/NumberElements/1=.
|
||||
FormatData/es_VE/NumberElements/2=;
|
||||
|
||||
# bug #4099810, 4290801
|
||||
CurrencyNames/uk_UA/UAH=\u0433\u0440\u0432.
|
||||
# bug #4099810, 4290801, 6868106
|
||||
CurrencyNames/uk_UA/UAH=\u0433\u0440\u043b.
|
||||
FormatData/uk_UA/NumberPatterns/0=#,##0.###;-#,##0.###
|
||||
# FormatData/uk_UA/NumberPatterns/1=#,##0.## '\u0433\u0440\u0432.';-#,##0.## '\u0433\u0440\u0432.' # Changed; see bug 4122840
|
||||
FormatData/uk_UA/NumberPatterns/2=#,##0%
|
||||
@ -5526,3 +5526,575 @@ LocaleNames//IM=Isle Of Man
|
||||
# BL, MF (6627549)
|
||||
LocaleNames//BL=Saint Barth\u00e9lemy
|
||||
LocaleNames//MF=Saint Martin
|
||||
|
||||
# bug 6609737
|
||||
FormatData/de/DateTimePatterns/0=HH:mm' Uhr 'z
|
||||
TimeZoneNames/de/CET/1=Mitteleurop\u00e4ische Zeit
|
||||
TimeZoneNames/de/CET/2=MEZ
|
||||
TimeZoneNames/de/CET/3=Mitteleurop\u00e4ische Sommerzeit
|
||||
TimeZoneNames/de/CET/4=MESZ
|
||||
TimeZoneNames/de/EET/2=OEZ
|
||||
TimeZoneNames/de/EET/4=OESZ
|
||||
TimeZoneNames/de/WET/2=WEZ
|
||||
TimeZoneNames/de/WET/4=WESZ
|
||||
|
||||
# bug 6610748
|
||||
FormatData/fi/AmPmMarkers/0=ap.
|
||||
FormatData/fi/AmPmMarkers/1=ip.
|
||||
|
||||
# bug 6507067
|
||||
TimeZoneNames/zh_TW/Asia\/Taipei/1=\u53f0\u7063\u6a19\u6e96\u6642\u9593
|
||||
TimeZoneNames/zh_TW/Asia\/Taipei/2=TST
|
||||
|
||||
# bug 6645271
|
||||
FormatData/hr_HR/DateTimePatterns/6=dd.MM.yyyy.
|
||||
FormatData/hr_HR/DateTimePatterns/7=dd.MM.yy.
|
||||
|
||||
# bug 6873931
|
||||
CurrencyNames/tr_TR/TRY=TL
|
||||
|
||||
#bug 6450945
|
||||
CalendarData/ro/firstDayOfWeek=2
|
||||
CalendarData/ro/minimalDaysInFirstWeek=1
|
||||
FormatData/ro/DayNames/6=s\u00e2mb\u0103t\u0103
|
||||
|
||||
#bug 6645268
|
||||
LocaleNames/fi/fr=ranska
|
||||
LocaleNames/fi/FR=Ranska
|
||||
LocaleNames/fi_FI/fr=ranska
|
||||
LocaleNames/fi_FI/FR=Ranska
|
||||
|
||||
# bug 6646611, 6914413
|
||||
FormatData/be_BY/MonthNames/10=\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430
|
||||
FormatData/be_BY/MonthAbbreviations/10=\u043b\u0456\u0441
|
||||
|
||||
# bug 6645405
|
||||
FormatData/hu_HU/NumberPatterns/1=#,##0.## \u00A4;-#,##0.## \u00A4
|
||||
|
||||
# bug 6650730
|
||||
FormatData/lt/NumberElements/1=\u00a0
|
||||
FormatData/lt/DateTimePatterns/6=yyyy-MM-dd
|
||||
|
||||
#bug 6910489
|
||||
CalendarData/sl/firstDayOfWeek=2
|
||||
|
||||
# bug 6573250
|
||||
CurrencyNames/en_CA/USD=US$
|
||||
|
||||
# bug 6870908
|
||||
FormatData/et/MonthNames/0=jaanuar
|
||||
FormatData/et/MonthNames/1=veebruar
|
||||
FormatData/et/MonthNames/2=m\u00e4rts
|
||||
FormatData/et/MonthNames/3=aprill
|
||||
FormatData/et/MonthNames/4=mai
|
||||
FormatData/et/MonthNames/5=juuni
|
||||
FormatData/et/MonthNames/6=juuli
|
||||
FormatData/et/MonthNames/7=august
|
||||
FormatData/et/MonthNames/8=september
|
||||
FormatData/et/MonthNames/9=oktoober
|
||||
FormatData/et/MonthNames/10=november
|
||||
FormatData/et/MonthNames/11=detsember
|
||||
FormatData/et/MonthAbbreviations/0=jaan
|
||||
FormatData/et/MonthAbbreviations/1=veebr
|
||||
FormatData/et/MonthAbbreviations/2=m\u00e4rts
|
||||
FormatData/et/MonthAbbreviations/3=apr
|
||||
FormatData/et/MonthAbbreviations/4=mai
|
||||
FormatData/et/MonthAbbreviations/5=juuni
|
||||
FormatData/et/MonthAbbreviations/6=juuli
|
||||
FormatData/et/MonthAbbreviations/7=aug
|
||||
FormatData/et/MonthAbbreviations/8=sept
|
||||
FormatData/et/MonthAbbreviations/9=okt
|
||||
FormatData/et/MonthAbbreviations/10=nov
|
||||
FormatData/et/MonthAbbreviations/11=dets
|
||||
|
||||
# bug 6585666
|
||||
LocaleNames/es/aa=afar
|
||||
LocaleNames/es/av=avar
|
||||
LocaleNames/es/az=azer\u00ed
|
||||
LocaleNames/es/ba=bashkir
|
||||
LocaleNames/es/bh=bihari
|
||||
LocaleNames/es/bn=bengal\u00ed
|
||||
LocaleNames/es/cu=eslavo eclesi\u00e1stico
|
||||
LocaleNames/es/dz=dzongkha
|
||||
LocaleNames/es/eu=vasco
|
||||
LocaleNames/es/fa=persa
|
||||
LocaleNames/es/ff=fula
|
||||
LocaleNames/es/fj=fidjiano
|
||||
LocaleNames/es/fo=fero\u00e9s
|
||||
LocaleNames/es/fy=fris\u00f3n
|
||||
LocaleNames/es/gu=gujarati
|
||||
LocaleNames/es/gv=ga\u00e9lico man\u00e9s
|
||||
LocaleNames/es/hi=hindi
|
||||
LocaleNames/es/ho=hiri motu
|
||||
LocaleNames/es/ie=interlingue
|
||||
LocaleNames/es/ig=igbo
|
||||
LocaleNames/es/ii=sichuan yi
|
||||
LocaleNames/es/ik=inupiaq
|
||||
LocaleNames/es/kg=kongo
|
||||
LocaleNames/es/ki=kikuyu
|
||||
LocaleNames/es/kj=kuanyama
|
||||
LocaleNames/es/kk=kazajo
|
||||
LocaleNames/es/km=jemer
|
||||
LocaleNames/es/kn=canar\u00e9s
|
||||
LocaleNames/es/ks=cachemiro
|
||||
LocaleNames/es/ku=kurdo
|
||||
LocaleNames/es/ky=kirghiz
|
||||
LocaleNames/es/lu=luba-katanga
|
||||
LocaleNames/es/mr=marathi
|
||||
LocaleNames/es/nb=bokmal noruego
|
||||
LocaleNames/es/nd=ndebele septentrional
|
||||
LocaleNames/es/nn=nynorsk noruego
|
||||
LocaleNames/es/nr=ndebele meridional
|
||||
LocaleNames/es/os=os\u00e9tico
|
||||
LocaleNames/es/rm=retorrom\u00e1nico
|
||||
LocaleNames/es/rn=kiroundi
|
||||
LocaleNames/es/rw=kinyarwanda
|
||||
LocaleNames/es/sd=sindhi
|
||||
LocaleNames/es/se=sami septentrional
|
||||
LocaleNames/es/sl=esloveno
|
||||
LocaleNames/es/sn=shona
|
||||
LocaleNames/es/ss=siswati
|
||||
LocaleNames/es/st=sesotho
|
||||
LocaleNames/es/su=sundan\u00e9s
|
||||
LocaleNames/es/sw=swahili
|
||||
LocaleNames/es/tg=tayiko
|
||||
LocaleNames/es/ti=tigri\u00f1a
|
||||
LocaleNames/es/tn=setchwana
|
||||
LocaleNames/es/to=tongano
|
||||
LocaleNames/es/tw=twi
|
||||
LocaleNames/es/ty=tahitiano
|
||||
LocaleNames/es/ug=uigur
|
||||
LocaleNames/es/uk=ucraniano
|
||||
LocaleNames/es/uz=uzbeko
|
||||
LocaleNames/es/vo=volap\u00fck
|
||||
LocaleNames/es/za=zhuang
|
||||
|
||||
# bug 6716626 - language
|
||||
LocaleNames/nl/aa=Afar
|
||||
LocaleNames/nl/ab=Abchazisch
|
||||
LocaleNames/nl/ae=Avestisch
|
||||
LocaleNames/nl/af=Afrikaans
|
||||
LocaleNames/nl/ak=Akan
|
||||
LocaleNames/nl/am=Amhaars
|
||||
LocaleNames/nl/an=Aragonees
|
||||
LocaleNames/nl/ar=Arabisch
|
||||
LocaleNames/nl/as=Assamees
|
||||
LocaleNames/nl/av=Avarisch
|
||||
LocaleNames/nl/ay=Aymara
|
||||
LocaleNames/nl/az=Azerbeidzjaans
|
||||
LocaleNames/nl/ba=Basjkiers
|
||||
LocaleNames/nl/be=Wit-Russisch
|
||||
LocaleNames/nl/bg=Bulgaars
|
||||
LocaleNames/nl/bh=Bihari
|
||||
LocaleNames/nl/bi=Bislama
|
||||
LocaleNames/nl/bm=Bambara
|
||||
LocaleNames/nl/bn=Bengalees
|
||||
LocaleNames/nl/bo=Tibetaans
|
||||
LocaleNames/nl/br=Bretons
|
||||
LocaleNames/nl/bs=Bosnisch
|
||||
LocaleNames/nl/ca=Catalaans
|
||||
LocaleNames/nl/ce=Chechen
|
||||
LocaleNames/nl/ch=Chamorro
|
||||
LocaleNames/nl/co=Corsicaans
|
||||
LocaleNames/nl/cr=Cree
|
||||
LocaleNames/nl/cs=Tsjechisch
|
||||
LocaleNames/nl/cu=Kerkslavisch
|
||||
LocaleNames/nl/cv=Tsjoevasjisch
|
||||
LocaleNames/nl/cy=Welsh
|
||||
LocaleNames/nl/da=Deens
|
||||
LocaleNames/nl/de=Duits
|
||||
LocaleNames/nl/dv=Divehi
|
||||
LocaleNames/nl/dz=Dzongkha
|
||||
LocaleNames/nl/ee=Ewe
|
||||
LocaleNames/nl/el=Grieks
|
||||
LocaleNames/nl/en=Engels
|
||||
LocaleNames/nl/eo=Esperanto
|
||||
LocaleNames/nl/es=Spaans
|
||||
LocaleNames/nl/et=Estlands
|
||||
LocaleNames/nl/eu=Baskisch
|
||||
LocaleNames/nl/fa=Perzisch
|
||||
LocaleNames/nl/ff=Fulah
|
||||
LocaleNames/nl/fi=Fins
|
||||
LocaleNames/nl/fj=Fijisch
|
||||
LocaleNames/nl/fo=Faer\u00f6ers
|
||||
LocaleNames/nl/fr=Frans
|
||||
LocaleNames/nl/fy=Fries
|
||||
LocaleNames/nl/ga=Iers
|
||||
LocaleNames/nl/gd=Schots Gaelic
|
||||
LocaleNames/nl/gl=Galicisch
|
||||
LocaleNames/nl/gn=Guarani
|
||||
LocaleNames/nl/gu=Gujarati
|
||||
LocaleNames/nl/gv=Manx
|
||||
LocaleNames/nl/ha=Hausa
|
||||
LocaleNames/nl/he=Hebreeuws
|
||||
LocaleNames/nl/hi=Hindi
|
||||
LocaleNames/nl/ho=Hiri Motu
|
||||
LocaleNames/nl/hr=Kroatisch
|
||||
LocaleNames/nl/ht=Ha\u00eftiaans
|
||||
LocaleNames/nl/hu=Hongaars
|
||||
LocaleNames/nl/hy=Armeens
|
||||
LocaleNames/nl/hz=Herero
|
||||
LocaleNames/nl/ia=Interlingua
|
||||
LocaleNames/nl/id=Indonesisch
|
||||
LocaleNames/nl/ie=Interlingue
|
||||
LocaleNames/nl/ig=Igbo
|
||||
LocaleNames/nl/ii=Sichuan Yi
|
||||
LocaleNames/nl/ik=Inupiaq
|
||||
LocaleNames/nl/io=Ido
|
||||
LocaleNames/nl/is=IJslands
|
||||
LocaleNames/nl/it=Italiaans
|
||||
LocaleNames/nl/iu=Inuktitut
|
||||
LocaleNames/nl/ja=Japans
|
||||
LocaleNames/nl/jv=Javaans
|
||||
LocaleNames/nl/ka=Georgisch
|
||||
LocaleNames/nl/kg=Kongo
|
||||
LocaleNames/nl/ki=Kikuyu
|
||||
LocaleNames/nl/kj=Kuanyama
|
||||
LocaleNames/nl/kk=Kazachs
|
||||
LocaleNames/nl/kl=Kalaallisut
|
||||
LocaleNames/nl/km=Khmer
|
||||
LocaleNames/nl/kn=Kannada
|
||||
LocaleNames/nl/ko=Koreaans
|
||||
LocaleNames/nl/kr=Kanuri
|
||||
LocaleNames/nl/ks=Kashmiri
|
||||
LocaleNames/nl/ku=Koerdisch
|
||||
LocaleNames/nl/kv=Komi
|
||||
LocaleNames/nl/kw=Cornish
|
||||
LocaleNames/nl/ky=Kirgizisch
|
||||
LocaleNames/nl/la=Latijn
|
||||
LocaleNames/nl/lb=Luxemburgs
|
||||
LocaleNames/nl/lg=Ganda
|
||||
LocaleNames/nl/li=Limburgs
|
||||
LocaleNames/nl/ln=Lingala
|
||||
LocaleNames/nl/lo=Lao
|
||||
LocaleNames/nl/lt=Litouws
|
||||
LocaleNames/nl/lu=Luba-Katanga
|
||||
LocaleNames/nl/lv=Letlands
|
||||
LocaleNames/nl/mg=Malagasisch
|
||||
LocaleNames/nl/mh=Marshallees
|
||||
LocaleNames/nl/mi=Maori
|
||||
LocaleNames/nl/mk=Macedonisch
|
||||
LocaleNames/nl/ml=Malayalam
|
||||
LocaleNames/nl/mn=Mongools
|
||||
LocaleNames/nl/mo=Moldavisch
|
||||
LocaleNames/nl/mr=Marathi
|
||||
LocaleNames/nl/ms=Maleis
|
||||
LocaleNames/nl/mt=Maltees
|
||||
LocaleNames/nl/my=Birmees
|
||||
LocaleNames/nl/na=Nauru
|
||||
LocaleNames/nl/nb=Noors - Bokm\u00e5l
|
||||
LocaleNames/nl/nd=Noord-Ndbele
|
||||
LocaleNames/nl/ne=Nepalees
|
||||
LocaleNames/nl/ng=Ndonga
|
||||
LocaleNames/nl/nl=Nederlands
|
||||
LocaleNames/nl/nn=Noors - Nynorsk
|
||||
LocaleNames/nl/no=Noors
|
||||
LocaleNames/nl/nr=Zuid-Ndbele
|
||||
LocaleNames/nl/nv=Navajo
|
||||
LocaleNames/nl/ny=Nyanja
|
||||
LocaleNames/nl/oc=Occitaans
|
||||
LocaleNames/nl/oj=Ojibwa
|
||||
LocaleNames/nl/om=Oromo
|
||||
LocaleNames/nl/or=Oriya
|
||||
LocaleNames/nl/os=Ossetisch
|
||||
LocaleNames/nl/pa=Punjabi
|
||||
LocaleNames/nl/pi=Pali
|
||||
LocaleNames/nl/pl=Pools
|
||||
LocaleNames/nl/ps=Pasjtoe
|
||||
LocaleNames/nl/pt=Portugees
|
||||
LocaleNames/nl/qu=Quechua
|
||||
LocaleNames/nl/rm=Reto-Romaans
|
||||
LocaleNames/nl/rn=Rundi
|
||||
LocaleNames/nl/ro=Roemeens
|
||||
LocaleNames/nl/ru=Russisch
|
||||
LocaleNames/nl/rw=Kinyarwanda
|
||||
LocaleNames/nl/sa=Sanskriet
|
||||
LocaleNames/nl/sc=Sardinisch
|
||||
LocaleNames/nl/sd=Sindhi
|
||||
LocaleNames/nl/se=Noord-Samisch
|
||||
LocaleNames/nl/sg=Sango
|
||||
LocaleNames/nl/si=Singalees
|
||||
LocaleNames/nl/sk=Slowaaks
|
||||
LocaleNames/nl/sl=Sloveens
|
||||
LocaleNames/nl/sm=Samoaans
|
||||
LocaleNames/nl/sn=Shona
|
||||
LocaleNames/nl/so=Somalisch
|
||||
LocaleNames/nl/sq=Albanees
|
||||
LocaleNames/nl/sr=Servisch
|
||||
LocaleNames/nl/ss=Swati
|
||||
LocaleNames/nl/st=Zuid-Sotho
|
||||
LocaleNames/nl/su=Soendanees
|
||||
LocaleNames/nl/sv=Zweeds
|
||||
LocaleNames/nl/sw=Swahili
|
||||
LocaleNames/nl/ta=Tamil
|
||||
LocaleNames/nl/te=Teloegoe
|
||||
LocaleNames/nl/tg=Tadzjieks
|
||||
LocaleNames/nl/th=Thais
|
||||
LocaleNames/nl/ti=Tigrinya
|
||||
LocaleNames/nl/tk=Turkmeens
|
||||
LocaleNames/nl/tl=Tagalog
|
||||
LocaleNames/nl/tn=Tswana
|
||||
LocaleNames/nl/to=Tonga
|
||||
LocaleNames/nl/tr=Turks
|
||||
LocaleNames/nl/ts=Tsonga
|
||||
LocaleNames/nl/tt=Tataars
|
||||
LocaleNames/nl/tw=Twi
|
||||
LocaleNames/nl/ty=Tahitisch
|
||||
LocaleNames/nl/ug=Oeigoers
|
||||
LocaleNames/nl/uk=Oekra\u00efens
|
||||
LocaleNames/nl/ur=Urdu
|
||||
LocaleNames/nl/uz=Oezbeeks
|
||||
LocaleNames/nl/ve=Venda
|
||||
LocaleNames/nl/vi=Vietnamees
|
||||
LocaleNames/nl/vo=Volap\u00fck
|
||||
LocaleNames/nl/wa=Wallonisch
|
||||
LocaleNames/nl/wo=Wolof
|
||||
LocaleNames/nl/xh=Xhosa
|
||||
LocaleNames/nl/yi=Jiddisch
|
||||
LocaleNames/nl/yo=Yoruba
|
||||
LocaleNames/nl/za=Zhuang
|
||||
LocaleNames/nl/zh=Chinees
|
||||
LocaleNames/nl/zu=Zulu
|
||||
|
||||
# bug 6716626 - country
|
||||
LocaleNames/nl/AD=Andorra
|
||||
LocaleNames/nl/AE=Verenigde Arabische Emiraten
|
||||
LocaleNames/nl/AF=Afghanistan
|
||||
LocaleNames/nl/AG=Antigua en Barbuda
|
||||
LocaleNames/nl/AI=Anguilla
|
||||
LocaleNames/nl/AL=Albani\u00eb
|
||||
LocaleNames/nl/AM=Armeni\u00eb
|
||||
LocaleNames/nl/AN=Nederlandse Antillen
|
||||
LocaleNames/nl/AO=Angola
|
||||
LocaleNames/nl/AQ=Antarctica
|
||||
LocaleNames/nl/AR=Argentini\u00eb
|
||||
LocaleNames/nl/AS=Amerikaans Samoa
|
||||
LocaleNames/nl/AT=Oostenrijk
|
||||
LocaleNames/nl/AU=Australi\u00eb
|
||||
LocaleNames/nl/AW=Aruba
|
||||
LocaleNames/nl/AX=Alandeilanden
|
||||
LocaleNames/nl/AZ=Azerbeidzjan
|
||||
LocaleNames/nl/BA=Bosni\u00eb en Herzegovina
|
||||
LocaleNames/nl/BB=Barbados
|
||||
LocaleNames/nl/BD=Bangladesh
|
||||
LocaleNames/nl/BE=Belgi\u00eb
|
||||
LocaleNames/nl/BF=Burkina Faso
|
||||
LocaleNames/nl/BG=Bulgarije
|
||||
LocaleNames/nl/BH=Bahrein
|
||||
LocaleNames/nl/BI=Burundi
|
||||
LocaleNames/nl/BJ=Benin
|
||||
LocaleNames/nl/BM=Bermuda
|
||||
LocaleNames/nl/BN=Brunei
|
||||
LocaleNames/nl/BO=Bolivia
|
||||
LocaleNames/nl/BR=Brazili\u00eb
|
||||
LocaleNames/nl/BS=Bahama\u2019s
|
||||
LocaleNames/nl/BT=Bhutan
|
||||
LocaleNames/nl/BV=Bouveteiland
|
||||
LocaleNames/nl/BW=Botswana
|
||||
LocaleNames/nl/BY=Wit-Rusland
|
||||
LocaleNames/nl/BZ=Belize
|
||||
LocaleNames/nl/CA=Canada
|
||||
LocaleNames/nl/CC=Cocoseilanden
|
||||
LocaleNames/nl/CD=Congo-Kinshasa
|
||||
LocaleNames/nl/CF=Centraal-Afrikaanse Republiek
|
||||
LocaleNames/nl/CG=Congo
|
||||
LocaleNames/nl/CH=Zwitserland
|
||||
LocaleNames/nl/CI=Ivoorkust
|
||||
LocaleNames/nl/CK=Cookeilanden
|
||||
LocaleNames/nl/CL=Chili
|
||||
LocaleNames/nl/CM=Kameroen
|
||||
LocaleNames/nl/CN=China
|
||||
LocaleNames/nl/CO=Colombia
|
||||
LocaleNames/nl/CR=Costa Rica
|
||||
LocaleNames/nl/CS=Servi\u00eb en Montenegro
|
||||
LocaleNames/nl/CU=Cuba
|
||||
LocaleNames/nl/CV=Kaapverdi\u00eb
|
||||
LocaleNames/nl/CX=Christmaseiland
|
||||
LocaleNames/nl/CY=Cyprus
|
||||
LocaleNames/nl/CZ=Tsjechi\u00eb
|
||||
LocaleNames/nl/DE=Duitsland
|
||||
LocaleNames/nl/DJ=Djibouti
|
||||
LocaleNames/nl/DK=Denemarken
|
||||
LocaleNames/nl/DM=Dominica
|
||||
LocaleNames/nl/DO=Dominicaanse Republiek
|
||||
LocaleNames/nl/DZ=Algerije
|
||||
LocaleNames/nl/EC=Ecuador
|
||||
LocaleNames/nl/EE=Estland
|
||||
LocaleNames/nl/EG=Egypte
|
||||
LocaleNames/nl/EH=Westelijke Sahara
|
||||
LocaleNames/nl/ER=Eritrea
|
||||
LocaleNames/nl/ES=Spanje
|
||||
LocaleNames/nl/ET=Ethiopi\u00eb
|
||||
LocaleNames/nl/FI=Finland
|
||||
LocaleNames/nl/FJ=Fiji
|
||||
LocaleNames/nl/FK=Falklandeilanden
|
||||
LocaleNames/nl/FM=Micronesi\u00eb
|
||||
LocaleNames/nl/FO=Faer\u00f6er
|
||||
LocaleNames/nl/FR=Frankrijk
|
||||
LocaleNames/nl/GA=Gabon
|
||||
LocaleNames/nl/GB=Verenigd Koninkrijk
|
||||
LocaleNames/nl/GD=Grenada
|
||||
LocaleNames/nl/GE=Georgi\u00eb
|
||||
LocaleNames/nl/GF=Frans-Guyana
|
||||
LocaleNames/nl/GH=Ghana
|
||||
LocaleNames/nl/GI=Gibraltar
|
||||
LocaleNames/nl/GL=Groenland
|
||||
LocaleNames/nl/GM=Gambia
|
||||
LocaleNames/nl/GN=Guinee
|
||||
LocaleNames/nl/GP=Guadeloupe
|
||||
LocaleNames/nl/GQ=Equatoriaal-Guinea
|
||||
LocaleNames/nl/GR=Griekenland
|
||||
LocaleNames/nl/GS=Zuid-Georgi\u00eb en Zuidelijke Sandwicheilanden
|
||||
LocaleNames/nl/GT=Guatemala
|
||||
LocaleNames/nl/GU=Guam
|
||||
LocaleNames/nl/GW=Guinee-Bissau
|
||||
LocaleNames/nl/GY=Guyana
|
||||
LocaleNames/nl/HK=Hongkong SAR van China
|
||||
LocaleNames/nl/HM=Heard- en McDonaldeilanden
|
||||
LocaleNames/nl/HN=Honduras
|
||||
LocaleNames/nl/HR=Kroati\u00eb
|
||||
LocaleNames/nl/HT=Ha\u00efti
|
||||
LocaleNames/nl/HU=Hongarije
|
||||
LocaleNames/nl/ID=Indonesi\u00eb
|
||||
LocaleNames/nl/IE=Ierland
|
||||
LocaleNames/nl/IL=Isra\u00ebl
|
||||
LocaleNames/nl/IN=India
|
||||
LocaleNames/nl/IO=Britse Gebieden in de Indische Oceaan
|
||||
LocaleNames/nl/IQ=Irak
|
||||
LocaleNames/nl/IR=Iran
|
||||
LocaleNames/nl/IS=IJsland
|
||||
LocaleNames/nl/IT=Itali\u00eb
|
||||
LocaleNames/nl/JM=Jamaica
|
||||
LocaleNames/nl/JO=Jordani\u00eb
|
||||
LocaleNames/nl/JP=Japan
|
||||
LocaleNames/nl/KE=Kenia
|
||||
LocaleNames/nl/KG=Kirgizi\u00eb
|
||||
LocaleNames/nl/KH=Cambodja
|
||||
LocaleNames/nl/KI=Kiribati
|
||||
LocaleNames/nl/KM=Comoren
|
||||
LocaleNames/nl/KN=Saint Kitts en Nevis
|
||||
LocaleNames/nl/KP=Noord-Korea
|
||||
LocaleNames/nl/KR=Zuid-Korea
|
||||
LocaleNames/nl/KW=Koeweit
|
||||
LocaleNames/nl/KY=Caymaneilanden
|
||||
LocaleNames/nl/KZ=Kazachstan
|
||||
LocaleNames/nl/LA=Laos
|
||||
LocaleNames/nl/LB=Libanon
|
||||
LocaleNames/nl/LC=Saint Lucia
|
||||
LocaleNames/nl/LI=Liechtenstein
|
||||
LocaleNames/nl/LK=Sri Lanka
|
||||
LocaleNames/nl/LR=Liberia
|
||||
LocaleNames/nl/LS=Lesotho
|
||||
LocaleNames/nl/LT=Litouwen
|
||||
LocaleNames/nl/LU=Luxemburg
|
||||
LocaleNames/nl/LV=Letland
|
||||
LocaleNames/nl/LY=Libi\u00eb
|
||||
LocaleNames/nl/MA=Marokko
|
||||
LocaleNames/nl/MC=Monaco
|
||||
LocaleNames/nl/MD=Moldavi\u00eb
|
||||
LocaleNames/nl/ME=Montenegro
|
||||
LocaleNames/nl/MG=Madagaskar
|
||||
LocaleNames/nl/MH=Marshalleilanden
|
||||
LocaleNames/nl/MK=Macedoni\u00eb
|
||||
LocaleNames/nl/ML=Mali
|
||||
LocaleNames/nl/MM=Myanmar
|
||||
LocaleNames/nl/MN=Mongoli\u00eb
|
||||
LocaleNames/nl/MO=Macao SAR van China
|
||||
LocaleNames/nl/MP=Noordelijke Marianeneilanden
|
||||
LocaleNames/nl/MQ=Martinique
|
||||
LocaleNames/nl/MR=Mauritani\u00eb
|
||||
LocaleNames/nl/MS=Montserrat
|
||||
LocaleNames/nl/MT=Malta
|
||||
LocaleNames/nl/MU=Mauritius
|
||||
LocaleNames/nl/MV=Maldiven
|
||||
LocaleNames/nl/MW=Malawi
|
||||
LocaleNames/nl/MX=Mexico
|
||||
LocaleNames/nl/MY=Maleisi\u00eb
|
||||
LocaleNames/nl/MZ=Mozambique
|
||||
LocaleNames/nl/NA=Namibi\u00eb
|
||||
LocaleNames/nl/NC=Nieuw-Caledoni\u00eb
|
||||
LocaleNames/nl/NE=Niger
|
||||
LocaleNames/nl/NF=Norfolkeiland
|
||||
LocaleNames/nl/NG=Nigeria
|
||||
LocaleNames/nl/NI=Nicaragua
|
||||
LocaleNames/nl/NL=Nederland
|
||||
LocaleNames/nl/NO=Noorwegen
|
||||
LocaleNames/nl/NP=Nepal
|
||||
LocaleNames/nl/NR=Nauru
|
||||
LocaleNames/nl/NU=Niue
|
||||
LocaleNames/nl/NZ=Nieuw-Zeeland
|
||||
LocaleNames/nl/OM=Oman
|
||||
LocaleNames/nl/PA=Panama
|
||||
LocaleNames/nl/PE=Peru
|
||||
LocaleNames/nl/PF=Frans-Polynesi\u00eb
|
||||
LocaleNames/nl/PG=Papoea-Nieuw-Guinea
|
||||
LocaleNames/nl/PH=Filipijnen
|
||||
LocaleNames/nl/PK=Pakistan
|
||||
LocaleNames/nl/PL=Polen
|
||||
LocaleNames/nl/PM=Saint Pierre en Miquelon
|
||||
LocaleNames/nl/PN=Pitcairn
|
||||
LocaleNames/nl/PR=Puerto Rico
|
||||
LocaleNames/nl/PS=Palestijns Gebied
|
||||
LocaleNames/nl/PT=Portugal
|
||||
LocaleNames/nl/PW=Palau
|
||||
LocaleNames/nl/PY=Paraguay
|
||||
LocaleNames/nl/QA=Qatar
|
||||
LocaleNames/nl/RE=R\u00e9union
|
||||
LocaleNames/nl/RO=Roemeni\u00eb
|
||||
LocaleNames/nl/RS=Servi\u00eb
|
||||
LocaleNames/nl/RU=Rusland
|
||||
LocaleNames/nl/RW=Rwanda
|
||||
LocaleNames/nl/SA=Saoedi-Arabi\u00eb
|
||||
LocaleNames/nl/SB=Salomonseilanden
|
||||
LocaleNames/nl/SC=Seychellen
|
||||
LocaleNames/nl/SD=Soedan
|
||||
LocaleNames/nl/SE=Zweden
|
||||
LocaleNames/nl/SG=Singapore
|
||||
LocaleNames/nl/SH=Sint-Helena
|
||||
LocaleNames/nl/SI=Sloveni\u00eb
|
||||
LocaleNames/nl/SJ=Svalbard en Jan Mayen
|
||||
LocaleNames/nl/SK=Slowakije
|
||||
LocaleNames/nl/SL=Sierra Leone
|
||||
LocaleNames/nl/SM=San Marino
|
||||
LocaleNames/nl/SN=Senegal
|
||||
LocaleNames/nl/SO=Somali\u00eb
|
||||
LocaleNames/nl/SR=Suriname
|
||||
LocaleNames/nl/ST=Sao Tom\u00e9 en Principe
|
||||
LocaleNames/nl/SV=El Salvador
|
||||
LocaleNames/nl/SY=Syri\u00eb
|
||||
LocaleNames/nl/SZ=Swaziland
|
||||
LocaleNames/nl/TC=Turks- en Caicoseilanden
|
||||
LocaleNames/nl/TD=Tsjaad
|
||||
LocaleNames/nl/TF=Franse Gebieden in de zuidelijke Indische Oceaan
|
||||
LocaleNames/nl/TG=Togo
|
||||
LocaleNames/nl/TH=Thailand
|
||||
LocaleNames/nl/TJ=Tadzjikistan
|
||||
LocaleNames/nl/TK=Tokelau
|
||||
LocaleNames/nl/TL=Oost-Timor
|
||||
LocaleNames/nl/TM=Turkmenistan
|
||||
LocaleNames/nl/TN=Tunesi\u00eb
|
||||
LocaleNames/nl/TO=Tonga
|
||||
LocaleNames/nl/TR=Turkije
|
||||
LocaleNames/nl/TT=Trinidad en Tobago
|
||||
LocaleNames/nl/TV=Tuvalu
|
||||
LocaleNames/nl/TW=Taiwan
|
||||
LocaleNames/nl/TZ=Tanzania
|
||||
LocaleNames/nl/UA=Oekra\u00efne
|
||||
LocaleNames/nl/UG=Oeganda
|
||||
LocaleNames/nl/UM=Amerikaanse kleinere afgelegen eilanden
|
||||
LocaleNames/nl/US=Verenigde Staten
|
||||
LocaleNames/nl/UY=Uruguay
|
||||
LocaleNames/nl/UZ=Oezbekistan
|
||||
LocaleNames/nl/VA=Vaticaanstad
|
||||
LocaleNames/nl/VC=Saint Vincent en de Grenadines
|
||||
LocaleNames/nl/VE=Venezuela
|
||||
LocaleNames/nl/VG=Britse Maagdeneilanden
|
||||
LocaleNames/nl/VI=Amerikaanse Maagdeneilanden
|
||||
LocaleNames/nl/VN=Vietnam
|
||||
LocaleNames/nl/VU=Vanuatu
|
||||
LocaleNames/nl/WF=Wallis en Futuna
|
||||
LocaleNames/nl/WS=Samoa
|
||||
LocaleNames/nl/YE=Jemen
|
||||
LocaleNames/nl/YT=Mayotte
|
||||
LocaleNames/nl/ZA=Zuid-Afrika
|
||||
LocaleNames/nl/ZM=Zambia
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
* 5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
|
||||
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
|
||||
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
|
||||
* 6509039
|
||||
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
|
||||
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413
|
||||
* @summary Verify locale data
|
||||
*
|
||||
*/
|
||||
@ -255,6 +256,15 @@ public class LocaleDataTest
|
||||
index = key.length();
|
||||
resTag = key.substring(oldIndex, index);
|
||||
|
||||
// TimeZone name may have "/" in it, for example "Asia/Taipei", so use "Asia\/Taipei in LocaleData.
|
||||
if(resTag.endsWith("\\")) {
|
||||
resTag = resTag.substring(0, resTag.length() - 1);
|
||||
oldIndex = index;
|
||||
index = key.indexOf("/", oldIndex + 1);
|
||||
if (index == -1) index = key.length();
|
||||
resTag += key.substring(oldIndex, index);
|
||||
}
|
||||
|
||||
if (index < key.length() - 1)
|
||||
qualifier = key.substring(index + 1);
|
||||
else
|
||||
|
||||
@ -46,7 +46,7 @@ public class Bug4429024 {
|
||||
{ "en", "englanti" },
|
||||
{ "es", "espanja" },
|
||||
{ "fi", "suomi" },
|
||||
{ "fr", "franska" },
|
||||
{ "fr", "ranska" },
|
||||
{ "he", "heprea" },
|
||||
{ "hi", "hindi" },
|
||||
{ "it", "italia" },
|
||||
@ -75,7 +75,7 @@ public class Bug4429024 {
|
||||
{ "DK", "Tanska" },
|
||||
{ "ES", "Espanja" },
|
||||
{ "FI", "Suomi" },
|
||||
{ "FR", "Franska" },
|
||||
{ "FR", "Ranska" },
|
||||
{ "GB", "Iso-Britannia" },
|
||||
{ "GR", "Kreikka" },
|
||||
{ "IE", "Irlanti" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user