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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 by mkoch, Sun Dec 19 13:57:46 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_en_AU extends ListResourceBundle  public class LocaleInformation_en_AU extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ".";  
   static final String groupingSeparator = ",";  
   static final String numberFormat = "#,###,##0.###";  
   static final String percentFormat = "#,###,##0%";  
   static final String[] weekdays = { null, "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" };  
   
   static final String[] shortWeekdays = { null, "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };  
   
   static final String[] shortMonths = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", null };  
   
   static final String[] months = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String currencySymbol = "$";  
   static final String intlCurrencySymbol = "AUD";  
   static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";  
   
47    private static final Object[][] contents =    private static final Object[][] contents =
48    {    {
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "shortDateFormat", "d/MM/yy" },      { "shortDateFormat", "d/MM/yy" },
50      { "mediumDateFormat", "dd/MM/yyyy" },      { "mediumDateFormat", "dd/MM/yyyy" },
51      { "longDateFormat", "d MMMM yyyy" },      { "longDateFormat", "d MMMM yyyy" },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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