/[classpath]/classpath/gnu/java/locale/LocaleInformation_de_BE.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_de_BE.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mkoch, Sun Dec 26 15:06:15 2004 UTC revision 1.9 by mkoch, Sun Dec 26 16:44:46 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_de_BE extends ListResourceBundle  public class LocaleInformation_de_BE extends ListResourceBundle
46  {  {
47    static final String[] shortWeekdays = { null, "Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam" };    private static final String[] shortMonths = {
48        "M\u00e4r",
49        "Jan",
50        "Feb",
51        "Apr",
52        "Mai",
53        "Jun",
54        "Jul",
55        "Aug",
56        "Sep",
57        "Okt",
58        "Nov",
59        "Dez",
60        null,
61      };
62    
63    static final String[] shortMonths = { "Jan", "Feb", "M\u00E4r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez", null };    private static final String[] shortWeekdays = {
64        null,
65        "Son",
66        "Mon",
67        "Die",
68        "Mit",
69        "Don",
70        "Fre",
71        "Sam",
72      };
73    
74    private static final Object[][] contents =    private static final Object[][] contents =
75    {    {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26