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

Diff of /classpath/gnu/java/locale/LocaleInformation_sq_AL.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_sq_AL extends ListResourceBundle  public class LocaleInformation_sq_AL 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, "e diel ", "e h\u00EBn\u00EB ", "e mart\u00EB ", "e m\u00EBrkur\u00EB ", "e enjte ", "e premte ", "e shtun\u00EB " };  
   
   static final String[] shortWeekdays = { null, "Die ", "H\u00EBn ", "Mar ", "M\u00EBr ", "Enj ", "Pre ", "Sht " };  
   
   static final String[] shortMonths = { "Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Kor", "Gsh", "Sht", "Tet", "N\u00EBn", "Dhj", null };  
   
   static final String[] months = { "janar", "shkurt", "mars", "prill", "maj", "qershor", "korrik", "gusht", "shtator", "tetor", "n\u00EBntor", "dhjetor", null };  
   
   static final String[] ampms = { "PD", "MD" };  
   static final String currencySymbol = "Lek";  
   static final String intlCurrencySymbol = "ALL";  
   
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 },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },
50    };    };
51    

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