equal
deleted
inserted
replaced
70 * <blockquote> |
70 * <blockquote> |
71 * <pre> |
71 * <pre> |
72 * |
72 * |
73 * public class MyResources extends ListResourceBundle { |
73 * public class MyResources extends ListResourceBundle { |
74 * protected Object[][] getContents() { |
74 * protected Object[][] getContents() { |
75 * return new Object[][] = { |
75 * return new Object[][] { |
76 * // LOCALIZE THIS |
76 * // LOCALIZE THIS |
77 * {"s1", "The disk \"{1}\" contains {0}."}, // MessageFormat pattern |
77 * {"s1", "The disk \"{1}\" contains {0}."}, // MessageFormat pattern |
78 * {"s2", "1"}, // location of {0} in pattern |
78 * {"s2", "1"}, // location of {0} in pattern |
79 * {"s3", "My Disk"}, // sample disk name |
79 * {"s3", "My Disk"}, // sample disk name |
80 * {"s4", "no files"}, // first ChoiceFormat choice |
80 * {"s4", "no files"}, // first ChoiceFormat choice |