1 16 19 package org.apache.xml.utils.res; 20 21 25 29 public class XResources_ko 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", "ko" }, { "help_language", "ko" }, { "language", "ko" }, 46 { "alphabet", 47 new char[]{ 0x3131, 0x3134, 0x3137, 0x3139, 0x3141, 0x3142, 0x3145, 0x3147, 0x3148, 0x314a, 0x314b, 0x314c, 48 0x314d, 0x314e, 0x314f, 0x3151, 0x3153, 0x3155, 0x3157, 0x315b, 0x315c, 0x3160, 0x3161, 0x3163}}, 49 { "tradAlphabet", 50 new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 51 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 52 'Y', 'Z' } }, 53 54 { "orientation", "LeftToRight" }, 56 57 { "numbering", "multiplicative-additive" }, 59 { "multiplierOrder", "follows" }, 60 61 { "numberGroups", new int[]{ 1 } }, 65 66 { "zero", new char[0] }, 68 69 { "multiplier", new int[]{ 100000000, 10000, 1000, 100, 10 } }, 71 { "multiplierChar", 72 new char[]{ 0xc5b5, 0xb9cc, 0xcc9c, 0xbc31, 0xc2ed } }, 73 { "digits", 74 new char[]{ 0xc77c, 0xc774, 0xc0bc, 0xc0ac, 0xc624, 0xc721, 0xce60, 0xd314, 0xad6c 75 } }, { "tables", new String []{ "digits" } } 76 }; 77 } 78 | Popular Tags |