1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2015 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <identity>
   9                 <version number="$Revision: 12217 $"/>
  10                 <language type="es"/>
  11                 <territory type="US"/>
  12         </identity>
  13         <dates>
  14                 <calendars>
  15                         <calendar type="gregorian">
  16                                 <dayPeriods>
  17                                         <dayPeriodContext type="format">
  18                                                 <dayPeriodWidth type="narrow">
  19                                                         <dayPeriod type="am">a</dayPeriod>
  20                                                         <dayPeriod type="pm">p</dayPeriod>
  21                                                 </dayPeriodWidth>
  22                                                 <dayPeriodWidth type="wide">
  23                                                         <dayPeriod type="am">AM</dayPeriod>
  24                                                         <dayPeriod type="pm">PM</dayPeriod>
  25                                                 </dayPeriodWidth>
  26                                         </dayPeriodContext>
  27                                 </dayPeriods>
  28                                 <timeFormats>
  29                                         <timeFormatLength type="full">
  30                                                 <timeFormat>
  31                                                         <pattern>h:mm:ss a zzzz</pattern>
  32                                                 </timeFormat>
  33                                         </timeFormatLength>
  34                                         <timeFormatLength type="long">
  35                                                 <timeFormat>
  36                                                         <pattern>h:mm:ss a z</pattern>
  37                                                 </timeFormat>
  38                                         </timeFormatLength>
  39                                         <timeFormatLength type="medium">
  40                                                 <timeFormat>
  41                                                         <pattern>h:mm:ss a</pattern>
  42                                                 </timeFormat>
  43                                         </timeFormatLength>
  44                                         <timeFormatLength type="short">
  45                                                 <timeFormat>
  46                                                         <pattern>h:mm a</pattern>
  47                                                 </timeFormat>
  48                                         </timeFormatLength>
  49                                 </timeFormats>
  50                         </calendar>
  51                 </calendars>
  52                 <timeZoneNames>
  53                         <zone type="Pacific/Honolulu">
  54                                 <short>
  55                                         <generic>HST</generic>
  56                                         <standard>HST</standard>
  57                                         <daylight>HDT</daylight>
  58                                 </short>
  59                         </zone>
  60                         <metazone type="Alaska">
  61                                 <short>
  62                                         <generic>AKT</generic>
  63                                         <standard>AKST</standard>
  64                                         <daylight>AKDT</daylight>
  65                                 </short>
  66                         </metazone>
  67                         <metazone type="America_Central">
  68                                 <short>
  69                                         <generic>CT</generic>
  70                                         <standard>CST</standard>
  71                                         <daylight>CDT</daylight>
  72                                 </short>
  73                         </metazone>
  74                         <metazone type="America_Eastern">
  75                                 <short>
  76                                         <generic>ET</generic>
  77                                         <standard>EST</standard>
  78                                         <daylight>EDT</daylight>
  79                                 </short>
  80                         </metazone>
  81                         <metazone type="America_Mountain">
  82                                 <short>
  83                                         <generic>MT</generic>
  84                                         <standard>MST</standard>
  85                                         <daylight>MDT</daylight>
  86                                 </short>
  87                         </metazone>
  88                         <metazone type="America_Pacific">
  89                                 <short>
  90                                         <generic>PT</generic>
  91                                         <standard>PST</standard>
  92                                         <daylight>PDT</daylight>
  93                                 </short>
  94                         </metazone>
  95                         <metazone type="Atlantic">
  96                                 <short>
  97                                         <generic>AT</generic>
  98                                         <standard>AST</standard>
  99                                         <daylight>ADT</daylight>
 100                                 </short>
 101                         </metazone>
 102                         <metazone type="Hawaii_Aleutian">
 103                                 <short>
 104                                         <generic>HAT</generic>
 105                                         <standard>HAST</standard>
 106                                         <daylight>HADT</daylight>
 107                                 </short>
 108                         </metazone>
 109                 </timeZoneNames>
 110         </dates>
 111         <numbers>
 112                 <currencies>
 113                         <currency type="JPY">
 114                                 <symbol>¥</symbol>
 115                         </currency>
 116                         <currency type="USD">
 117                                 <symbol>$</symbol>
 118                         </currency>
 119                 </currencies>
 120         </numbers>
 121         <units>
 122                 <unitLength type="narrow">
 123                         <unit type="temperature-fahrenheit">
 124                                 <unitPattern count="one">{0}°</unitPattern>
 125                                 <unitPattern count="other">{0}°</unitPattern>
 126                         </unit>
 127                 </unitLength>
 128         </units>
 129 </ldml>
 130