src/jdk.localedata/share/classes/sun/text/resources/de/JavaTimeSupplementary_de.java

Print this page


   1 /*
   2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  30  * the Terms of Use in http://www.unicode.org/copyright.html.

  31  *
  32  * Permission is hereby granted, free of charge, to any person obtaining a copy
  33  * of the Unicode data files and any associated documentation (the "Data
  34  * Files") or Unicode software and any associated documentation (the
  35  * "Software") to deal in the Data Files or Software without restriction,
  36  * including without limitation the rights to use, copy, modify, merge,
  37  * publish, distribute, and/or sell copies of the Data Files or Software, and
  38  * to permit persons to whom the Data Files or Software are furnished to do so,
  39  * provided that (a) the above copyright notice(s) and this permission notice
  40  * appear with all copies of the Data Files or Software, (b) both the above
  41  * copyright notice(s) and this permission notice appear in associated
  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,



  52  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  54  * OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written authorization
  59  * of the copyright holder.
  60  */
  61 
  62 //  Note: this file has been generated by a tool.
  63 
  64 package sun.text.resources.de;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_de extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {




  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "Q1",
  75                     "Q2",
  76                     "Q3",
  77                     "Q4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1. Quartal",
  83                     "2. Quartal",
  84                     "3. Quartal",
  85                     "4. Quartal",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "Buddhistischer Kalender" },
  98             { "calendarname.gregorian",
  99                 "Gregorianischer Kalender" },
 100             { "calendarname.gregory",
 101                 "Gregorianischer Kalender" },
 102             { "calendarname.islamic",
 103                 "Islamischer Kalender" },
 104             { "calendarname.islamic-civil",
 105                 "B\u00fcrgerlicher islamischer Kalender" },
 106             { "calendarname.islamicc",
 107                 "B\u00fcrgerlicher islamischer Kalender" },
 108             { "calendarname.japanese",
 109                 "Japanischer Kalender" },
 110             { "calendarname.roc",
 111                 "Kalender der Republik China" },
 112             { "field.dayperiod",
 113                 "Tagesh\u00e4lfte" },
 114             { "field.era",
 115                 "Epoche" },
 116             { "field.hour",
 117                 "Stunde" },
 118             { "field.minute",
 119                 "Minute" },
 120             { "field.month",
 121                 "Monat" },
 122             { "field.second",
 123                 "Sekunde" },
 124             { "field.week",
 125                 "Woche" },
 126             { "field.weekday",
 127                 "Wochentag" },
 128             { "field.year",
 129                 "Jahr" },
 130             { "field.zone",
 131                 "Zone" },






 132             { "islamic.DatePatterns",
 133                 new String[] {
 134                     "EEEE d. MMMM y GGGG",
 135                     "d. MMMM y GGGG",
 136                     "d. MMM y GGGG",
 137                     "d.M.y GGGG",































































































 138                 }
 139             },
 140             { "java.time.buddhist.DatePatterns",
 141                 new String[] {
 142                     "EEEE d. MMMM y G",
 143                     "d. MMMM y G",
 144                     "d. MMM y G",
 145                     "d.M.yyyy",












 146                 }
 147             },
 148             { "java.time.islamic.DatePatterns",
 149                 new String[] {
 150                     "EEEE d. MMMM y G",
 151                     "d. MMMM y G",
 152                     "d. MMM y G",
 153                     "d.M.y G",
 154                 }
 155             },
 156             { "java.time.japanese.DatePatterns",
 157                 new String[] {
 158                     "EEEE d. MMMM y G",
 159                     "d. MMMM y G",
 160                     "d. MMM y G",
 161                     "d.M.y GGGGG",
 162                 }
 163             },
 164             { "java.time.long.Eras",
 165                 new String[] {
 166                     "v. Chr.",
 167                     "n. Chr.",
 168                 }
 169             },
 170             { "java.time.roc.DatePatterns",
 171                 new String[] {
 172                     "EEEE d. MMMM y G",
 173                     "d. MMMM y G",
 174                     "d. MMM y G",
 175                     "d.M.y GGGGG",
 176                 }
 177             },
 178             { "java.time.short.Eras",


 179                 new String[] {
 180                     "v. Chr.",
 181                     "n. Chr.",
 182                 }
 183             },
 184             { "roc.DatePatterns",
 185                 new String[] {
 186                     "EEEE d. MMMM y GGGG",
 187                     "d. MMMM y GGGG",
 188                     "d. MMM y GGGG",
 189                     "d.M.y G",










































































































































 190                 }
 191             },
 192         };
 193     }
 194 }
   1 /*
   2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2015 Unicode, Inc. All rights reserved.
  30  * Distributed under the Terms of Use in 
  31  * http://www.unicode.org/copyright.html.
  32  *
  33  * Permission is hereby granted, free of charge, to any person obtaining
  34  * a copy of the Unicode data files and any associated documentation
  35  * (the "Data Files") or Unicode software and any associated documentation
  36  * (the "Software") to deal in the Data Files or Software
  37  * without restriction, including without limitation the rights to use,
  38  * copy, modify, merge, publish, distribute, and/or sell copies of
  39  * the Data Files or Software, and to permit persons to whom the Data Files
  40  * or Software are furnished to do so, provided that
  41  * (a) this copyright and permission notice appear with all copies 
  42  * of the Data Files or Software,
  43  * (b) this copyright and permission notice appear in associated 
  44  * documentation, and
  45  * (c) there is clear notice in each modified Data File or in the Software
  46  * as well as in the documentation associated with the Data File(s) or
  47  * Software that the data or software has been modified.
  48  *
  49  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  50  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  51  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  52  * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  53  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  54  * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  55  * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  56  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  57  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  58  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  59  *
  60  * Except as contained in this notice, the name of a copyright holder
  61  * shall not be used in advertising or otherwise to promote the sale,
  62  * use or other dealings in these Data Files or Software without prior
  63  * written authorization of the copyright holder.
  64  */
  65 
  66 //  Note: this file has been generated by a tool.
  67 
  68 package sun.text.resources.de;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_de extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] javatimelongEras = {
  76             "v. Chr.",
  77             "n. Chr.",
  78         };
  79         return new Object[][] {








  80             { "QuarterNames",
  81                 new String[] {
  82                     "1. Quartal",
  83                     "2. Quartal",
  84                     "3. Quartal",
  85                     "4. Quartal",
  86                 }
  87             },








  88             { "calendarname.buddhist",
  89                 "Buddhistischer Kalender" },
  90             { "calendarname.gregorian",
  91                 "Gregorianischer Kalender" },
  92             { "calendarname.gregory",
  93                 "Gregorianischer Kalender" },
  94             { "calendarname.islamic",
  95                 "Islamischer Kalender" },
  96             { "calendarname.islamic-civil",
  97                 "B\u00fcrgerlicher islamischer Kalender" },
  98             { "calendarname.islamic-umalqura",

  99                 "Islamischer Kalender (Umm al-Qura" },
 100             { "calendarname.japanese",
 101                 "Japanischer Kalender" },
 102             { "calendarname.roc",
 103                 "Kalender der Republik China" },
 104             { "field.dayperiod",
 105                 "Tagesh\u00e4lfte" },
 106             { "field.era",
 107                 "Epoche" },
 108             { "field.hour",
 109                 "Stunde" },


 110             { "field.month",
 111                 "Monat" },
 112             { "field.second",
 113                 "Sekunde" },
 114             { "field.week",
 115                 "Woche" },
 116             { "field.weekday",
 117                 "Wochentag" },
 118             { "field.year",
 119                 "Jahr" },
 120             { "field.zone",
 121                 "Zeitzone" },
 122             { "islamic.AmPmMarkers",

 123                 new String[] {

 124                     "vorm.",
 125                     "nachm.",
 126                 }

 127             },

 128             { "islamic.DatePatterns",
 129                 new String[] {
 130                     "EEEE, d. MMMM y GGGG",
 131                     "d. MMMM y GGGG",
 132                     "dd.MM.y GGGG",
 133                     "dd.MM.yy G",
 134                 }

 135             },

 136             { "islamic.DayAbbreviations",

 137                 new String[] {

 138                     "So.",
 139                     "Mo.",
 140                     "Di.",
 141                     "Mi.",
 142                     "Do.",
 143                     "Fr.",
 144                     "Sa.",
 145                 }

 146             },

 147             { "islamic.DayNames",

 148                 new String[] {

 149                     "Sonntag",
 150                     "Montag",
 151                     "Dienstag",
 152                     "Mittwoch",
 153                     "Donnerstag",
 154                     "Freitag",
 155                     "Samstag",
 156                 }

 157             },

 158             { "islamic.DayNarrows",

 159                 new String[] {

 160                     "S",
 161                     "M",
 162                     "D",
 163                     "M",
 164                     "D",
 165                     "F",
 166                     "S",
 167                 }

 168             },

 169             { "islamic.Eras",

 170                 new String[] {

 171                     "",
 172                     "AH",
 173                 }

 174             },

 175             { "islamic.QuarterAbbreviations",

 176                 new String[] {

 177                     "Q1",
 178                     "Q2",
 179                     "Q3",
 180                     "Q4",
 181                 }

 182             },

 183             { "islamic.QuarterNames",

 184                 new String[] {

 185                     "1. Quartal",
 186                     "2. Quartal",
 187                     "3. Quartal",
 188                     "4. Quartal",
 189                 }

 190             },

 191             { "islamic.QuarterNarrows",

 192                 new String[] {

 193                     "1",
 194                     "2",
 195                     "3",
 196                     "4",
 197                 }

 198             },

 199             { "islamic.TimePatterns",

 200                 new String[] {

 201                     "HH:mm:ss zzzz",
 202                     "HH:mm:ss z",
 203                     "HH:mm:ss",
 204                     "HH:mm",
 205                 }

 206             },

 207             { "islamic.long.Eras",

 208                 new String[] {

 209                     "",
 210                     "AH",
 211                 }

 212             },

 213             { "islamic.narrow.AmPmMarkers",

 214                 new String[] {

 215                     "vm.",
 216                     "nm.",
 217                 }

 218             },

 219             { "islamic.narrow.Eras",

 220                 new String[] {

 221                     "",
 222                     "AH",
 223                 }

 224             },

 225             { "islamic.short.Eras",

 226                 new String[] {

 227                     "",
 228                     "AH",
 229                 }
 230             },
 231             { "java.time.buddhist.DatePatterns",
 232                 new String[] {
 233                     "EEEE, d. MMMM y G",
 234                     "d. MMMM y G",
 235                     "dd.MM.y G",
 236                     "dd.MM.yy GGGGG",
 237                 }

 238             },

 239             { "java.time.buddhist.long.Eras",

 240                 new String[] {

 241                     "BC",
 242                     "BE",
 243                 }

 244             },

 245             { "java.time.buddhist.short.Eras",

 246                 new String[] {

 247                     "BC",
 248                     "BE",
 249                 }
 250             },
 251             { "java.time.islamic.DatePatterns",
 252                 new String[] {
 253                     "EEEE, d. MMMM y G",
 254                     "d. MMMM y G",
 255                     "dd.MM.y G",
 256                     "dd.MM.yy GGGGG",
 257                 }
 258             },
 259             { "java.time.japanese.DatePatterns",
 260                 new String[] {
 261                     "EEEE, d. MMMM y G",
 262                     "d. MMMM y G",
 263                     "dd.MM.y G",
 264                     "dd.MM.yy GGGGG",
 265                 }
 266             },
 267             { "java.time.long.Eras",
 268                 javatimelongEras },




 269             { "java.time.roc.DatePatterns",
 270                 new String[] {
 271                     "EEEE, d. MMMM y G",
 272                     "d. MMMM y G",
 273                     "dd.MM.y G",
 274                     "dd.MM.yy GGGGG",
 275                 }
 276             },
 277             { "java.time.short.Eras",
 278                 javatimelongEras },
 279             { "roc.AmPmMarkers",

 280                 new String[] {
 281                     "vorm.",
 282                     "nachm.",
 283                 }
 284             },
 285             { "roc.DatePatterns",
 286                 new String[] {
 287                     "EEEE, d. MMMM y GGGG",
 288                     "d. MMMM y GGGG",
 289                     "dd.MM.y GGGG",
 290                     "dd.MM.yy G",
 291                 }

 292             },

 293             { "roc.DayAbbreviations",

 294                 new String[] {

 295                     "So.",
 296                     "Mo.",
 297                     "Di.",
 298                     "Mi.",
 299                     "Do.",
 300                     "Fr.",
 301                     "Sa.",
 302                 }

 303             },

 304             { "roc.DayNames",

 305                 new String[] {

 306                     "Sonntag",
 307                     "Montag",
 308                     "Dienstag",
 309                     "Mittwoch",
 310                     "Donnerstag",
 311                     "Freitag",
 312                     "Samstag",
 313                 }

 314             },

 315             { "roc.DayNarrows",

 316                 new String[] {

 317                     "S",
 318                     "M",
 319                     "D",
 320                     "M",
 321                     "D",
 322                     "F",
 323                     "S",
 324                 }

 325             },

 326             { "roc.Eras",

 327                 new String[] {

 328                     "Before R.O.C.",
 329                     "Minguo",
 330                 }

 331             },

 332             { "roc.MonthAbbreviations",

 333                 new String[] {

 334                     "Jan.",
 335                     "Feb.",
 336                     "M\u00e4rz",
 337                     "Apr.",
 338                     "Mai",
 339                     "Juni",
 340                     "Juli",
 341                     "Aug.",
 342                     "Sep.",
 343                     "Okt.",
 344                     "Nov.",
 345                     "Dez.",
 346                     "",
 347                 }

 348             },

 349             { "roc.MonthNames",

 350                 new String[] {

 351                     "Januar",
 352                     "Februar",
 353                     "M\u00e4rz",
 354                     "April",
 355                     "Mai",
 356                     "Juni",
 357                     "Juli",
 358                     "August",
 359                     "September",
 360                     "Oktober",
 361                     "November",
 362                     "Dezember",
 363                     "",
 364                 }

 365             },

 366             { "roc.MonthNarrows",

 367                 new String[] {

 368                     "J",
 369                     "F",
 370                     "M",
 371                     "A",
 372                     "M",
 373                     "J",
 374                     "J",
 375                     "A",
 376                     "S",
 377                     "O",
 378                     "N",
 379                     "D",
 380                     "",
 381                 }

 382             },

 383             { "roc.QuarterAbbreviations",

 384                 new String[] {

 385                     "Q1",
 386                     "Q2",
 387                     "Q3",
 388                     "Q4",
 389                 }

 390             },

 391             { "roc.QuarterNames",

 392                 new String[] {

 393                     "1. Quartal",
 394                     "2. Quartal",
 395                     "3. Quartal",
 396                     "4. Quartal",
 397                 }

 398             },

 399             { "roc.TimePatterns",

 400                 new String[] {

 401                     "HH:mm:ss zzzz",
 402                     "HH:mm:ss z",
 403                     "HH:mm:ss",
 404                     "HH:mm",
 405                 }

 406             },

 407             { "roc.long.Eras",

 408                 new String[] {

 409                     "Before R.O.C.",
 410                     "Minguo",
 411                 }

 412             },

 413             { "roc.narrow.AmPmMarkers",

 414                 new String[] {

 415                     "vm.",
 416                     "nm.",
 417                 }

 418             },

 419             { "roc.narrow.Eras",

 420                 new String[] {

 421                     "Before R.O.C.",
 422                     "Minguo",
 423                 }

 424             },

 425             { "roc.short.Eras",

 426                 new String[] {

 427                     "Before R.O.C.",
 428                     "Minguo",
 429                 }
 430             },
 431         };
 432     }
 433 }