|
|
|
|
|
|
|
*/ |
|
/* |
|
* Licensed to the Apache Software Foundation (ASF) under one or more |
|
* contributor license agreements. See the NOTICE file distributed with |
|
* this work for additional information regarding copyright ownership. |
|
* The ASF licenses this file to You under the Apache License, Version 2.0 |
|
* (the "License"); you may not use this file except in compliance with |
|
* the License. You may obtain a copy of the License at |
|
* |
|
* http://www.apache.org/licenses/LICENSE-2.0 |
|
* |
|
* Unless required by applicable law or agreed to in writing, software |
|
* distributed under the License is distributed on an "AS IS" BASIS, |
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
* See the License for the specific language governing permissions and |
|
* limitations under the License. |
|
*/ |
|
|
|
package com.sun.org.apache.xml.internal.utils.res; |
|
|
|
// |
|
// LangResources_en.properties |
|
// |
|
|
|
|
|
|
|
|
|
*/ |
|
public class XResources_zh_TW extends XResourceBundle |
|
{ |
|
private static final Object[][] _contents = new Object[][] |
|
{ |
|
{ "ui_language", "zh" }, { "help_language", "zh" }, { "language", "zh" }, |
|
{ "alphabet", new CharArrayWrapper( |
|
new char[]{ 0xff21, 0xff22, 0xff23, 0xff24, 0xff25, 0xff26, 0xff27, |
|
0xff28, 0xff29, 0xff2a, 0xff2b, 0xff2c, 0xff2d, 0xff2e, |
|
0xff2f, 0xff30, 0xff31, 0xff32, 0xff33, 0xff34, 0xff35, |
|
0xff36, 0xff37, 0xff38, 0xff39, 0xff3a }) }, |
|
{ "tradAlphabet", new CharArrayWrapper( |
|
new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', |
|
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', |
|
'Y', 'Z' }) }, |
|
|
|
|
|
{ "orientation", "LeftToRight" }, |
|
|
|
|
|
{ "numbering", "multiplicative-additive" }, |
|
{ "multiplierOrder", "follows" }, |
|
|
|
// largest numerical value |
|
//{"MaxNumericalValue", new Integer(100000000)}, |
|
|
|
{ "numberGroups", new IntArrayWrapper(new int[]{ 1 }) }, |
|
|
|
|
|
{ "zero", new CharArrayWrapper(new char[]{ 0x96f6 }) }, |
|
|
|
|
|
{ "multiplier", new LongArrayWrapper(new long[]{ 100000000, 10000, 1000, |
|
100, 10 }) }, |
|
{ "multiplierChar", new CharArrayWrapper( |
|
new char[]{ 0x5104, 0x842c, 0x4edf, 0x4f70, 0x62fe }) }, |
|
{ "digits", new CharArrayWrapper( |
|
new char[]{ 0x58f9, 0x8cb3, 0x53c3, 0x8086, 0x4f0d, 0x9678, 0x67d2, |
|
0x634c, 0x7396 }) }, { "tables", new StringArrayWrapper( |
|
new String[]{ "digits" }) } |
|
}; |
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
public Object[][] getContents() |
|
{ |
|
return _contents; |
|
} |
|
} |