1 16 19 package org.apache.xml.utils.res; 20 21 22 26 public class XResources_cy extends XResourceBundle 27 { 28 29 34 public Object [][] getContents() 35 { 36 return contents; 37 } 38 39 40 static final Object [][] contents = 41 { 42 { "ui_language", "cy" }, { "help_language", "cy" }, { "language", "cy" }, 43 { "alphabet", 44 new char[]{ 0x0430, 0x0432, 0x0433, 0x0434, 0x0435, 0x0437, 0x0438, 45 0x0439, 0x04A9, 0x0457, 0x043A, 0x043B, 0x043C, 0x043D, 46 0x046F, 0x043E, 0x043F, 0x0447, 0x0440, 0x0441, 0x0442, 47 0x0443, 0x0444, 0x0445, 0x0470, 0x0460, 0x0446 } }, 48 { "tradAlphabet", 49 new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 50 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 51 'Y', 'Z' } }, 52 53 { "orientation", "LeftToRight" }, 55 56 { "numbering", "multiplicative-additive" }, 59 { "multiplierOrder", "precedes" }, 60 61 { "numberGroups", new int[]{ 100, 10, 1 } }, 65 66 { "multiplier", new long[]{ 1000 } }, 68 { "multiplierChar", new char[]{ 0x03D9 } }, 69 70 { "zero", new char[0] }, 72 73 { "digits", 75 new char[]{ 0x0430, 0x0432, 0x0433, 0x0434, 0x0435, 0x0437, 0x0438, 76 0x0439, 0x04A9 } }, 77 { "tens", 78 new char[]{ 0x0457, 0x043A, 0x043B, 0x043C, 0x043D, 0x046F, 0x043E, 79 0x043F, 0x0447 } }, 80 { "hundreds", 81 new char[]{ 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0470, 82 0x0460, 0x0446 } }, 83 { "tables", new String []{ "hundreds", "tens", "digits" } } 84 }; 85 } 86 | Popular Tags |