src/share/classes/sun/text/resources/nl/FormatData_nl.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.nl;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_nl extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "januari", // january
  90                     "februari", // february
  91                     "maart", // march
  92                     "april", // april
  93                     "mei", // may
  94                     "juni", // june
  95                     "juli", // july
  96                     "augustus", // august
  97                     "september", // september
  98                     "oktober", // october
  99                     "november", // november
 100                     "december", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },
 104             { "MonthAbbreviations",
 105                 new String[] {
 106                     "jan", // abb january
 107                     "feb", // abb february
 108                     "mrt", // abb march
 109                     "apr", // abb april
 110                     "mei", // abb may
 111                     "jun", // abb june
 112                     "jul", // abb july
 113                     "aug", // abb august
 114                     "sep", // abb september
 115                     "okt", // abb october
 116                     "nov", // abb november
 117                     "dec", // abb december
 118                     "" // abb month 13 if applicable
 119                 }
 120             },

















 121             { "DayNames",
 122                 new String[] {
 123                     "zondag", // Sunday
 124                     "maandag", // Monday
 125                     "dinsdag", // Tuesday
 126                     "woensdag", // Wednesday
 127                     "donderdag", // Thursday
 128                     "vrijdag", // Friday
 129                     "zaterdag" // Saturday
 130                 }
 131             },
 132             { "DayAbbreviations",
 133                 new String[] {
 134                     "zo", // abb Sunday
 135                     "ma", // abb Monday
 136                     "di", // abb Tuesday
 137                     "wo", // abb Wednesday
 138                     "do", // abb Thursday
 139                     "vr", // abb Friday
 140                     "za" // abb Saturday


 177                     "H:mm:ss' uur' z", // full time pattern
 178                     "H:mm:ss z", // long time pattern
 179                     "H:mm:ss", // medium time pattern
 180                     "H:mm", // short time pattern
 181                 }
 182             },
 183             { "DatePatterns",
 184                 new String[] {
 185                     "EEEE d MMMM yyyy", // full date pattern
 186                     "d MMMM yyyy", // long date pattern
 187                     "d-MMM-yyyy", // medium date pattern
 188                     "d-M-yy", // short date pattern
 189                 }
 190             },
 191             { "DateTimePatterns",
 192                 new String[] {
 193                     "{1} {0}" // date-time pattern
 194                 }
 195             },
 196             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
 197             { "cldr.buddhist.DatePatterns",
 198                 new String[] {
 199                     "EEEE d MMMM y G",
 200                     "d MMMM y G",
 201                     "d MMM y G",
 202                     "dd-MM-yy G",
 203                 }
 204             },
 205             { "cldr.japanese.DatePatterns",
 206                 new String[] {
 207                     "EEEE d MMMM y G",
 208                     "d MMMM y G",
 209                     "d MMM y G",
 210                     "dd-MM-yy GGGGG",
 211                 }
 212             },
 213             { "cldr.roc.DatePatterns",
 214                 new String[] {
 215                     "EEEE d MMMM y G",
 216                     "d MMMM y G",
 217                     "d MMM y G",
 218                     "dd-MM-yy GGGGG",
 219                 }
 220             },
 221             { "roc.DatePatterns",
 222                 new String[] {
 223                     "EEEE d MMMM y GGGG",
 224                     "d MMMM y GGGG",
 225                     "d MMM y GGGG",
 226                     "dd-MM-yy G",
 227                 }
 228             },
 229             { "islamic.MonthNames",
 230                 new String[] {
 231                     "Moeharram",
 232                     "Safar",
 233                     "Rabi\u02bba al awal",
 234                     "Rabi\u02bba al thani",
 235                     "Joemad\u02bbal awal",
 236                     "Joemad\u02bbal thani",
 237                     "Rajab",
 238                     "Sja\u02bbaban",
 239                     "Ramadan",
 240                     "Sjawal",
 241                     "Doe al ka\u02bbaba",
 242                     "Doe al hizja",
 243                     "",
 244                 }
 245             },
 246             { "islamic.MonthAbbreviations",
 247                 new String[] {
 248                     "Moeh.",
 249                     "Saf.",
 250                     "Rab. I",
 251                     "Rab. II",
 252                     "Joem. I",
 253                     "Joem. II",
 254                     "Raj.",
 255                     "Sja.",
 256                     "Ram.",
 257                     "Sjaw.",
 258                     "Doe al k.",
 259                     "Doe al h.",
 260                     "",
 261                 }
 262             },
 263             { "islamic.Eras",
 264                 new String[] {
 265                     "",
 266                     "Sa\u02bbna Hizjria",
 267                 }
 268             },
 269             { "cldr.islamic.DatePatterns",
 270                 new String[] {
 271                     "EEEE d MMMM y G",
 272                     "d MMMM y G",
 273                     "d MMM y G",
 274                     "dd-MM-yy G",
 275                 }
 276             },
 277             { "islamic.DatePatterns",
 278                 new String[] {
 279                     "EEEE d MMMM y GGGG",
 280                     "d MMMM y GGGG",
 281                     "d MMM y GGGG",
 282                     "dd-MM-yy GGGG",
 283                 }
 284             },
 285             { "calendarname.islamic-civil", "Islamitische kalender (cyclisch)" },
 286             { "calendarname.islamicc", "Islamitische kalender (cyclisch)" },
 287             { "calendarname.roc", "Kalender van de Chinese Republiek" },
 288             { "calendarname.islamic", "Islamitische kalender" },
 289             { "calendarname.buddhist", "Boeddhistische kalender" },
 290             { "calendarname.japanese", "Japanse kalender" },
 291             { "calendarname.gregorian", "Gregoriaanse kalender" },
 292             { "calendarname.gregory", "Gregoriaanse kalender" },
 293             { "field.era", "Tijdperk" },
 294             { "field.year", "Jaar" },
 295             { "field.month", "Maand" },
 296             { "field.weekday", "Dag van de week" },
 297             { "field.dayperiod", "AM/PM" },
 298             { "field.hour", "Uur" },
 299             { "field.minute", "Minuut" },
 300             { "field.second", "Seconde" },
 301             { "field.zone", "Zone" },
 302         };
 303     }
 304 }


  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.nl;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_nl extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "januari", // january
  90                     "februari", // february
  91                     "maart", // march
  92                     "april", // april
  93                     "mei", // may
  94                     "juni", // june
  95                     "juli", // july
  96                     "augustus", // august
  97                     "september", // september
  98                     "oktober", // october
  99                     "november", // november
 100                     "december", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },
 104             { "MonthAbbreviations",
 105                 new String[] {
 106                     "jan", // abb january
 107                     "feb", // abb february
 108                     "mrt", // abb march
 109                     "apr", // abb april
 110                     "mei", // abb may
 111                     "jun", // abb june
 112                     "jul", // abb july
 113                     "aug", // abb august
 114                     "sep", // abb september
 115                     "okt", // abb october
 116                     "nov", // abb november
 117                     "dec", // abb december
 118                     "" // abb month 13 if applicable
 119                 }
 120             },
 121             { "MonthNarrows",
 122                 new String[] {
 123                     "J",
 124                     "F",
 125                     "M",
 126                     "A",
 127                     "M",
 128                     "J",
 129                     "J",
 130                     "A",
 131                     "S",
 132                     "O",
 133                     "N",
 134                     "D",
 135                     "",
 136                 }
 137             },
 138             { "DayNames",
 139                 new String[] {
 140                     "zondag", // Sunday
 141                     "maandag", // Monday
 142                     "dinsdag", // Tuesday
 143                     "woensdag", // Wednesday
 144                     "donderdag", // Thursday
 145                     "vrijdag", // Friday
 146                     "zaterdag" // Saturday
 147                 }
 148             },
 149             { "DayAbbreviations",
 150                 new String[] {
 151                     "zo", // abb Sunday
 152                     "ma", // abb Monday
 153                     "di", // abb Tuesday
 154                     "wo", // abb Wednesday
 155                     "do", // abb Thursday
 156                     "vr", // abb Friday
 157                     "za" // abb Saturday


 194                     "H:mm:ss' uur' z", // full time pattern
 195                     "H:mm:ss z", // long time pattern
 196                     "H:mm:ss", // medium time pattern
 197                     "H:mm", // short time pattern
 198                 }
 199             },
 200             { "DatePatterns",
 201                 new String[] {
 202                     "EEEE d MMMM yyyy", // full date pattern
 203                     "d MMMM yyyy", // long date pattern
 204                     "d-MMM-yyyy", // medium date pattern
 205                     "d-M-yy", // short date pattern
 206                 }
 207             },
 208             { "DateTimePatterns",
 209                 new String[] {
 210                     "{1} {0}" // date-time pattern
 211                 }
 212             },
 213             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },









































































































 214         };
 215     }
 216 }