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_hy.java 468655 2006-10-28 07:12:06Z minchau $
204c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson */
214c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilsonpackage org.apache.xml.utils.res;
224c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
234c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson//
244c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson//  LangResources_en.properties
254c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson//
264c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
274c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson/**
284c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * The Armenian resource bundle.
294c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson * @xsl.usage internal
304c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson */
314c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilsonpublic class XResources_hy extends XResourceBundle
324c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson{
334c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
344c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  /**
354c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   * Get the association list.
364c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   *
374c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   * @return The association list.
384c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson   */
394c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  public Object[][] getContents()
404c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  {
414c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    return new Object[][]
424c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  {
434c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "ui_language", "hy" }, { "help_language", "hy" }, { "language", "hy" },
444c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "alphabet", new CharArrayWrapper(
454c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567,
464c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0568, 0x0569, 0x056A, 0x056B, 0x056C, 0x056D, 0x056E,
474c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x056F, 0x0567, 0x0568, 0x0572, 0x0573, 0x0574, 0x0575,
484c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0576, 0x0577, 0x0578, 0x0579, 0x057A, 0x057B, 0x057C,
494c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x057D, 0x057E, 0x057F, 0x0580, 0x0581, 0x0582, 0x0583,
504c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0584 }) },
514c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tradAlphabet", new CharArrayWrapper(
524c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
534c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
544c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  'Y', 'Z' }) },
554c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
564c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //language orientation
574c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "orientation", "LeftToRight" },
584c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
594c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //language numbering
604c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "numbering", "additive" },
614c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
624c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    // largest numerical value
634c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"MaxNumericalValue", new Integer()},
644c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //These would not be used for EN. Only used for traditional numbering
654c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "numberGroups", new IntArrayWrapper(new int[]{ 1000, 100, 10, 1 }) },
664c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson
674c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //These only used for mutiplicative-additive numbering
684c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"multiplier", "10"},
694c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"multiplierChar", "M"},
704c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    //{"digits", new char[]{'a','b','c','d','e','f','g','h','i'}},
714c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "digits", new CharArrayWrapper(
724c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567,
734c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0568, 0x0569 }) },
744c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tens", new CharArrayWrapper(
754c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x056A, 0x056B, 0x056C, 0x056D, 0x056E, 0x056F, 0x0567,
764c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0568, 0x0572 }) },
774c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "hundreds", new CharArrayWrapper(
784c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x0573, 0x0574, 0x0575, 0x0576, 0x0577, 0x0578, 0x0579,
794c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x057A, 0x057B }) },
804c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "thousands", new CharArrayWrapper(
814c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson      new char[]{ 0x057C, 0x057D, 0x057E, 0x057F, 0x0580, 0x0581, 0x0582,
824c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson                  0x0583, 0x0584 }) },
834c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson    { "tables", new StringArrayWrapper(new String[]{ "thousands", "hundreds", "tens", "digits" }) }
844c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  };
854c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson  }
864c7a0d97cf2b27790e6236965a1d798d710d7ec7Jesse Wilson}
87