1 /*
   2  * Copyright (c) 1997, 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  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  28  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  29  *
  30  * The original version of this source code and documentation
  31  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  32  * subsidiary of IBM. These materials are provided under terms
  33  * of a License Agreement between Taligent and Sun. This technology
  34  * is protected by multiple US and International patents.
  35  *
  36  * This notice and attribution to Taligent may not be removed.
  37  * Taligent is a registered trademark of Taligent, Inc.
  38  *
  39  */
  40 
  41 /*
  42  * COPYRIGHT AND PERMISSION NOTICE
  43  *
  44  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  45  * the Terms of Use in http://www.unicode.org/copyright.html.
  46  *
  47  * Permission is hereby granted, free of charge, to any person obtaining a copy
  48  * of the Unicode data files and any associated documentation (the "Data
  49  * Files") or Unicode software and any associated documentation (the
  50  * "Software") to deal in the Data Files or Software without restriction,
  51  * including without limitation the rights to use, copy, modify, merge,
  52  * publish, distribute, and/or sell copies of the Data Files or Software, and
  53  * to permit persons to whom the Data Files or Software are furnished to do so,
  54  * provided that (a) the above copyright notice(s) and this permission notice
  55  * appear with all copies of the Data Files or Software, (b) both the above
  56  * copyright notice(s) and this permission notice appear in associated
  57  * documentation, and (c) there is clear notice in each modified Data File or
  58  * in the Software as well as in the documentation associated with the Data
  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.sv;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_sv extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras = {
  88             "f\u00f6re R.K.",
  89             "R.K.",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "januari", // january
  95                     "februari", // february
  96                     "mars", // march
  97                     "april", // april
  98                     "maj", // may
  99                     "juni", // june
 100                     "juli", // july
 101                     "augusti", // august
 102                     "september", // september
 103                     "oktober", // october
 104                     "november", // november
 105                     "december", // december
 106                     "" // month 13 if applicable
 107                 }
 108             },
 109             { "MonthAbbreviations",
 110                 new String[] {
 111                     "jan", // abb january
 112                     "feb", // abb february
 113                     "mar", // abb march
 114                     "apr", // abb april
 115                     "maj", // abb may
 116                     "jun", // abb june
 117                     "jul", // abb july
 118                     "aug", // abb august
 119                     "sep", // abb september
 120                     "okt", // abb october
 121                     "nov", // abb november
 122                     "dec", // abb december
 123                     "" // abb month 13 if applicable
 124                 }
 125             },
 126             { "standalone.MonthNarrows",
 127                 new String[] {
 128                     "J",
 129                     "F",
 130                     "M",
 131                     "A",
 132                     "M",
 133                     "J",
 134                     "J",
 135                     "A",
 136                     "S",
 137                     "O",
 138                     "N",
 139                     "D",
 140                     "",
 141                 }
 142             },
 143             { "DayNames",
 144                 new String[] {
 145                     "s\u00f6ndag", // Sunday
 146                     "m\u00e5ndag", // Monday
 147                     "tisdag", // Tuesday
 148                     "onsdag", // Wednesday
 149                     "torsdag", // Thursday
 150                     "fredag", // Friday
 151                     "l\u00f6rdag" // Saturday
 152                 }
 153             },
 154             { "DayAbbreviations",
 155                 new String[] {
 156                     "s\u00f6", // abb Sunday
 157                     "m\u00e5", // abb Monday
 158                     "ti", // abb Tuesday
 159                     "on", // abb Wednesday
 160                     "to", // abb Thursday
 161                     "fr", // abb Friday
 162                     "l\u00f6" // abb Saturday
 163                 }
 164             },
 165             { "DayNarrows",
 166                 new String[] {
 167                     "S",
 168                     "M",
 169                     "T",
 170                     "O",
 171                     "T",
 172                     "F",
 173                     "L",
 174                 }
 175             },
 176             { "standalone.DayNarrows",
 177                 new String[] {
 178                     "S",
 179                     "M",
 180                     "T",
 181                     "O",
 182                     "T",
 183                     "F",
 184                     "L",
 185                 }
 186             },
 187             { "narrow.Eras",
 188                 new String[] {
 189                     "f.Kr.",
 190                     "e.Kr.",
 191                 }
 192             },
 193             { "AmPmMarkers",
 194                 new String[] {
 195                     "fm", // am marker
 196                     "em" // pm marker
 197                 }
 198             },
 199             { "narrow.AmPmMarkers",
 200                 new String[] {
 201                     "f",
 202                     "e",
 203                 }
 204             },
 205             { "NumberElements",
 206                 new String[] {
 207                     ",", // decimal separator
 208                     "\u00a0", // group (thousands) separator
 209                     ";", // list separator
 210                     "%", // percent sign
 211                     "0", // native 0 digit
 212                     "#", // pattern digit
 213                     "-", // minus sign
 214                     "E", // exponential
 215                     "\u2030", // per mille
 216                     "\u221e", // infinity
 217                     "\ufffd" // NaN
 218                 }
 219             },
 220             { "TimePatterns",
 221                 new String[] {
 222                     "'kl 'H:mm z", // full time pattern
 223                     "HH:mm:ss z", // long time pattern
 224                     "HH:mm:ss", // medium time pattern
 225                     "HH:mm", // short time pattern
 226                 }
 227             },
 228             { "DatePatterns",
 229                 new String[] {
 230                     "'den 'd MMMM yyyy", // full date pattern
 231                     "'den 'd MMMM yyyy", // long date pattern
 232                     "yyyy-MMM-dd", // medium date pattern
 233                     "yyyy-MM-dd", // short date pattern
 234                 }
 235             },
 236             { "DateTimePatterns",
 237                 new String[] {
 238                     "{1} {0}" // date-time pattern
 239                 }
 240             },
 241             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
 242             { "cldr.buddhist.DatePatterns",
 243                 new String[] {
 244                     "EEEE d MMMM y G",
 245                     "d MMMM y G",
 246                     "d MMM y G",
 247                     "G yyyy-MM-dd",
 248                 }
 249             },
 250             { "cldr.japanese.DatePatterns",
 251                 new String[] {
 252                     "EEEE d MMMM y G",
 253                     "d MMMM y G",
 254                     "d MMM y G",
 255                     "G y-MM-dd",
 256                 }
 257             },
 258             { "roc.Eras", rocEras },
 259             { "roc.short.Eras", rocEras },
 260             { "cldr.roc.DatePatterns",
 261                 new String[] {
 262                     "EEEE d MMMM y G",
 263                     "d MMMM y G",
 264                     "d MMM y G",
 265                     "G y-MM-dd",
 266                 }
 267             },
 268             { "roc.DatePatterns",
 269                 new String[] {
 270                     "EEEE d MMMM y GGGG",
 271                     "d MMMM y GGGG",
 272                     "d MMM y GGGG",
 273                     "GGGG y-MM-dd",
 274                 }
 275             },
 276             { "cldr.islamic.DatePatterns",
 277                 new String[] {
 278                     "EEEE d MMMM y G",
 279                     "d MMMM y G",
 280                     "d MMM y G",
 281                     "G y-MM-dd",
 282                 }
 283             },
 284             { "islamic.DatePatterns",
 285                 new String[] {
 286                     "EEEE d MMMM y GGGG",
 287                     "d MMMM y GGGG",
 288                     "d MMM y GGGG",
 289                     "GGGG y-MM-dd",
 290                 }
 291             },
 292             { "calendarname.islamic-civil", "islamisk civil kalender" },
 293             { "calendarname.islamicc", "islamisk civil kalender" },
 294             { "calendarname.islamic", "islamisk kalender" },
 295             { "calendarname.japanese", "japansk kalender" },
 296             { "calendarname.gregorian", "gregoriansk kalender" },
 297             { "calendarname.gregory", "gregoriansk kalender" },
 298             { "calendarname.roc", "kinesiska republikens kalender" },
 299             { "calendarname.buddhist", "buddistisk kalender" },
 300             { "field.era", "era" },
 301             { "field.year", "\u00e5r" },
 302             { "field.month", "m\u00e5nad" },
 303             { "field.week", "vecka" },
 304             { "field.weekday", "veckodag" },
 305             { "field.dayperiod", "fm/em" },
 306             { "field.hour", "timme" },
 307             { "field.minute", "minut" },
 308             { "field.second", "sekund" },
 309             { "field.zone", "tidszon" },
 310         };
 311     }
 312 }