19f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/*
29f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * Licensed to the Apache Software Foundation (ASF) under one
39f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * or more contributor license agreements. See the NOTICE file
49f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * distributed with this work for additional information
59f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * regarding copyright ownership. The ASF licenses this file
69f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * to you under the Apache License, Version 2.0 (the  "License");
79f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * you may not use this file except in compliance with the License.
89f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * You may obtain a copy of the License at
99f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
109f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *     http://www.apache.org/licenses/LICENSE-2.0
119f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
129f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * Unless required by applicable law or agreed to in writing, software
139f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * distributed under the License is distributed on an "AS IS" BASIS,
149f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
159f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * See the License for the specific language governing permissions and
169f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * limitations under the License.
179f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
189f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/*
199f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * $Id: XResources_zh_CN.java 468655 2006-10-28 07:12:06Z minchau $
209f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
219f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonpackage org.apache.xml.utils.res;
229f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
239f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson//
249f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson//  LangResources_en.properties
259f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson//
269f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
279f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/**
289f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * The Chinese resource bundle.
299f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * @xsl.usage internal
309f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
319f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonpublic class XResources_zh_CN extends XResourceBundle
329f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson{
339f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
349f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  /**
359f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson   * Get the association list.
369f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson   *
379f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson   * @return The association list.
389f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson   */
399f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  public Object[][] getContents()
409f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  {
419f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    return new Object[][]
429f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  {
439f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "ui_language", "zh" }, { "help_language", "zh" }, { "language", "zh" },
449f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "alphabet", new CharArrayWrapper(
459f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 0xff21, 0xff22, 0xff23, 0xff24, 0xff25, 0xff26, 0xff27,
469f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  0xff28, 0xff29, 0xff2a, 0xff2b, 0xff2c, 0xff2d, 0xff2e,
479f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  0xff2f, 0xff30, 0xff31, 0xff32, 0xff33, 0xff34, 0xff35,
489f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  0xff36, 0xff37, 0xff38, 0xff39, 0xff3a }) },
499f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "tradAlphabet", new CharArrayWrapper(
509f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
519f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
529f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'Y', 'Z' }) },
539f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
549f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //language orientation
559f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "orientation", "LeftToRight" },
569f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
579f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //language numbering
589f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "numbering", "multiplicative-additive" },
599f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "multiplierOrder", "follows" },
609f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
619f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    // largest numerical value
629f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"MaxNumericalValue", new Integer(100000000)},
639f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //These would not be used for EN. Only used for traditional numbering
649f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },
659f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
669f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    // simplified chinese
679f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "zero", new CharArrayWrapper(new char[]{ 0x96f6 }) },
689f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
699f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //These only used for mutiplicative-additive numbering
709f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "multiplier", new LongArrayWrapper(new long[]{ 100000000, 10000, 1000,
719f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson        100, 10 }) },
729f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "multiplierChar", new CharArrayWrapper(
739f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 0x4ebf, 0x4e07, 0x5343, 0x767e, 0x5341 }) },
749f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "digits", new CharArrayWrapper(
759f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 0x4e00, 0x4e8c, 0x4e09, 0x56db, 0x4e94, 0x516d, 0x4e03,
769f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  0x516b, 0x4e5d }) }, { "tables", new StringArrayWrapper(
779f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                      new String[]{ "digits" }) }
789f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  };
799f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  }
809f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson}
81