Index: gnu/java/locale/LocaleInformation_ar_QA.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_ar_QA.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_ar_QA.java --- gnu/java/locale/LocaleInformation_ar_QA.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_ar_QA.java 17 Dec 2004 14:57:05 -0000 @@ -79,7 +79,6 @@ { "shortDateFormat", shortDateFormat }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, { "decimalSeparator", decimalSeparator }, { "groupingSeparator", groupingSeparator }, { "numberFormat", numberFormat }, Index: gnu/java/locale/LocaleInformation_ar_SY.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_ar_SY.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_ar_SY.java --- gnu/java/locale/LocaleInformation_ar_SY.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_ar_SY.java 17 Dec 2004 14:57:05 -0000 @@ -103,7 +103,7 @@ { "currencyFormat", "\u00a4###0.00;-\u00a4###0.00" }, { "shortMonths", shortMonths }, { "months", months }, - { "shortWeekdays", shortWeekdays } + { "shortWeekdays", shortWeekdays }, { "ampms", ampms }, { "shortDateFormat", shortDateFormat }, { "currencySymbol", currencySymbol }, Index: gnu/java/locale/LocaleInformation_cy_GB.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_cy_GB.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_cy_GB.java --- gnu/java/locale/LocaleInformation_cy_GB.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_cy_GB.java 17 Dec 2004 14:57:05 -0000 @@ -44,10 +44,6 @@ public class LocaleInformation_cy_GB extends ListResourceBundle { - static final String decimalSeparator = LocaleInformation_en_GB.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_GB.groupingSeparator; - static final String numberFormat = LocaleInformation_en_GB.numberFormat; - static final String percentFormat = LocaleInformation_en_GB.percentFormat; static final String[] weekdays = { null, "Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn" }; static final String[] shortWeekdays = { null, "Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad" }; @@ -57,8 +53,9 @@ static final String[] months = { "Ionawr", "Chwefror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorffennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr", null }; static final String[] ampms = { "", "" }; - static final String currencySymbol = LocaleInformation_en_GB.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_en_GB.intlCurrencySymbol; + + static final String currencySymbol = "\u00A3"; + static final String intlCurrencySymbol = "GBP"; private static final Object[][] contents = { @@ -69,10 +66,10 @@ { "ampms", ampms }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, + { "decimalSeparator", "." }, + { "groupingSeparator", "," }, + { "percentFormat", "#,##0%" }, + { "numberFormat", "#,##0.###" }, { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" }, { "shortDateFormat", "dd/MM/yyyy" }, { "mediumDateFormat", "d MMM yyyy" }, Index: gnu/java/locale/LocaleInformation_de_BE.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_de_BE.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_de_BE.java --- gnu/java/locale/LocaleInformation_de_BE.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_de_BE.java 17 Dec 2004 14:57:05 -0000 @@ -60,7 +60,7 @@ { "mediumDateFormat", "d-MMM-yy" }, { "longDateFormat", "d MMMM yyyy" }, { "fullDateFormat", "EEEE d MMMM yyyy" }, - { "fullTimeFormat", "HH 'h' mm 'min' ss 's' z" } + { "fullTimeFormat", "HH 'h' mm 'min' ss 's' z" }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, }; Index: gnu/java/locale/LocaleInformation_en_GB.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_en_GB.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_en_GB.java --- gnu/java/locale/LocaleInformation_en_GB.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_en_GB.java 17 Dec 2004 14:57:05 -0000 @@ -49,6 +49,7 @@ static final String currencySymbol = "\u00A3"; static final String intlCurrencySymbol = "GBP"; static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00"; + private static final String[][] zoneStrings = { { "Europe/London", "Greenwich Mean Time", "GMT", "", "" } Index: gnu/java/locale/LocaleInformation_es_ES.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_es_ES.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_es_ES.java --- gnu/java/locale/LocaleInformation_es_ES.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_es_ES.java 17 Dec 2004 14:57:05 -0000 @@ -55,6 +55,7 @@ static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null }; static final String[] ampms = { "", "" }; + static final String currencySymbol = "Pts"; static final String intlCurrencySymbol = "ESP"; static final String currencyFormat = "$ #,###,##0.;-$ #,###,##0."; Index: gnu/java/locale/LocaleInformation_es_US.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_es_US.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_es_US.java --- gnu/java/locale/LocaleInformation_es_US.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_es_US.java 17 Dec 2004 14:57:05 -0000 @@ -44,10 +44,6 @@ public class LocaleInformation_es_US extends ListResourceBundle { - static final String decimalSeparator = LocaleInformation_en_US.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_US.groupingSeparator; - static final String numberFormat = LocaleInformation_en_US.numberFormat; - static final String percentFormat = LocaleInformation_en_US.percentFormat; static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" }; static final String[] shortWeekdays = { null, "dom", "lun", "mar", "mi\u00E9", "jue", "vie", "s\u00E1b" }; @@ -71,10 +67,9 @@ { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, { "currencyFormat", currencyFormat }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, + { "decimalSeparator", "." }, + { "groupingSeparator", "," }, + { "percentFormat", "#,##0%" }, { "shortDateFormat", "M/d/yy" }, { "mediumDateFormat", "MMM d, yyyy" }, { "shortTimeFormat", "h:mm a" }, Index: gnu/java/locale/LocaleInformation_fo_FO.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_fo_FO.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_fo_FO.java --- gnu/java/locale/LocaleInformation_fo_FO.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_fo_FO.java 17 Dec 2004 14:57:05 -0000 @@ -44,37 +44,25 @@ public class LocaleInformation_fo_FO extends ListResourceBundle { - static final String decimalSeparator = LocaleInformation_da_DK.decimalSeparator; - static final String groupingSeparator = LocaleInformation_da_DK.groupingSeparator; - static final String numberFormat = LocaleInformation_da_DK.numberFormat; - static final String percentFormat = LocaleInformation_da_DK.percentFormat; static final String[] weekdays = { null, "sunnudagur", "m\u00E1nadagur", "t\u00FDsdagur", "mikudagur", "h\u00F3sdagur", "fr\u00EDggjadagur", "leygardagur" }; - static final String[] shortWeekdays = { null, "sun", "m\u00E1n", "t\u00FDs", "mik", "h\u00F3s", "fr\u00ED", "ley" }; - static final String[] shortMonths = { "jan", "feb", "mar", "apr", "mai", "jun", "jul", "aug", "sep", "okt", "nov", "des", null }; - static final String[] months = { "januar", "februar", "mars", "apr\u00EDl", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember", null }; - static final String[] ampms = { "", "" }; - static final String shortDateFormat = "dd/MM-yyyy"; - static final String currencySymbol = LocaleInformation_da_DK.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_da_DK.intlCurrencySymbol; - + static final String currencySymbol = "kr"; + static final String intlCurrencySymbol = "DKK"; + private static final Object[][] contents = { + { "decimalSeparator", "," }, + { "groupingSeparator", "." }, { "weekdays", weekdays }, { "shortWeekdays", shortWeekdays }, { "shortMonths", shortMonths }, { "months", months }, { "ampms", ampms }, - { "shortDateFormat", shortDateFormat }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, { "currencyFormat", "\u00a4#,##0.00;\u00a4 -#,##0.00" } }; Index: gnu/java/locale/LocaleInformation_fr_CH.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_fr_CH.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_fr_CH.java --- gnu/java/locale/LocaleInformation_fr_CH.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_fr_CH.java 17 Dec 2004 14:57:05 -0000 @@ -67,7 +67,6 @@ { "ampms", ampms }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "numberFormat", numberFormat }, { "percentFormat", percentFormat }, { "decimalSeparator", "." }, { "groupingSeparator", "'" }, Index: gnu/java/locale/LocaleInformation_it_CH.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_it_CH.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_it_CH.java --- gnu/java/locale/LocaleInformation_it_CH.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_it_CH.java 17 Dec 2004 14:57:05 -0000 @@ -67,7 +67,7 @@ { "mediumDateFormat", "d-MMM-yy" }, { "longDateFormat", "d MMMM yyyy" }, { "fullDateFormat", "EEEE, d MMMM yyyy" }, - { "fullTimeFormat", "HH.mm:ss' h' z" } + { "fullTimeFormat", "HH.mm:ss' h' z" }, { "weekdays", weekdays }, { "shortWeekdays", shortWeekdays }, { "shortMonths", shortMonths }, Index: gnu/java/locale/LocaleInformation_kl_GL.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_kl_GL.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_kl_GL.java --- gnu/java/locale/LocaleInformation_kl_GL.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_kl_GL.java 17 Dec 2004 14:57:05 -0000 @@ -44,21 +44,13 @@ public class LocaleInformation_kl_GL extends ListResourceBundle { - static final String decimalSeparator = LocaleInformation_da_DK.decimalSeparator; - static final String groupingSeparator = LocaleInformation_da_DK.groupingSeparator; - static final String numberFormat = LocaleInformation_da_DK.numberFormat; - static final String percentFormat = LocaleInformation_da_DK.percentFormat; static final String[] weekdays = { null, "sabaat", "ataasinngorneq", "marlunngorneq", "pingasunngorneq", "sisamanngorneq", "tallimanngorneq", "arfininngorneq" }; - static final String[] shortWeekdays = { null, "sab", "ata", "mar", "pin", "sis", "tal", "arf" }; - static final String[] shortMonths = { "jan", "feb", "mar", "apr", "maj", "jun", "jul", "aug", "sep", "okt", "nov", "dec", null }; - static final String[] months = { "januari", "februari", "martsi", "aprili", "maji", "juni", "juli", "augustusi", "septemberi", "oktoberi", "novemberi", "decemberi", null }; - static final String[] ampms = { "", "" }; - static final String currencySymbol = LocaleInformation_da_DK.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_da_DK.intlCurrencySymbol; + static final String currencySymbol = "kr"; + static final String intlCurrencySymbol = "DKK"; private static final Object[][] contents = { @@ -69,10 +61,8 @@ { "ampms", ampms }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, + { "decimalSeparator", "," }, + { "groupingSeparator", "." }, { "currencyFormat", "\u00a4#,##0.00;\u00a4 -#,##0.00" }, { "shortDateFormat", "dd/MM/yy" }, { "mediumDateFormat", "MMM dd,yy" }, Index: gnu/java/locale/LocaleInformation_nl_BE.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_nl_BE.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_nl_BE.java --- gnu/java/locale/LocaleInformation_nl_BE.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_nl_BE.java 17 Dec 2004 14:57:05 -0000 @@ -44,10 +44,10 @@ public class LocaleInformation_nl_BE extends ListResourceBundle { - static final String decimalSeparator = LocaleInformation_fr_BE.decimalSeparator; - static final String groupingSeparator = LocaleInformation_fr_BE.groupingSeparator; - static final String numberFormat = LocaleInformation_fr_BE.numberFormat; - static final String percentFormat = LocaleInformation_fr_BE.percentFormat; + static final String decimalSeparator = ","; + static final String numberFormat = "#.###"; + static final String percentFormat = "#%"; + static final String[] weekdays = { null, "zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag" }; static final String[] shortWeekdays = { null, "zo", "ma", "di", "wo", "do", "vr", "za" }; @@ -57,8 +57,8 @@ static final String[] months = { "januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december", null }; static final String[] ampms = { "", "" }; - static final String currencySymbol = LocaleInformation_fr_BE.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_fr_BE.intlCurrencySymbol; + static final String currencySymbol = "FB"; + static final String intlCurrencySymbol = "BEF"; private static final Object[][] contents = { @@ -70,7 +70,7 @@ { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, + { "groupingSeparator", "." }, { "numberFormat", numberFormat }, { "percentFormat", percentFormat }, { "currencyFormat", "#,##0.00 \u00a4;-#,##0.00 \u00a4" }, Index: gnu/java/locale/LocaleInformation_pt_BR.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_pt_BR.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_pt_BR.java --- gnu/java/locale/LocaleInformation_pt_BR.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_pt_BR.java 17 Dec 2004 14:57:05 -0000 @@ -49,14 +49,13 @@ static final String numberFormat = "#.###"; static final String percentFormat = "#%"; static final String[] weekdays = { null, "domingo", "segunda", "ter\u00E7a", "quarta", "quinta", "sexta", "s\u00E1bado" }; - static final String[] shortWeekdays = { null, "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "S\u00E1b" }; - static final String[] shortMonths = { "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez", null }; - static final String[] months = { "janeiro", "fevereiro", "mar\u00E7o", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro", "novembro", "dezembro", null }; - static final String[] ampms = { "", "" }; + static final String currencySymbol = "R$"; + static final String intlCurrencySymbol = "BRL"; + static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $"; private static final Object[][] contents = { @@ -67,7 +66,6 @@ { "ampms", ampms }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, { "decimalSeparator", decimalSeparator }, { "groupingSeparator", groupingSeparator }, { "numberFormat", numberFormat }, Index: gnu/java/locale/LocaleInformation_sv_SE.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_sv_SE.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_sv_SE.java --- gnu/java/locale/LocaleInformation_sv_SE.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_sv_SE.java 17 Dec 2004 14:57:05 -0000 @@ -68,7 +68,6 @@ { "ampms", ampms }, { "currencySymbol", currencySymbol }, { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, { "decimalSeparator", decimalSeparator }, { "groupingSeparator", groupingSeparator }, { "numberFormat", numberFormat }, Index: gnu/java/locale/LocaleInformation_te_IN.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_te_IN.java,v retrieving revision 1.5 diff -u -r1.5 LocaleInformation_te_IN.java --- gnu/java/locale/LocaleInformation_te_IN.java 17 Dec 2004 14:04:19 -0000 1.5 +++ gnu/java/locale/LocaleInformation_te_IN.java 17 Dec 2004 14:57:05 -0000 @@ -72,7 +72,6 @@ { "decimalSeparator", decimalSeparator }, { "groupingSeparator", groupingSeparator }, { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, { "percentFormat", "##,##,##0%" }, { "currencyFormat", "\u00a4 ##,##,##0.00;-\u00a4 ##,##,##0.00" }, { "shortDateFormat", "dd-MM-yy" }, Index: gnu/java/locale/LocaleInformation_gd_GB.java =================================================================== RCS file: gnu/java/locale/LocaleInformation_gd_GB.java diff -N gnu/java/locale/LocaleInformation_gd_GB.java --- gnu/java/locale/LocaleInformation_gd_GB.java 17 Dec 2004 11:01:32 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,84 +0,0 @@ -/* LocaleInformation_gd_GB.java - Copyright (C) 2002 Free Software Foundation, Inc. - -This file is part of GNU Classpath. - -GNU Classpath is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU Classpath is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. - -Linking this library statically or dynamically with other modules is -making a combined work based on this library. Thus, the terms and -conditions of the GNU General Public License cover the whole -combination. - -As a special exception, the copyright holders of this library give you -permission to link this library with independent modules to produce an -executable, regardless of the license terms of these independent -modules, and to copy and distribute the resulting executable under -terms of your choice, provided that you also meet, for each linked -independent module, the terms and conditions of the license of that -module. An independent module is a module which is not derived from -or based on this library. If you modify this library, you may extend -this exception to your version of the library, but you are not -obligated to do so. If you do not wish to do so, delete this -exception statement from your version. */ - - -// This file was automatically generated by localedef. - -package gnu.java.locale; - -import java.util.ListResourceBundle; - -public class LocaleInformation_gd_GB extends ListResourceBundle -{ - static final String decimalSeparator = LocaleInformation_en_GB.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_GB.groupingSeparator; - static final String numberFormat = LocaleInformation_en_GB.numberFormat; - static final String percentFormat = LocaleInformation_en_GB.percentFormat; - static final String[] weekdays = { null, "Did\u00F2mhnaich", "Diluain", "Dim\u00E0irt", "Diciadain", "Diardaoin", "Dihaoine", "Disathairne" }; - - static final String[] shortWeekdays = { null, "Dido", "Dilu", "Dim", "Dic", "Diar", "Diha", "Disa" }; - - static final String[] shortMonths = { "Fao", "Gea", "M\u00E0r", "Gib", "Mh\u00E0", "OgM", "luc", "L\u00F9n", "Sul", "Dam", "Sam", "D\u00F9b", null }; - - static final String[] months = { "Am Faoilteach", "An Gearran", "Am M\u00E0rt", "An Giblean", "A' Mh\u00E0igh", "An t-Mh\u00ECos", "An t-luchar", "An L\u00F9nasdal", "An t-Sultain", "An Damhair", "An t-Samhain", "An D\u00F9bhlachd", null }; - - static final String[] ampms = { "", "" }; - - static final String shortDateFormat = "dd/MM/yy"; - static final String currencySymbol = LocaleInformation_en_GB.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_en_GB.intlCurrencySymbol; - static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; - - private static final Object[][] contents = - { - { "weekdays", weekdays }, - { "shortWeekdays", shortWeekdays }, - { "shortMonths", shortMonths }, - { "months", months }, - { "ampms", ampms }, - { "shortDateFormat", shortDateFormat }, - { "currencySymbol", currencySymbol }, - { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, - }; - - public Object[][] getContents () { return contents; } -} Index: gnu/java/locale/LocaleInformation_mi_NZ.java =================================================================== RCS file: gnu/java/locale/LocaleInformation_mi_NZ.java diff -N gnu/java/locale/LocaleInformation_mi_NZ.java --- gnu/java/locale/LocaleInformation_mi_NZ.java 17 Dec 2004 11:01:32 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,84 +0,0 @@ -/* LocaleInformation_mi_NZ.java - Copyright (C) 2002 Free Software Foundation, Inc. - -This file is part of GNU Classpath. - -GNU Classpath is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU Classpath is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. - -Linking this library statically or dynamically with other modules is -making a combined work based on this library. Thus, the terms and -conditions of the GNU General Public License cover the whole -combination. - -As a special exception, the copyright holders of this library give you -permission to link this library with independent modules to produce an -executable, regardless of the license terms of these independent -modules, and to copy and distribute the resulting executable under -terms of your choice, provided that you also meet, for each linked -independent module, the terms and conditions of the license of that -module. An independent module is a module which is not derived from -or based on this library. If you modify this library, you may extend -this exception to your version of the library, but you are not -obligated to do so. If you do not wish to do so, delete this -exception statement from your version. */ - - -// This file was automatically generated by localedef. - -package gnu.java.locale; - -import java.util.ListResourceBundle; - -public class LocaleInformation_mi_NZ extends ListResourceBundle -{ - static final String decimalSeparator = LocaleInformation_en_NZ.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_NZ.groupingSeparator; - static final String numberFormat = LocaleInformation_en_NZ.numberFormat; - static final String percentFormat = LocaleInformation_en_NZ.percentFormat; - static final String[] weekdays = { null, "R\u0101tapu", "Mane", "T\u016Brei", "Wenerei", "T\u0101ite", "Paraire", "H\u0101tarei" }; - - static final String[] shortWeekdays = { null, "Ta", "Ma", "T\u016B", "We", "T\u0101i", "Pa", "H\u0101" }; - - static final String[] shortMonths = { "Kohi", "Hui", "Pou", "Pae", "Hara", "Pipi", "H\u014Dngoi", "Here", "Mahu", "Whi-nu", "Whi-ra", "Haki", null }; - - static final String[] months = { "Kohi-t\u0101tea", "Hui-tanguru", "Pout\u016B-te-rangi", "Paenga-wh\u0101wh\u0101", "Haratua", "Pipiri", "H\u014Dngoingoi", "Here-turi-k\u014Dk\u0101", "Mahuru", "Whiringa-\u0101-nuku", "Whiringa-\u0101-rangi", "Hakihea", null }; - - static final String[] ampms = { "", "" }; - - static final String shortDateFormat = "dd/MM/yy"; - static final String currencySymbol = LocaleInformation_en_NZ.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_en_NZ.intlCurrencySymbol; - static final String currencyFormat = LocaleInformation_en_NZ.currencyFormat; - - private static final Object[][] contents = - { - { "weekdays", weekdays }, - { "shortWeekdays", shortWeekdays }, - { "shortMonths", shortMonths }, - { "months", months }, - { "ampms", ampms }, - { "shortDateFormat", shortDateFormat }, - { "currencySymbol", currencySymbol }, - { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, - }; - - public Object[][] getContents () { return contents; } -} Index: gnu/java/locale/LocaleInformation_tl_PH.java =================================================================== RCS file: gnu/java/locale/LocaleInformation_tl_PH.java diff -N gnu/java/locale/LocaleInformation_tl_PH.java --- gnu/java/locale/LocaleInformation_tl_PH.java 17 Dec 2004 11:01:32 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,84 +0,0 @@ -/* LocaleInformation_tl_PH.java - Copyright (C) 2002 Free Software Foundation, Inc. - -This file is part of GNU Classpath. - -GNU Classpath is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU Classpath is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. - -Linking this library statically or dynamically with other modules is -making a combined work based on this library. Thus, the terms and -conditions of the GNU General Public License cover the whole -combination. - -As a special exception, the copyright holders of this library give you -permission to link this library with independent modules to produce an -executable, regardless of the license terms of these independent -modules, and to copy and distribute the resulting executable under -terms of your choice, provided that you also meet, for each linked -independent module, the terms and conditions of the license of that -module. An independent module is a module which is not derived from -or based on this library. If you modify this library, you may extend -this exception to your version of the library, but you are not -obligated to do so. If you do not wish to do so, delete this -exception statement from your version. */ - - -// This file was automatically generated by localedef. - -package gnu.java.locale; - -import java.util.ListResourceBundle; - -public class LocaleInformation_tl_PH extends ListResourceBundle -{ - static final String decimalSeparator = LocaleInformation_en_US.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_US.groupingSeparator; - static final String numberFormat = LocaleInformation_en_US.numberFormat; - static final String percentFormat = LocaleInformation_en_US.percentFormat; - static final String[] weekdays = { null, "Linggo", "Lunes", "Martes", "Miyerkoles", "Huwebes", "Biyernes", "Sabado" }; - - static final String[] shortWeekdays = { null, "Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab" }; - - static final String[] shortMonths = { "Ene", "Peb", "Mar", "Abr", "May", "Hun", "Hul", "Ago", "Sep", "Okt", "Nob", "Dis", null }; - - static final String[] months = { "Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Septiyembre", "Oktubre", "Nobiyembre", "Disyembre", null }; - - static final String[] ampms = { "AM", "PM" }; - - static final String shortDateFormat = "MM/dd/yy"; - static final String currencySymbol = "PhP"; - static final String intlCurrencySymbol = "PHP"; - static final String currencyFormat = "$#,###,##0.00;-$ #,###,##0.00"; - - private static final Object[][] contents = - { - { "weekdays", weekdays }, - { "shortWeekdays", shortWeekdays }, - { "shortMonths", shortMonths }, - { "months", months }, - { "ampms", ampms }, - { "shortDateFormat", shortDateFormat }, - { "currencySymbol", currencySymbol }, - { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, - }; - - public Object[][] getContents () { return contents; } -} Index: gnu/java/locale/LocaleInformation_yi_US.java =================================================================== RCS file: gnu/java/locale/LocaleInformation_yi_US.java diff -N gnu/java/locale/LocaleInformation_yi_US.java --- gnu/java/locale/LocaleInformation_yi_US.java 17 Dec 2004 11:01:32 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,84 +0,0 @@ -/* LocaleInformation_yi_US.java - Copyright (C) 2002 Free Software Foundation, Inc. - -This file is part of GNU Classpath. - -GNU Classpath is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU Classpath is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Classpath; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307 USA. - -Linking this library statically or dynamically with other modules is -making a combined work based on this library. Thus, the terms and -conditions of the GNU General Public License cover the whole -combination. - -As a special exception, the copyright holders of this library give you -permission to link this library with independent modules to produce an -executable, regardless of the license terms of these independent -modules, and to copy and distribute the resulting executable under -terms of your choice, provided that you also meet, for each linked -independent module, the terms and conditions of the license of that -module. An independent module is a module which is not derived from -or based on this library. If you modify this library, you may extend -this exception to your version of the library, but you are not -obligated to do so. If you do not wish to do so, delete this -exception statement from your version. */ - - -// This file was automatically generated by localedef. - -package gnu.java.locale; - -import java.util.ListResourceBundle; - -public class LocaleInformation_yi_US extends ListResourceBundle -{ - static final String decimalSeparator = LocaleInformation_en_US.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_US.groupingSeparator; - static final String numberFormat = LocaleInformation_en_US.numberFormat; - static final String percentFormat = LocaleInformation_en_US.percentFormat; - static final String[] weekdays = { null, "\u05D6\u05D5\u05E0\u05D8\u05D9\u05E7", "\u05DE\u05D0\u05B8\u05E0\u05D8\u05D9\u05E7", "\u05D3\u05D9\u05E0\u05E1\u05D8\u05D9\u05E7", "\u05DE\u05D9\u05D8\u05F0\u05D0\u05B8\u05DA", "\u05D3\u05D0\u05B8\u05E0\u05E2\u05E8\u05E9\u05D8\u05D9\u05E7", "\u05E4\u05BF\u05E8\u05F2\u05B7\u05D8\u05D9\u05E7", "\u05E9\u05D1\u05EA" }; - - static final String[] shortWeekdays = { null, "\u05D6\u05D5\u05E0'", "\u05DE\u05D0\u05B8\u05E0'", "\u05D3\u05D9\u05E0'", "\u05DE\u05D9\u05D8'", "\u05D3\u05D0\u05B8\u05E0'", "\u05E4\u05BF\u05E8\u05F2\u05B7'", "\u05E9\u05D1\u05EA" }; - - static final String[] shortMonths = { "\u05D9\u05D0\u05B7\u05E0'", "\u05E4\u05BF\u05E2\u05D1'", "\u05DE\u05D0\u05B7\u05E8'", "\u05D0\u05B7\u05E4\u05BC\u05E8'", "\u05DE\u05F2\u05B7", "\u05D9\u05D5\u05E0'", "\u05D9\u05D5\u05DC'", "\u05D0\u05F1\u05D2'", "\u05E1\u05E2\u05E4\u05BC'", "\u05D0\u05B8\u05E7\u05D8'", "\u05E0\u05D0\u05B8\u05F0'", "\u05D3\u05E2\u05E6'", null }; - - static final String[] months = { "\u05D9\u05D0\u05B7\u05E0\u05D5\u05D0\u05B7\u05E8", "\u05E4\u05BF\u05E2\u05D1\u05E8\u05D5\u05D0\u05B7\u05E8", "\u05DE\u05D0\u05B7\u05E8\u05E5", "\u05D0\u05B7\u05E4\u05BC\u05E8\u05D9\u05DC", "\u05DE\u05F2\u05B7", "\u05D9\u05D5\u05E0\u05D9", "\u05D9\u05D5\u05DC\u05D9", "\u05D0\u05F1\u05D2\u05E1\u05D8", "\u05E1\u05E2\u05E4\u05BC\u05D8\u05E2\u05DE\u05D1\u05E2\u05E8", "\u05D0\u05B8\u05E7\u05D8\u05D0\u05B8\u05D1\u05E2\u05E8", "\u05E0A\u05B8\u05F0\u05E2\u05DE\u05D1\u05E2\u05E8", "\u05D3\u05E6\u05DE\u05D1\u05E8", null }; - - static final String[] ampms = { "AM", "PM" }; - - static final String shortDateFormat = "dd/MM/yy"; - static final String currencySymbol = "$"; - static final String intlCurrencySymbol = "USD"; - static final String currencyFormat = "$ #,###,##0.00;$ #,###,##0.00-"; - - private static final Object[][] contents = - { - { "weekdays", weekdays }, - { "shortWeekdays", shortWeekdays }, - { "shortMonths", shortMonths }, - { "months", months }, - { "ampms", ampms }, - { "shortDateFormat", shortDateFormat }, - { "currencySymbol", currencySymbol }, - { "intlCurrencySymbol", intlCurrencySymbol }, - { "currencyFormat", currencyFormat }, - { "decimalSeparator", decimalSeparator }, - { "groupingSeparator", groupingSeparator }, - { "numberFormat", numberFormat }, - { "percentFormat", percentFormat }, - }; - - public Object[][] getContents () { return contents; } -}