1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
//*******************************************************************************
// Copyright (C) 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
//*
//* Copyright (C) 1998-2013, International Business Machines
//* Corporation and others. All Rights Reserved.
//*
//*******************************************************************************
// This is a test locale file for the fake locale 'te'
te
{
string_only_in_te { TE }
string_in_te_no_te_IN_fallback { TE_no_fallback }
array_only_in_te { TE0, TE1, TE2, TE3 }
array_2d_only_in_te
{
{ TE00, TE01 }
{ TE10, TE11 }
}
tagged_array_only_in_te
{
tag9 { TE9 }
tag11 { TE11 }
tag3 { TE3 }
tag4 { TE4 }
}
string_in_Root_te_te_IN { TE }
array_in_Root_te_te_IN { TE0, TE1, TE2, TE3, TE4 }
array_2d_in_Root_te_te_IN
{
{ TE00, TE01, TE02 }
{ TE10, TE11, TE12 }
{ TE20, TE21, TE22 }
{ TE30, TE31, TE32 }
}
tagged_array_in_Root_te_te_IN
{
tag7 { TE7 }
tag8 { TE8 }
tag14 { TE14 }
tag0 { TE0 }
tag4 { TE4 }
tag10 { TE10 }
}
string_in_Root_te { TE }
array_in_Root_te { TE0, TE1, TE2, TE3, TE4 }
array_2d_in_Root_te
{
{ TE00, TE01, TE02 }
{ TE10, TE11, TE12 }
{ TE20, TE21, TE22 }
{ TE30, TE31, TE32 }
}
tagged_array_in_Root_te
{
tag2 { TE2 }
tag1 { TE1 }
tag0 { TE0 }
tag3 { TE3 }
tag4 { TE4 }
tag5 { TE5 }
tag6 { TE6 }
}
string_in_te_te_IN { TE }
array_in_te_te_IN { TE0, TE1, TE2 }
array_2d_in_te_te_IN
{
{ TE00, TE01, TE02 }
{ TE10, TE11, TE12 }
{ TE20, TE21, TE22 }
}
tagged_array_in_te_te_IN
{
tag0 { TE0 }
}
collations {
standard {
Version { "1.0" }
Override { "false" }
Sequence {"[reorder Grek] & A < a\u0308 , A\u0308 & C < c\u0327 , C\u0327 & G < g"
"\u0306 , G\u0306 & H < \u0131 , I , i , \u0130 < \u0132 , \u0133 & O < o\u0308 "
", O\u0308 & S < s\u0327 , S\u0327 & U < u\u0308 , U\u0308" }
}
}
aliasClient:alias {"/LOCALE/aliasDestination"}
aliasDestination {"tedest"}
rootAliasDestination {"correct"}
a {
a1{"a21"}
a2{"a22"}
a3{"a23"}
a4{"a24"}
}
zoneStrings{
{
"Pacific/Honolulu",
"Hawaii Standard Time",
"HST",
"Hawaii Daylight Time",
"HDT",
"Honolulu",
"Hawaii Time",
"HT",
}
{
"America/Anchorage",
"Alaska Standard Time",
"AKST",
"Alaska Daylight Time",
"AKDT",
"Anchorage",
"Alaska Time",
"AKT",
}
{
"America/Los_Angeles",
"Pacific Standard Time",
"PST",
"Pacific Daylight Time",
"PDT",
"Los Angeles",
"Pacific Time",
"PT",
}
{
"America/Phoenix",
"Mountain Standard Time",
"MST",
"Mountain Daylight Time",
"MDT",
"Phoenix",
"Mountain Time",
"MT",
}
{
"America/Denver",
"Mountain Standard Time",
"MST",
"Mountain Daylight Time",
"MDT",
"Denver",
"Mountain Time",
"MT",
}
}
tableT7996 {
a7996:alias {"sh"}
c7996 {"string c7996 in tableT7996 for te"}
}
}
//eof
|