1 16 19 package org.apache.xml.utils.res; 20 21 25 29 public class XResources_he 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", "he" }, { "help_language", "he" }, { "language", "he" }, 46 { "alphabet", 47 new char[]{ 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 48 0x05D7, 0x05D8, 0x05D9, 0x05DA, 0x05DB, 0x05DC, 0x05DD, 49 0x05DE, 0x05DF, 0x05E0, 0x05E1 } }, 50 { "tradAlphabet", 51 new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 52 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 53 'Y', 'Z' } }, 54 55 { "orientation", "RightToLeft" }, 57 58 { "numbering", "additive" }, 60 61 { "numberGroups", new int[]{ 10, 1 } }, 65 66 { "digits", 71 new char[]{ 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 72 0x05D7, 0x05D8 } }, 73 { "tens", 74 new char[]{ 0x05D9, 0x05DA, 0x05DB, 0x05DC, 0x05DD, 0x05DE, 0x05DF, 75 0x05E0, 0x05E1 } }, 76 77 { "tables", new String []{ "tens", "digits" } } 79 }; 80 } 81 | Popular Tags |