14c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson/*
24c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * Licensed to the Apache Software Foundation (ASF) under one
34c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * or more contributor license agreements. See the NOTICE file
44c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * distributed with this work for additional information
54c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * regarding copyright ownership. The ASF licenses this file
64c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * to you under the Apache License, Version 2.0 (the  "License");
74c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * you may not use this file except in compliance with the License.
84c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * You may obtain a copy of the License at
94c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson *
104c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson *     http://www.apache.org/licenses/LICENSE-2.0
114c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson *
124c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * Unless required by applicable law or agreed to in writing, software
134c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * distributed under the License is distributed on an "AS IS" BASIS,
144c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
154c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * See the License for the specific language governing permissions and
164c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * limitations under the License.
174c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson */
184c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson/*
194c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * $Id: XResources_cy.java 468655 2006-10-28 07:12:06Z minchau $
204c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson */
214c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilsonpackage org.apache.xml.utils.res;
224c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
234c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
244c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson/**
254c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * The Cyrillic resource bundle.
264c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * @xsl.usage internal
274c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson */
284c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilsonpublic class XResources_cy extends XResourceBundle
294c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson{
304c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
314c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  /**
324c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   * Get the association list.
334c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   *
344c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   * @return The association list.
354c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   */
364c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  public Object[][] getContents()
374c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  {
384c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    return new Object[][]
394c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  {
404c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "ui_language", "cy" }, { "help_language", "cy" }, { "language", "cy" },
414c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "alphabet", new CharArrayWrapper(
424c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0430, 0x0432, 0x0433, 0x0434, 0x0435, 0x0437, 0x0438,
434c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0439, 0x04A9, 0x0457, 0x043A, 0x043B, 0x043C, 0x043D,
444c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x046F, 0x043E, 0x043F, 0x0447, 0x0440, 0x0441, 0x0442,
454c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0443, 0x0444, 0x0445, 0x0470, 0x0460, 0x0446 }) },
464c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tradAlphabet", new CharArrayWrapper(
474c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
484c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
494c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  'Y', 'Z' }) },
504c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
514c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //language orientation
524c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "orientation", "LeftToRight" },
534c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
544c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //language numbering
554c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"numbering", "additive"},
564c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "numbering", "multiplicative-additive" },
574c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "multiplierOrder", "precedes" },
584c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
594c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    // largest numerical value
604c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"MaxNumericalValue", new Integer(10000000000)},
614c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //These would not be used for EN. Only used for traditional numbering
624c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "numberGroups", new IntArrayWrapper(new int[]{ 100, 10, 1 }) },
634c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
644c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //These only used for mutiplicative-additive numbering
654c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "multiplier", new LongArrayWrapper(new long[]{ 1000 }) },
664c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "multiplierChar", new CharArrayWrapper(new char[]{ 0x03D9 }) },
674c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
684c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    // chinese only??
694c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "zero", new CharArrayWrapper(new char[0]) },
704c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
714c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"digits", new char[]{'a','b','c','d','e','f','g','h','i'}},
724c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "digits", new CharArrayWrapper(
734c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0430, 0x0432, 0x0433, 0x0434, 0x0435, 0x0437, 0x0438,
744c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0439, 0x04A9 }) },
754c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tens", new CharArrayWrapper(
764c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0457, 0x043A, 0x043B, 0x043C, 0x043D, 0x046F, 0x043E,
774c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x043F, 0x0447 }) },
784c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "hundreds", new CharArrayWrapper(
794c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0470,
804c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0460, 0x0446 }) },
814c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tables", new StringArrayWrapper(new String[]{ "hundreds", "tens", "digits" }) }
824c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  };
834c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  }
844c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson}
85