| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/es_MX.xml | 6 // * Source File: <path>/common/main/es_MX.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 es_MX{ | 9 es_MX{ |
| 10 %%Parent{"es_419"} | 10 %%Parent{"es_419"} |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 middle{"{0}, {1}"} | 806 middle{"{0}, {1}"} |
| 807 start{"{0}, {1}"} | 807 start{"{0}, {1}"} |
| 808 } | 808 } |
| 809 } | 809 } |
| 810 measurementSystemNames{ | 810 measurementSystemNames{ |
| 811 UK{"Reino Unido"} | 811 UK{"Reino Unido"} |
| 812 US{"estadounidense"} | 812 US{"estadounidense"} |
| 813 metric{"métrico"} | 813 metric{"métrico"} |
| 814 } | 814 } |
| 815 units{ | 815 units{ |
| 816 acceleration{ | |
| 817 g-force{ | |
| 818 one{"{0} unidad de fuerza gravitacional"} | |
| 819 other{"{0} unidades de fuerza gravitacional"} | |
| 820 } | |
| 821 } | |
| 822 angle{ | |
| 823 arc-minute{ | |
| 824 one{"{0} minuto"} | |
| 825 other{"{0} minutos"} | |
| 826 } | |
| 827 arc-second{ | |
| 828 one{"{0} segundo"} | |
| 829 other{"{0} segundos"} | |
| 830 } | |
| 831 degree{ | |
| 832 one{"{0} grado"} | |
| 833 other{"{0} grados"} | |
| 834 } | |
| 835 } | |
| 836 area{ | |
| 837 acre{ | |
| 838 one{"{0} acre"} | |
| 839 other{"{0} acres"} | |
| 840 } | |
| 841 hectare{ | |
| 842 one{"{0} hectárea"} | |
| 843 other{"{0} hectáreas"} | |
| 844 } | |
| 845 square-foot{ | |
| 846 one{"{0} pie cuadrado"} | |
| 847 other{"{0} pies cuadrados"} | |
| 848 } | |
| 849 square-kilometer{ | |
| 850 one{"{0} kilómetro cuadrado"} | |
| 851 other{"{0} kilómetros cuadrados"} | |
| 852 } | |
| 853 square-meter{ | |
| 854 one{"{0} metro cuadrado"} | |
| 855 other{"{0} metros cuadrados"} | |
| 856 } | |
| 857 square-mile{ | |
| 858 one{"{0} milla cuadrada"} | |
| 859 other{"{0} millas cuadradas"} | |
| 860 } | |
| 861 } | |
| 862 compound{ | 816 compound{ |
| 863 per{"{0} por {1}"} | 817 per{"{0} por {1}"} |
| 864 } | 818 } |
| 865 duration{ | 819 duration{ |
| 866 day{ | 820 day{ |
| 867 one{"{0} día"} | 821 one{"{0} día"} |
| 868 other{"{0} días"} | 822 other{"{0} días"} |
| 869 } | 823 } |
| 870 hour{ | 824 hour{ |
| 871 one{"{0} hora"} | 825 one{"{0} hora"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 889 } | 843 } |
| 890 week{ | 844 week{ |
| 891 one{"{0} semana"} | 845 one{"{0} semana"} |
| 892 other{"{0} semanas"} | 846 other{"{0} semanas"} |
| 893 } | 847 } |
| 894 year{ | 848 year{ |
| 895 one{"{0} año"} | 849 one{"{0} año"} |
| 896 other{"{0} años"} | 850 other{"{0} años"} |
| 897 } | 851 } |
| 898 } | 852 } |
| 899 length{ | |
| 900 centimeter{ | |
| 901 one{"{0} centímetro"} | |
| 902 other{"{0} centímetros"} | |
| 903 } | |
| 904 foot{ | |
| 905 one{"{0} pie"} | |
| 906 other{"{0} pies"} | |
| 907 } | |
| 908 inch{ | |
| 909 one{"{0} pulgada"} | |
| 910 other{"{0} pulgadas"} | |
| 911 } | |
| 912 kilometer{ | |
| 913 one{"{0} kilómetro"} | |
| 914 other{"{0} kilómetros"} | |
| 915 } | |
| 916 light-year{ | |
| 917 one{"{0} año luz"} | |
| 918 other{"{0} años luz"} | |
| 919 } | |
| 920 meter{ | |
| 921 one{"{0} metro"} | |
| 922 other{"{0} metros"} | |
| 923 } | |
| 924 mile{ | |
| 925 one{"{0} milla"} | |
| 926 other{"{0} millas"} | |
| 927 } | |
| 928 millimeter{ | |
| 929 one{"{0} milímetro"} | |
| 930 other{"{0} milímetros"} | |
| 931 } | |
| 932 picometer{ | |
| 933 one{"{0} picómetro"} | |
| 934 other{"{0} picómetros"} | |
| 935 } | |
| 936 yard{ | |
| 937 one{"{0} yarda"} | |
| 938 other{"{0} yardas"} | |
| 939 } | |
| 940 } | |
| 941 mass{ | |
| 942 gram{ | |
| 943 one{"{0} gramo"} | |
| 944 other{"{0} gramos"} | |
| 945 } | |
| 946 kilogram{ | |
| 947 one{"{0} kilogramo"} | |
| 948 other{"{0} kilogramos"} | |
| 949 } | |
| 950 ounce{ | |
| 951 one{"{0} onza"} | |
| 952 other{"{0} onzas"} | |
| 953 } | |
| 954 pound{ | |
| 955 one{"{0} libra"} | |
| 956 other{"{0} libras"} | |
| 957 } | |
| 958 } | |
| 959 power{ | |
| 960 horsepower{ | |
| 961 one{"{0} caballo de vapor"} | |
| 962 other{"{0} caballos de vapor"} | |
| 963 } | |
| 964 kilowatt{ | |
| 965 one{"{0} kilovatio"} | |
| 966 other{"{0} kilovatios"} | |
| 967 } | |
| 968 watt{ | |
| 969 one{"{0} vatio"} | |
| 970 other{"{0} vatios"} | |
| 971 } | |
| 972 } | |
| 973 pressure{ | |
| 974 hectopascal{ | |
| 975 one{"{0} hectopascal"} | |
| 976 other{"{0} hectopascales"} | |
| 977 } | |
| 978 inch-hg{ | |
| 979 one{"{0} pulgada de mercurio"} | |
| 980 other{"{0} pulgadas de mercurio"} | |
| 981 } | |
| 982 millibar{ | |
| 983 one{"{0} milibar"} | |
| 984 other{"{0} milibares"} | |
| 985 } | |
| 986 } | |
| 987 speed{ | |
| 988 kilometer-per-hour{ | |
| 989 one{"{0} kilómetro por hora"} | |
| 990 other{"{0} kilómetros por hora"} | |
| 991 } | |
| 992 meter-per-second{ | |
| 993 one{"{0} metro por segundo"} | |
| 994 other{"{0} metros por segundo"} | |
| 995 } | |
| 996 mile-per-hour{ | |
| 997 one{"{0} milla por hora"} | |
| 998 other{"{0} millas por hora"} | |
| 999 } | |
| 1000 } | |
| 1001 temperature{ | |
| 1002 celsius{ | |
| 1003 one{"{0} grado Celsius"} | |
| 1004 other{"{0} grados Celsius"} | |
| 1005 } | |
| 1006 fahrenheit{ | |
| 1007 one{"{0} grado Fahrenheit"} | |
| 1008 other{"{0} grados Fahrenheit"} | |
| 1009 } | |
| 1010 } | |
| 1011 volume{ | |
| 1012 cubic-kilometer{ | |
| 1013 one{"{0} kilómetro cúbico"} | |
| 1014 other{"{0} kilómetros cúbicos"} | |
| 1015 } | |
| 1016 cubic-mile{ | |
| 1017 one{"{0} milla cúbica"} | |
| 1018 other{"{0} millas cúbicas"} | |
| 1019 } | |
| 1020 liter{ | |
| 1021 one{"{0} litro"} | |
| 1022 other{"{0} litros"} | |
| 1023 } | |
| 1024 } | |
| 1025 } | 853 } |
| 1026 unitsNarrow{ | 854 unitsNarrow{ |
| 1027 angle{ | |
| 1028 arc-minute{ | |
| 1029 one{"{0}'"} | |
| 1030 other{"{0}'"} | |
| 1031 } | |
| 1032 arc-second{ | |
| 1033 one{"{0}\u0022"} | |
| 1034 other{"{0}\u0022"} | |
| 1035 } | |
| 1036 degree{ | |
| 1037 one{"{0}°"} | |
| 1038 other{"{0}°"} | |
| 1039 } | |
| 1040 } | |
| 1041 compound{ | 855 compound{ |
| 1042 per{"{0}/{1}"} | 856 per{"{0}/{1}"} |
| 1043 } | 857 } |
| 1044 duration{ | 858 duration{ |
| 1045 day{ | 859 day{ |
| 1046 one{"{0} d"} | 860 one{"{0} d"} |
| 1047 other{"{0} d"} | 861 other{"{0} d"} |
| 1048 } | 862 } |
| 1049 hour{ | 863 hour{ |
| 1050 one{"{0} h"} | 864 one{"{0} h"} |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1066 one{"{0} sem"} | 880 one{"{0} sem"} |
| 1067 other{"{0} sem"} | 881 other{"{0} sem"} |
| 1068 } | 882 } |
| 1069 year{ | 883 year{ |
| 1070 one{"{0}a"} | 884 one{"{0}a"} |
| 1071 other{"{0} a"} | 885 other{"{0} a"} |
| 1072 } | 886 } |
| 1073 } | 887 } |
| 1074 } | 888 } |
| 1075 unitsShort{ | 889 unitsShort{ |
| 1076 angle{ | |
| 1077 arc-minute{ | |
| 1078 one{"{0} min"} | |
| 1079 other{"{0} min"} | |
| 1080 } | |
| 1081 arc-second{ | |
| 1082 one{"{0} s"} | |
| 1083 other{"{0} s"} | |
| 1084 } | |
| 1085 degree{ | |
| 1086 one{"{0}°"} | |
| 1087 other{"{0}°"} | |
| 1088 } | |
| 1089 } | |
| 1090 area{ | |
| 1091 acre{ | |
| 1092 one{"{0} ac"} | |
| 1093 other{"{0} ac"} | |
| 1094 } | |
| 1095 hectare{ | |
| 1096 one{"{0} ha"} | |
| 1097 other{"{0} ha"} | |
| 1098 } | |
| 1099 square-foot{ | |
| 1100 one{"{0} ft²"} | |
| 1101 other{"{0} ft²"} | |
| 1102 } | |
| 1103 square-kilometer{ | |
| 1104 one{"{0} km²"} | |
| 1105 other{"{0} km²"} | |
| 1106 } | |
| 1107 square-meter{ | |
| 1108 one{"{0} m²"} | |
| 1109 other{"{0} m²"} | |
| 1110 } | |
| 1111 square-mile{ | |
| 1112 one{"{0} mi²"} | |
| 1113 other{"{0} mi²"} | |
| 1114 } | |
| 1115 } | |
| 1116 compound{ | 890 compound{ |
| 1117 per{"{0}/{1}"} | 891 per{"{0}/{1}"} |
| 1118 } | 892 } |
| 1119 duration{ | 893 duration{ |
| 1120 day{ | 894 day{ |
| 1121 one{"{0} día"} | 895 one{"{0} día"} |
| 1122 other{"{0} días"} | 896 other{"{0} días"} |
| 1123 } | 897 } |
| 1124 hour{ | 898 hour{ |
| 1125 one{"{0} h"} | 899 one{"{0} h"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1143 } | 917 } |
| 1144 week{ | 918 week{ |
| 1145 one{"{0} sem"} | 919 one{"{0} sem"} |
| 1146 other{"{0} sem"} | 920 other{"{0} sem"} |
| 1147 } | 921 } |
| 1148 year{ | 922 year{ |
| 1149 one{"{0} a"} | 923 one{"{0} a"} |
| 1150 other{"{0} a"} | 924 other{"{0} a"} |
| 1151 } | 925 } |
| 1152 } | 926 } |
| 1153 length{ | |
| 1154 centimeter{ | |
| 1155 one{"{0} cm"} | |
| 1156 other{"{0} cm"} | |
| 1157 } | |
| 1158 foot{ | |
| 1159 one{"{0} ft"} | |
| 1160 other{"{0} ft"} | |
| 1161 } | |
| 1162 inch{ | |
| 1163 one{"{0} in"} | |
| 1164 other{"{0} in"} | |
| 1165 } | |
| 1166 kilometer{ | |
| 1167 one{"{0} km"} | |
| 1168 other{"{0} km"} | |
| 1169 } | |
| 1170 light-year{ | |
| 1171 one{"{0} a. l."} | |
| 1172 other{"{0} a. l."} | |
| 1173 } | |
| 1174 meter{ | |
| 1175 one{"{0} m"} | |
| 1176 other{"{0} m"} | |
| 1177 } | |
| 1178 mile{ | |
| 1179 one{"{0} mi"} | |
| 1180 other{"{0} mi"} | |
| 1181 } | |
| 1182 millimeter{ | |
| 1183 one{"{0} mm"} | |
| 1184 other{"{0} mm"} | |
| 1185 } | |
| 1186 picometer{ | |
| 1187 one{"{0} pm"} | |
| 1188 other{"{0} pm"} | |
| 1189 } | |
| 1190 yard{ | |
| 1191 one{"{0} yd"} | |
| 1192 other{"{0} yd"} | |
| 1193 } | |
| 1194 } | |
| 1195 mass{ | |
| 1196 gram{ | |
| 1197 one{"{0} g"} | |
| 1198 other{"{0} g"} | |
| 1199 } | |
| 1200 kilogram{ | |
| 1201 one{"{0} kg"} | |
| 1202 other{"{0} kg"} | |
| 1203 } | |
| 1204 ounce{ | |
| 1205 one{"{0} oz"} | |
| 1206 other{"{0} oz"} | |
| 1207 } | |
| 1208 pound{ | |
| 1209 one{"{0} lb"} | |
| 1210 other{"{0} lb"} | |
| 1211 } | |
| 1212 } | |
| 1213 power{ | |
| 1214 horsepower{ | |
| 1215 one{"{0} CV"} | |
| 1216 other{"{0} CV"} | |
| 1217 } | |
| 1218 kilowatt{ | |
| 1219 one{"{0} kW"} | |
| 1220 other{"{0} kW"} | |
| 1221 } | |
| 1222 watt{ | |
| 1223 one{"{0} W"} | |
| 1224 other{"{0} W"} | |
| 1225 } | |
| 1226 } | |
| 1227 pressure{ | |
| 1228 hectopascal{ | |
| 1229 one{"{0} hPa"} | |
| 1230 other{"{0} hPa"} | |
| 1231 } | |
| 1232 inch-hg{ | |
| 1233 one{"{0} inHg"} | |
| 1234 other{"{0} inHg"} | |
| 1235 } | |
| 1236 millibar{ | |
| 1237 one{"{0} mbar"} | |
| 1238 other{"{0} mbar"} | |
| 1239 } | |
| 1240 } | |
| 1241 speed{ | |
| 1242 kilometer-per-hour{ | |
| 1243 one{"{0} km/h"} | |
| 1244 other{"{0} km/h"} | |
| 1245 } | |
| 1246 meter-per-second{ | |
| 1247 one{"{0} m/s"} | |
| 1248 other{"{0} m/s"} | |
| 1249 } | |
| 1250 mile-per-hour{ | |
| 1251 one{"{0} mi/h"} | |
| 1252 other{"{0} mi/h"} | |
| 1253 } | |
| 1254 } | |
| 1255 temperature{ | |
| 1256 celsius{ | |
| 1257 one{"{0} °C"} | |
| 1258 other{"{0} °C"} | |
| 1259 } | |
| 1260 fahrenheit{ | |
| 1261 one{"{0} °F"} | |
| 1262 other{"{0} °F"} | |
| 1263 } | |
| 1264 } | |
| 1265 volume{ | |
| 1266 cubic-kilometer{ | |
| 1267 one{"{0} km³"} | |
| 1268 other{"{0} km³"} | |
| 1269 } | |
| 1270 cubic-mile{ | |
| 1271 one{"{0} mi³"} | |
| 1272 other{"{0} mi³"} | |
| 1273 } | |
| 1274 liter{ | |
| 1275 one{"{0} l"} | |
| 1276 other{"{0} l"} | |
| 1277 } | |
| 1278 } | |
| 1279 } | 927 } |
| 1280 } | 928 } |
| OLD | NEW |