src/share/classes/sun/text/resources/sr/FormatData_sr.java

Print this page
rev 5696 : 6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
   1 /*
   2  * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 
   5 /*
   6  * COPYRIGHT AND PERMISSION NOTICE
   7  *
   8  * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
   9  * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
  10  *
  11  * Permission is hereby granted, free of charge, to any person obtaining a copy
  12  * of the Unicode data files and any associated documentation (the "Data
  13  * Files") or Unicode software and any associated documentation (the
  14  * "Software") to deal in the Data Files or Software without restriction,
  15  * including without limitation the rights to use, copy, modify, merge,
  16  * publish, distribute, and/or sell copies of the Data Files or Software, and
  17  * to permit persons to whom the Data Files or Software are furnished to do
  18  * so, provided that (a) the above copyright notice(s) and this permission
  19  * notice appear with all copies of the Data Files or Software, (b) both the
  20  * above copyright notice(s) and this permission notice appear in associated
  21  * documentation, and (c) there is clear notice in each modified Data File or
  22  * in the Software as well as in the documentation associated with the Data
  23  * File(s) or Software that the data or software has been modified.
  24  *
  25  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  26  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  27  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  28  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  29  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  30  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  31  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  32  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  33  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  34  *
  35  * Except as contained in this notice, the name of a copyright holder shall not
  36  * be used in advertising or otherwise to promote the sale, use or other
  37  * dealings in these Data Files or Software without prior written
  38  * authorization of the copyright holder.
  39  */
  40 
  41 // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
  42 
  43 package sun.text.resources;
  44 
  45 import java.util.ListResourceBundle;
  46 
  47 public class FormatData_sr extends ListResourceBundle {
  48     protected final Object[][] getContents() {
  49         return new Object[][] {
  50             { "MonthNames",
  51                 new String[] {
  52                     "\u0458\u0430\u043d\u0443\u0430\u0440",
  53                     "\u0444\u0435\u0431\u0440\u0443\u0430\u0440",
  54                     "\u043c\u0430\u0440\u0442",
  55                     "\u0430\u043f\u0440\u0438\u043b",
  56                     "\u043c\u0430\u0458",
  57                     "\u0458\u0443\u043d",
  58                     "\u0458\u0443\u043b",
  59                     "\u0430\u0432\u0433\u0443\u0441\u0442",
  60                     "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440",
  61                     "\u043e\u043a\u0442\u043e\u0431\u0430\u0440",
  62                     "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440",
  63                     "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440",


 114                     "#,##0.###",
 115                     "\u00a4 #,##0.00",
 116                     "#,##0%",
 117                 }
 118             },
 119             { "NumberElements",
 120                 new String[] {
 121                     ",",
 122                     ".",
 123                     ";",
 124                     "%",
 125                     "0",
 126                     "#",
 127                     "-",
 128                     "E",
 129                     "\u2030",
 130                     "\u221e",
 131                     "NaN",
 132                 }
 133             },
 134             { "DateTimePatterns",
 135                 new String[] {
 136                     "HH.mm.ss z",
 137                     "HH.mm.ss z",
 138                     "HH.mm.ss",
 139                     "HH.mm",




 140                     "EEEE, dd.MMMM.yyyy.",
 141                     "dd.MM.yyyy.",
 142                     "dd.MM.yyyy.",
 143                     "d.M.yy.",




 144                     "{1} {0}",
 145                 }
 146             },
 147             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 148         };
 149     }
 150 }
   1 /*
   2  * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 
   5 /*
   6  * COPYRIGHT AND PERMISSION NOTICE
   7  *
   8  * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
   9  * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
  10  *
  11  * Permission is hereby granted, free of charge, to any person obtaining a copy
  12  * of the Unicode data files and any associated documentation (the "Data
  13  * Files") or Unicode software and any associated documentation (the
  14  * "Software") to deal in the Data Files or Software without restriction,
  15  * including without limitation the rights to use, copy, modify, merge,
  16  * publish, distribute, and/or sell copies of the Data Files or Software, and
  17  * to permit persons to whom the Data Files or Software are furnished to do
  18  * so, provided that (a) the above copyright notice(s) and this permission
  19  * notice appear with all copies of the Data Files or Software, (b) both the
  20  * above copyright notice(s) and this permission notice appear in associated
  21  * documentation, and (c) there is clear notice in each modified Data File or
  22  * in the Software as well as in the documentation associated with the Data
  23  * File(s) or Software that the data or software has been modified.
  24  *
  25  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  26  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  27  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  28  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  29  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  30  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  31  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  32  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  33  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  34  *
  35  * Except as contained in this notice, the name of a copyright holder shall not
  36  * be used in advertising or otherwise to promote the sale, use or other
  37  * dealings in these Data Files or Software without prior written
  38  * authorization of the copyright holder.
  39  */
  40 
  41 // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
  42 
  43 package sun.text.resources.sr;
  44 
  45 import java.util.ListResourceBundle;
  46 
  47 public class FormatData_sr extends ListResourceBundle {
  48     protected final Object[][] getContents() {
  49         return new Object[][] {
  50             { "MonthNames",
  51                 new String[] {
  52                     "\u0458\u0430\u043d\u0443\u0430\u0440",
  53                     "\u0444\u0435\u0431\u0440\u0443\u0430\u0440",
  54                     "\u043c\u0430\u0440\u0442",
  55                     "\u0430\u043f\u0440\u0438\u043b",
  56                     "\u043c\u0430\u0458",
  57                     "\u0458\u0443\u043d",
  58                     "\u0458\u0443\u043b",
  59                     "\u0430\u0432\u0433\u0443\u0441\u0442",
  60                     "\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440",
  61                     "\u043e\u043a\u0442\u043e\u0431\u0430\u0440",
  62                     "\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440",
  63                     "\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440",


 114                     "#,##0.###",
 115                     "\u00a4 #,##0.00",
 116                     "#,##0%",
 117                 }
 118             },
 119             { "NumberElements",
 120                 new String[] {
 121                     ",",
 122                     ".",
 123                     ";",
 124                     "%",
 125                     "0",
 126                     "#",
 127                     "-",
 128                     "E",
 129                     "\u2030",
 130                     "\u221e",
 131                     "NaN",
 132                 }
 133             },
 134             { "TimePatterns",
 135                 new String[] {
 136                     "HH.mm.ss z",
 137                     "HH.mm.ss z",
 138                     "HH.mm.ss",
 139                     "HH.mm",
 140                 }
 141             },
 142             { "DatePatterns",
 143                 new String[] {
 144                     "EEEE, dd.MMMM.yyyy.",
 145                     "dd.MM.yyyy.",
 146                     "dd.MM.yyyy.",
 147                     "d.M.yy.",
 148                 }
 149             },
 150             { "DateTimePatterns",
 151                 new String[] {
 152                     "{1} {0}",
 153                 }
 154             },
 155             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 156         };
 157     }
 158 }