diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-16 00:30:23 +0000 |
| commit | c8875fb97fc03779a5bba09872227b1d08e5d52a (patch) | |
| tree | a0b991cf5866ae1d616639b906ac001811d74508 /libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties | |
| parent | c40c1730800ed292b6db39a83d592476fa59623c (diff) | |
| download | ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.tar.gz ppe42-gcc-c8875fb97fc03779a5bba09872227b1d08e5d52a.zip | |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties')
| -rw-r--r-- | libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties b/libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties new file mode 100644 index 00000000000..8bcc77e3953 --- /dev/null +++ b/libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties @@ -0,0 +1,48 @@ +# LocaleInformation.properties -- +# Copyright (C) 1991-2005 Unicode, Inc. +# All rights reserved. Distributed under the Terms of Use +# in http://www.unicode.org/copyright.html. +# +# This file was automatically generated by gnu.localegen from CLDR. + +percent=% +perMill=\u2030 +exponential=E +infinity=\u221e +NaN=\ufffd +minusSign=- +zeroDigit=0 +decimalSeparator=. +groupingSeparator=, +digit=# +percentFormat=#,##0% +currencyFormat=\u00a4 #,##0.00;-\u00a4 #,##0.00 +localPatternChars=GyMdkHmsSEDFwWahKzYeugAZ +currenciesDisplayName.INR=INR +currenciesDisplayName.JPY=JPY +currenciesDisplayName.ITL=ITL +currenciesDisplayName.EUR=EUR +currenciesDisplayName.GBP=GBP +currenciesDisplayName.USD=USD +currenciesSymbol.INR==0#Rs.|1#Re.|1<Rs. +currenciesSymbol.JPY=\u00a5 +currenciesSymbol.ITL=\u20a4 +currenciesSymbol.EUR=\u20ac +currenciesSymbol.GBP=\u00a3 +currenciesSymbol.USD=$ +shortMonths=1®2®3®4®5®6®7®8®9®10®11®12®® +months=1®2®3®4®5®6®7®8®9®10®11®12®® +shortWeekdays=®1®2®3®4®5®6®7® +weekdays=®1®2®3®4®5®6®7® +minNumberOfDaysInFirstWeek=1 +firstDayOfWeek=sun +eras=BCE®CE® +ampms=AM®PM® +shortDateFormat=yy/MM/dd +mediumDateFormat=yyyy MMM d +longDateFormat=yyyy MMMM d +fullDateFormat=EEEE, yyyy MMMM dd +shortTimeFormat=HH:mm +mediumTimeFormat=HH:mm:ss +longTimeFormat=HH:mm:ss z +fullTimeFormat=HH:mm:ss z |

