jdk/src/share/classes/sun/text/resources/cs/FormatData_cs.java
changeset 15281 dd43cb9be0e1
parent 14765 0987999ed367
child 16852 60207b2b4b42
equal deleted inserted replaced
15280:d9e473e85f3c 15281:dd43cb9be0e1
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     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.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    37  * is protected by multiple US and International patents.
    37  * is protected by multiple US and International patents.
    38  *
    38  *
    39  * This notice and attribution to Taligent may not be removed.
    39  * This notice and attribution to Taligent may not be removed.
    40  * Taligent is a registered trademark of Taligent, Inc.
    40  * Taligent is a registered trademark of Taligent, Inc.
    41  *
    41  *
       
    42  */
       
    43 
       
    44 /*
       
    45  * COPYRIGHT AND PERMISSION NOTICE
       
    46  *
       
    47  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
       
    48  * the Terms of Use in http://www.unicode.org/copyright.html.
       
    49  *
       
    50  * Permission is hereby granted, free of charge, to any person obtaining a copy
       
    51  * of the Unicode data files and any associated documentation (the "Data
       
    52  * Files") or Unicode software and any associated documentation (the
       
    53  * "Software") to deal in the Data Files or Software without restriction,
       
    54  * including without limitation the rights to use, copy, modify, merge,
       
    55  * publish, distribute, and/or sell copies of the Data Files or Software, and
       
    56  * to permit persons to whom the Data Files or Software are furnished to do so,
       
    57  * provided that (a) the above copyright notice(s) and this permission notice
       
    58  * appear with all copies of the Data Files or Software, (b) both the above
       
    59  * copyright notice(s) and this permission notice appear in associated
       
    60  * documentation, and (c) there is clear notice in each modified Data File or
       
    61  * in the Software as well as in the documentation associated with the Data
       
    62  * File(s) or Software that the data or software has been modified.
       
    63  *
       
    64  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
       
    65  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    66  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
       
    67  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
       
    68  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
       
    69  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
       
    70  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
       
    71  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
       
    72  * OF THE DATA FILES OR SOFTWARE.
       
    73  *
       
    74  * Except as contained in this notice, the name of a copyright holder shall not
       
    75  * be used in advertising or otherwise to promote the sale, use or other
       
    76  * dealings in these Data Files or Software without prior written authorization
       
    77  * of the copyright holder.
    42  */
    78  */
    43 
    79 
    44 package sun.text.resources.cs;
    80 package sun.text.resources.cs;
    45 
    81 
    46 import java.util.ListResourceBundle;
    82 import java.util.ListResourceBundle;
   199                 new String[] {
   235                 new String[] {
   200                     "{1} {0}" // date-time pattern
   236                     "{1} {0}" // date-time pattern
   201                 }
   237                 }
   202             },
   238             },
   203             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
   239             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
       
   240             { "calendarname.islamic-civil", "Muslimsk\u00fd ob\u010dansk\u00fd kalend\u00e1\u0159" },
       
   241             { "calendarname.islamicc", "Muslimsk\u00fd ob\u010dansk\u00fd kalend\u00e1\u0159" },
       
   242             { "calendarname.islamic", "Muslimsk\u00fd kalend\u00e1\u0159" },
       
   243             { "calendarname.buddhist", "Buddhistick\u00fd kalend\u00e1\u0159" },
       
   244             { "calendarname.japanese", "Japonsk\u00fd kalend\u00e1\u0159" },
       
   245             { "calendarname.gregorian", "Gregori\u00e1nsk\u00fd kalend\u00e1\u0159" },
       
   246             { "calendarname.gregory", "Gregori\u00e1nsk\u00fd kalend\u00e1\u0159" },
       
   247             { "field.year", "Rok" },
       
   248             { "field.month", "M\u011bs\u00edc" },
       
   249             { "field.week", "T\u00fdden" },
       
   250             { "field.weekday", "Den v t\u00fddnu" },
       
   251             { "field.dayperiod", "AM/PM" },
       
   252             { "field.hour", "Hodina" },
       
   253             { "field.minute", "Minuta" },
       
   254             { "field.second", "Sekunda" },
       
   255             { "field.zone", "\u010casov\u00e9 p\u00e1smo" },
   204         };
   256         };
   205     }
   257     }
   206 }
   258 }