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_de.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_de.properties
259f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson//
269f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
279f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/**
289f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * The German resource bundle.
299f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * @xsl.usage internal
309f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
319f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonpublic class XResources_de 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", "de" }, { "help_language", "de" }, { "language", "de" },
449f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "alphabet", new CharArrayWrapper(
459f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
469f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
479f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'Y', 'Z' }) },
489f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "tradAlphabet", new CharArrayWrapper(
499f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson      new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L',
509f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
519f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                  'Y', 'Z' }) },
529f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
539f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //language orientation
549f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "orientation", "LeftToRight" },
559f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
569f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //language numbering
579f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    { "numbering", "additive" },
589f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
599f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    // largest numerical value
609f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"MaxNumericalValue", new Integer()},
619f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //These would not be used for EN. Only used for traditional numbering
629f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"numberGroups", new int[]{10,1}},
639f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //These only used for mutiplicative-additive numbering
649f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"multiplier", "10"},
659f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"multiplierChar", "M"},
669f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"digits", new char[]{'a','b','c','d','e','f','g','h','i'}},
679f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"digits", new char[]{0x10D0,0x10D1,0x10D2,0x10D3,0x10D4,0x10D5,0x10D6,0x10D7,0x10D8}},
689f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"tens", new char[]{0x10D9,0x10DA,0x10DB,0x10DC,0x10DD,0x10DE,0x10DF,0x10E0,0x10E1}},
699f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //hundreds, etc...
709f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    //{"tables", new String[]{"tens", "digits"}}
719f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  };
729f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson  }
739f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson}
74