web/lib/Zend/Locale/Data/es_UY.xml
changeset 1230 68c69c656a2c
parent 207 621fa6caec0c
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
     1 <?xml version="1.0" encoding="UTF-8" ?>
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
       
     3 <!-- Copyright © 1991-2013 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 -->
     2 <ldml>
     7 <ldml>
     3 	<identity>
     8 	<identity>
     4 		<version number="$Revision: 1.57 $"/>
     9 		<version number="$Revision: 9287 $"/>
     5 		<generation date="$Date: 2009/05/05 23:06:35 $"/>
    10 		<generation date="$Date: 2013-08-28 21:32:04 -0500 (Wed, 28 Aug 2013) $"/>
     6 		<language type="es"/>
    11 		<language type="es"/>
     7 		<territory type="UY"/>
    12 		<territory type="UY"/>
     8 	</identity>
    13 	</identity>
     9 	<numbers>
    14 	<numbers>
    10 		<currencyFormats>
    15 		<symbols numberSystem="latn">
       
    16 			<decimal>,</decimal>
       
    17 			<group>.</group>
       
    18 		</symbols>
       
    19 		<currencyFormats numberSystem="latn">
    11 			<currencyFormatLength>
    20 			<currencyFormatLength>
    12 				<currencyFormat>
    21 				<currencyFormat type="standard">
       
    22 					<pattern>¤ #,##0.00</pattern>
       
    23 				</currencyFormat>
       
    24 				<currencyFormat type="accounting">
    13 					<pattern>¤ #,##0.00;(¤ #,##0.00)</pattern>
    25 					<pattern>¤ #,##0.00;(¤ #,##0.00)</pattern>
    14 				</currencyFormat>
    26 				</currencyFormat>
    15 			</currencyFormatLength>
    27 			</currencyFormatLength>
    16 		</currencyFormats>
    28 		</currencyFormats>
    17 		<currencies>
    29 		<currencies>
       
    30 			<currency type="USD">
       
    31 				<symbol>US$</symbol>
       
    32 			</currency>
    18 			<currency type="UYU">
    33 			<currency type="UYU">
    19 				<symbol>$</symbol>
    34 				<symbol>$</symbol>
    20 			</currency>
    35 			</currency>
    21 		</currencies>
    36 		</currencies>
    22 	</numbers>
    37 	</numbers>
    23 </ldml>
    38 </ldml>
       
    39