1 16 19 package org.apache.xml.utils.res; 20 21 25 29 public class XResources_hy extends XResourceBundle 30 { 31 32 37 public Object [][] getContents() 38 { 39 return contents; 40 } 41 42 43 static final Object [][] contents = 44 { 45 { "ui_language", "hy" }, { "help_language", "hy" }, { "language", "hy" }, 46 { "alphabet", 47 new char[]{ 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567, 48 0x0568, 0x0569, 0x056A, 0x056B, 0x056C, 0x056D, 0x056E, 49 0x056F, 0x0567, 0x0568, 0x0572, 0x0573, 0x0574, 0x0575, 50 0x0576, 0x0577, 0x0578, 0x0579, 0x057A, 0x057B, 0x057C, 51 0x057D, 0x057E, 0x057F, 0x0580, 0x0581, 0x0582, 0x0583, 52 0x0584 } }, 53 { "tradAlphabet", 54 new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 55 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 56 'Y', 'Z' } }, 57 58 { "orientation", "LeftToRight" }, 60 61 { "numbering", "additive" }, 63 64 { "numberGroups", new int[]{ 1000, 100, 10, 1 } }, 68 69 { "digits", 74 new char[]{ 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567, 75 0x0568, 0x0569 } }, 76 { "tens", 77 new char[]{ 0x056A, 0x056B, 0x056C, 0x056D, 0x056E, 0x056F, 0x0567, 78 0x0568, 0x0572 } }, 79 { "hundreds", 80 new char[]{ 0x0573, 0x0574, 0x0575, 0x0576, 0x0577, 0x0578, 0x0579, 81 0x057A, 0x057B } }, 82 { "thousands", 83 new char[]{ 0x057C, 0x057D, 0x057E, 0x057F, 0x0580, 0x0581, 0x0582, 84 0x0583, 0x0584 } }, 85 { "tables", new String []{ "thousands", "hundreds", "tens", "digits" } } 86 }; 87 } 88 | Popular Tags |