src/share/classes/sun/text/resources/ro/FormatData_ro.java

Print this page




  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.ro;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_ro extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "ianuarie", // january
  90                     "februarie", // february
  91                     "martie", // march
  92                     "aprilie", // april
  93                     "mai", // may
  94                     "iunie", // june
  95                     "iulie", // july
  96                     "august", // august
  97                     "septembrie", // september
  98                     "octombrie", // october
  99                     "noiembrie", // november
 100                     "decembrie", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },

















 104             { "MonthAbbreviations",
 105                 new String[] {
 106                     "Ian", // abb january
 107                     "Feb", // abb february
 108                     "Mar", // abb march
 109                     "Apr", // abb april
 110                     "Mai", // abb may
 111                     "Iun", // abb june
 112                     "Iul", // abb july
 113                     "Aug", // abb august
 114                     "Sep", // abb september
 115                     "Oct", // abb october
 116                     "Nov", // abb november
 117                     "Dec", // abb december
 118                     "" // abb month 13 if applicable
 119                 }
 120             },


































 121             { "standalone.MonthNarrows",
 122                 new String[] {
 123                     "I",
 124                     "F",
 125                     "M",
 126                     "A",
 127                     "M",
 128                     "I",
 129                     "I",
 130                     "A",
 131                     "S",
 132                     "O",
 133                     "N",
 134                     "D",
 135                     "",
 136                 }
 137             },
 138             { "DayNames",
 139                 new String[] {
 140                     "duminic\u0103", // Sunday
 141                     "luni", // Monday
 142                     "mar\u0163i", // Tuesday
 143                     "miercuri", // Wednesday
 144                     "joi", // Thursday
 145                     "vineri", // Friday
 146                     "s\u00e2mb\u0103t\u0103" // Saturday
 147                 }
 148             },











 149             { "DayAbbreviations",
 150                 new String[] {
 151                     "D", // abb Sunday
 152                     "L", // abb Monday
 153                     "Ma", // abb Tuesday
 154                     "Mi", // abb Wednesday
 155                     "J", // abb Thursday
 156                     "V", // abb Friday
 157                     "S" // abb Saturday
 158                 }
 159             },
 160             // commented out DayNarrows because most names are contributed.
 161 //          { "DayNarrows",
 162 //              new String[] {
 163 //                  "D",
 164 //                  "",
 165 //                  "",
 166 //                  "",
 167 //                  "",
 168 //                  "",
 169 //                  "",
 170 //              }
 171 //          },










 172             { "standalone.DayNarrows",
 173                 new String[] {
 174                     "D",
 175                     "L",
 176                     "M",
 177                     "M",
 178                     "J",
 179                     "V",
 180                     "S",
 181                 }
 182             },
 183             { "Eras",
 184                 new String[] { // era strings
 185                     "d.C.",
 186                     "\u00ee.d.C."
 187                 }
 188             },
 189             { "NumberElements",
 190                 new String[] {
 191                     ",", // decimal separator


 206                     "HH:mm:ss z", // full time pattern
 207                     "HH:mm:ss z", // long time pattern
 208                     "HH:mm:ss", // medium time pattern
 209                     "HH:mm", // short time pattern
 210                 }
 211             },
 212             { "DatePatterns",
 213                 new String[] {
 214                     "dd MMMM yyyy", // full date pattern
 215                     "dd MMMM yyyy", // long date pattern
 216                     "dd.MM.yyyy", // medium date pattern
 217                     "dd.MM.yyyy", // short date pattern
 218                 }
 219             },
 220             { "DateTimePatterns",
 221                 new String[] {
 222                     "{1} {0}" // date-time pattern
 223                 }
 224             },
 225             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 226             { "cldr.buddhist.DatePatterns",
 227                 new String[] {
 228                     "EEEE, G y MMMM dd",
 229                     "d MMMM y G",
 230                     "d MMM y G",
 231                     "d/M/yyyy",
 232                 }
 233             },
 234             { "calendarname.islamic-civil", "calendar islamic civil" },
 235             { "calendarname.islamicc", "calendar islamic civil" },
 236             { "calendarname.roc", "calendar al Republicii Chineze" },
 237             { "calendarname.islamic", "calendar islamic" },
 238             { "calendarname.buddhist", "calendar budist" },
 239             { "calendarname.japanese", "calendar japonez" },
 240             { "calendarname.gregorian", "calendar gregorian" },
 241             { "calendarname.gregory", "calendar gregorian" },
 242             { "field.era", "er\u0103" },
 243             { "field.year", "an" },
 244             { "field.month", "lun\u0103" },
 245             { "field.week", "s\u0103pt\u0103m\u00e2n\u0103" },
 246             { "field.weekday", "zi a s\u0103pt\u0103m\u00e2nii" },
 247             { "field.dayperiod", "perioada zilei" },
 248             { "field.hour", "or\u0103" },
 249             { "field.minute", "minut" },
 250             { "field.second", "secund\u0103" },
 251             { "field.zone", "zon\u0103" },
 252         };
 253     }
 254 }


  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.ro;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_ro extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "ianuarie", // january
  90                     "februarie", // february
  91                     "martie", // march
  92                     "aprilie", // april
  93                     "mai", // may
  94                     "iunie", // june
  95                     "iulie", // july
  96                     "august", // august
  97                     "septembrie", // september
  98                     "octombrie", // october
  99                     "noiembrie", // november
 100                     "decembrie", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },
 104             { "standalone.MonthNames",
 105                 new String[] {
 106                     "ianuarie",
 107                     "februarie",
 108                     "martie",
 109                     "aprilie",
 110                     "mai",
 111                     "iunie",
 112                     "iulie",
 113                     "august",
 114                     "septembrie",
 115                     "octombrie",
 116                     "noiembrie",
 117                     "decembrie",
 118                     "",
 119                 }
 120             },
 121             { "MonthAbbreviations",
 122                 new String[] {
 123                     "Ian", // abb january
 124                     "Feb", // abb february
 125                     "Mar", // abb march
 126                     "Apr", // abb april
 127                     "Mai", // abb may
 128                     "Iun", // abb june
 129                     "Iul", // abb july
 130                     "Aug", // abb august
 131                     "Sep", // abb september
 132                     "Oct", // abb october
 133                     "Nov", // abb november
 134                     "Dec", // abb december
 135                     "" // abb month 13 if applicable
 136                 }
 137             },
 138             { "standalone.MonthAbbreviations",
 139                 new String[] {
 140                     "ian.",
 141                     "feb.",
 142                     "mar.",
 143                     "apr.",
 144                     "mai",
 145                     "iun.",
 146                     "iul.",
 147                     "aug.",
 148                     "sept.",
 149                     "oct.",
 150                     "nov.",
 151                     "dec.",
 152                     "",
 153                 }
 154             },
 155             { "MonthNarrows",
 156                 new String[] {
 157                     "I",
 158                     "F",
 159                     "M",
 160                     "A",
 161                     "M",
 162                     "I",
 163                     "I",
 164                     "A",
 165                     "S",
 166                     "O",
 167                     "N",
 168                     "D",
 169                     "",
 170                 }
 171             },
 172             { "standalone.MonthNarrows",
 173                 new String[] {
 174                     "I",
 175                     "F",
 176                     "M",
 177                     "A",
 178                     "M",
 179                     "I",
 180                     "I",
 181                     "A",
 182                     "S",
 183                     "O",
 184                     "N",
 185                     "D",
 186                     "",
 187                 }
 188             },
 189             { "DayNames",
 190                 new String[] {
 191                     "duminic\u0103", // Sunday
 192                     "luni", // Monday
 193                     "mar\u0163i", // Tuesday
 194                     "miercuri", // Wednesday
 195                     "joi", // Thursday
 196                     "vineri", // Friday
 197                     "s\u00e2mb\u0103t\u0103" // Saturday
 198                 }
 199             },
 200             { "standalone.DayNames",
 201                 new String[] {
 202                     "duminic\u0103",
 203                     "luni",
 204                     "mar\u021bi",
 205                     "miercuri",
 206                     "joi",
 207                     "vineri",
 208                     "s\u00e2mb\u0103t\u0103",
 209                 }
 210             },
 211             { "DayAbbreviations",
 212                 new String[] {
 213                     "D", // abb Sunday
 214                     "L", // abb Monday
 215                     "Ma", // abb Tuesday
 216                     "Mi", // abb Wednesday
 217                     "J", // abb Thursday
 218                     "V", // abb Friday
 219                     "S" // abb Saturday
 220                 }
 221             },
 222             { "standalone.DayAbbreviations",
 223                 new String[] {
 224                     "Du",
 225                     "Lu",
 226                     "Ma",
 227                     "Mi",
 228                     "Jo",
 229                     "Vi",
 230                     "S\u00e2",
 231                 }
 232             },
 233             { "DayNarrows",
 234                 new String[] {
 235                     "D",
 236                     "L",
 237                     "M",
 238                     "M",
 239                     "J",
 240                     "V",
 241                     "S",
 242                 }
 243             },
 244             { "standalone.DayNarrows",
 245                 new String[] {
 246                     "D",
 247                     "L",
 248                     "M",
 249                     "M",
 250                     "J",
 251                     "V",
 252                     "S",
 253                 }
 254             },
 255             { "Eras",
 256                 new String[] { // era strings
 257                     "d.C.",
 258                     "\u00ee.d.C."
 259                 }
 260             },
 261             { "NumberElements",
 262                 new String[] {
 263                     ",", // decimal separator


 278                     "HH:mm:ss z", // full time pattern
 279                     "HH:mm:ss z", // long time pattern
 280                     "HH:mm:ss", // medium time pattern
 281                     "HH:mm", // short time pattern
 282                 }
 283             },
 284             { "DatePatterns",
 285                 new String[] {
 286                     "dd MMMM yyyy", // full date pattern
 287                     "dd MMMM yyyy", // long date pattern
 288                     "dd.MM.yyyy", // medium date pattern
 289                     "dd.MM.yyyy", // short date pattern
 290                 }
 291             },
 292             { "DateTimePatterns",
 293                 new String[] {
 294                     "{1} {0}" // date-time pattern
 295                 }
 296             },
 297             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },


























 298         };
 299     }
 300 }