src/share/classes/sun/text/resources/be/FormatData_be.java

Print this page




  68                     "" // month 13 if applicable
  69                 }
  70             },
  71             { "MonthAbbreviations",
  72                 new String[] {
  73                     "\u0441\u0442\u0434", // abb january
  74                     "\u043b\u044e\u0442", // abb february
  75                     "\u0441\u043a\u0432", // abb march
  76                     "\u043a\u0440\u0441", // abb april
  77                     "\u043c\u0430\u0439", // abb may
  78                     "\u0447\u0440\u0432", // abb june
  79                     "\u043b\u043f\u043d", // abb july
  80                     "\u0436\u043d\u0432", // abb august
  81                     "\u0432\u0440\u0441", // abb september
  82                     "\u043a\u0441\u0442", // abb october
  83                     "\u043b\u0456\u0441", // abb november
  84                     "\u0441\u043d\u0436", // abb december
  85                     "" // abb month 13 if applicable
  86                 }
  87             },

















  88             { "DayNames",
  89                 new String[] {
  90                     "\u043d\u044f\u0434\u0437\u0435\u043b\u044f", // Sunday
  91                     "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", // Monday
  92                     "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", // Tuesday
  93                     "\u0441\u0435\u0440\u0430\u0434\u0430", // Wednesday
  94                     "\u0447\u0430\u0446\u0432\u0435\u0440", // Thursday
  95                     "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", // Friday
  96                     "\u0441\u0443\u0431\u043e\u0442\u0430" // Saturday
  97                 }
  98             },
  99             { "DayAbbreviations",
 100                 new String[] {
 101                     "\u043d\u0434", // abb Sunday
 102                     "\u043f\u043d", // abb Monday
 103                     "\u0430\u0442", // abb Tuesday
 104                     "\u0441\u0440", // abb Wednesday
 105                     "\u0447\u0446", // abb Thursday
 106                     "\u043f\u0442", // abb Friday
 107                     "\u0441\u0431" // abb Saturday











 108                 }
 109             },
 110             { "Eras",
 111                 new String[] { // era strings
 112                     "\u0434\u0430 \u043d.\u0435.",
 113                     "\u043d.\u0435."
 114                 }
 115             },
 116             { "NumberElements",
 117                 new String[] {
 118                     ",", // decimal separator
 119                     "\u00a0", // group (thousands) separator
 120                     ";", // list separator
 121                     "%", // percent sign
 122                     "0", // native 0 digit
 123                     "#", // pattern digit
 124                     "-", // minus sign
 125                     "E", // exponential
 126                     "\u2030", // per mille
 127                     "\u221e", // infinity




  68                     "" // month 13 if applicable
  69                 }
  70             },
  71             { "MonthAbbreviations",
  72                 new String[] {
  73                     "\u0441\u0442\u0434", // abb january
  74                     "\u043b\u044e\u0442", // abb february
  75                     "\u0441\u043a\u0432", // abb march
  76                     "\u043a\u0440\u0441", // abb april
  77                     "\u043c\u0430\u0439", // abb may
  78                     "\u0447\u0440\u0432", // abb june
  79                     "\u043b\u043f\u043d", // abb july
  80                     "\u0436\u043d\u0432", // abb august
  81                     "\u0432\u0440\u0441", // abb september
  82                     "\u043a\u0441\u0442", // abb october
  83                     "\u043b\u0456\u0441", // abb november
  84                     "\u0441\u043d\u0436", // abb december
  85                     "" // abb month 13 if applicable
  86                 }
  87             },
  88             { "standalone.MonthNarrows",
  89                 new String[] {
  90                     "\u0441",
  91                     "\u043b",
  92                     "\u0441",
  93                     "\u043a",
  94                     "\u043c",
  95                     "\u0447",
  96                     "\u043b",
  97                     "\u0436",
  98                     "\u0432",
  99                     "\u043a",
 100                     "\u043b",
 101                     "\u0441",
 102                     "",
 103                 }
 104             },
 105             { "DayNames",
 106                 new String[] {
 107                     "\u043d\u044f\u0434\u0437\u0435\u043b\u044f", // Sunday
 108                     "\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a", // Monday
 109                     "\u0430\u045e\u0442\u043e\u0440\u0430\u043a", // Tuesday
 110                     "\u0441\u0435\u0440\u0430\u0434\u0430", // Wednesday
 111                     "\u0447\u0430\u0446\u0432\u0435\u0440", // Thursday
 112                     "\u043f\u044f\u0442\u043d\u0456\u0446\u0430", // Friday
 113                     "\u0441\u0443\u0431\u043e\u0442\u0430" // Saturday
 114                 }
 115             },
 116             { "DayAbbreviations",
 117                 new String[] {
 118                     "\u043d\u0434", // abb Sunday
 119                     "\u043f\u043d", // abb Monday
 120                     "\u0430\u0442", // abb Tuesday
 121                     "\u0441\u0440", // abb Wednesday
 122                     "\u0447\u0446", // abb Thursday
 123                     "\u043f\u0442", // abb Friday
 124                     "\u0441\u0431" // abb Saturday
 125                 }
 126             },
 127             { "DayNarrows",
 128                 new String[] {
 129                     "\u043d",
 130                     "\u043f",
 131                     "\u0430",
 132                     "\u0441",
 133                     "\u0447",
 134                     "\u043f",
 135                     "\u0441",
 136                 }
 137             },
 138             { "Eras",
 139                 new String[] { // era strings
 140                     "\u0434\u0430 \u043d.\u0435.",
 141                     "\u043d.\u0435."
 142                 }
 143             },
 144             { "NumberElements",
 145                 new String[] {
 146                     ",", // decimal separator
 147                     "\u00a0", // group (thousands) separator
 148                     ";", // list separator
 149                     "%", // percent sign
 150                     "0", // native 0 digit
 151                     "#", // pattern digit
 152                     "-", // minus sign
 153                     "E", // exponential
 154                     "\u2030", // per mille
 155                     "\u221e", // infinity