| 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/fr.xml | 6 // * Source File: <path>/common/main/fr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/fr.xml | 10 * ICU <specials> source: <path>/common/main/fr.xml |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1401 Tone{"Ton"} | 1401 Tone{"Ton"} |
| 1402 UNGEGN{"UNGEGN"} | 1402 UNGEGN{"UNGEGN"} |
| 1403 x-Accents{"Accents"} | 1403 x-Accents{"Accents"} |
| 1404 x-Fullwidth{"Pleine chasse"} | 1404 x-Fullwidth{"Pleine chasse"} |
| 1405 x-Halfwidth{"Demi-chasse"} | 1405 x-Halfwidth{"Demi-chasse"} |
| 1406 x-Jamo{"Jamo"} | 1406 x-Jamo{"Jamo"} |
| 1407 x-Pinyin{"Pinyin"} | 1407 x-Pinyin{"Pinyin"} |
| 1408 x-Publishing{"Publication"} | 1408 x-Publishing{"Publication"} |
| 1409 } | 1409 } |
| 1410 units{ | 1410 units{ |
| 1411 acceleration{ | |
| 1412 g-force{ | |
| 1413 one{"{0} fois la gravitation terrestre"} | |
| 1414 other{"{0} fois la gravitation terrestre"} | |
| 1415 } | |
| 1416 } | |
| 1417 angle{ | |
| 1418 arc-minute{ | |
| 1419 one{"{0} minute d’angle"} | |
| 1420 other{"{0} minutes d’angle"} | |
| 1421 } | |
| 1422 arc-second{ | |
| 1423 one{"{0} seconde d’angle"} | |
| 1424 other{"{0} secondes d’angle"} | |
| 1425 } | |
| 1426 degree{ | |
| 1427 one{"{0} degré"} | |
| 1428 other{"{0} degrés"} | |
| 1429 } | |
| 1430 } | |
| 1431 area{ | |
| 1432 acre{ | |
| 1433 one{"{0} acre anglo-saxonne"} | |
| 1434 other{"{0} acres anglo-saxonnes"} | |
| 1435 } | |
| 1436 hectare{ | |
| 1437 one{"{0} hectare"} | |
| 1438 other{"{0} hectares"} | |
| 1439 } | |
| 1440 square-foot{ | |
| 1441 one{"{0} pied carré"} | |
| 1442 other{"{0} pieds carrés"} | |
| 1443 } | |
| 1444 square-kilometer{ | |
| 1445 one{"{0} kilomètre carré"} | |
| 1446 other{"{0} kilomètres carrés"} | |
| 1447 } | |
| 1448 square-meter{ | |
| 1449 one{"{0} mètre carré"} | |
| 1450 other{"{0} mètres carrés"} | |
| 1451 } | |
| 1452 square-mile{ | |
| 1453 one{"{0} mille anglais carré"} | |
| 1454 other{"{0} milles anglais carrés"} | |
| 1455 } | |
| 1456 } | |
| 1457 compound{ | 1411 compound{ |
| 1458 per{"{0} par {1}"} | 1412 per{"{0} par {1}"} |
| 1459 } | 1413 } |
| 1460 duration{ | 1414 duration{ |
| 1461 day{ | 1415 day{ |
| 1462 one{"{0} jour"} | 1416 one{"{0} jour"} |
| 1463 other{"{0} jours"} | 1417 other{"{0} jours"} |
| 1464 } | 1418 } |
| 1465 hour{ | 1419 hour{ |
| 1466 one{"{0} heure"} | 1420 one{"{0} heure"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1484 } | 1438 } |
| 1485 week{ | 1439 week{ |
| 1486 one{"{0} semaine"} | 1440 one{"{0} semaine"} |
| 1487 other{"{0} semaines"} | 1441 other{"{0} semaines"} |
| 1488 } | 1442 } |
| 1489 year{ | 1443 year{ |
| 1490 one{"{0} année"} | 1444 one{"{0} année"} |
| 1491 other{"{0} années"} | 1445 other{"{0} années"} |
| 1492 } | 1446 } |
| 1493 } | 1447 } |
| 1494 length{ | |
| 1495 centimeter{ | |
| 1496 one{"{0} centimètre"} | |
| 1497 other{"{0} centimètres"} | |
| 1498 } | |
| 1499 foot{ | |
| 1500 one{"{0} pied"} | |
| 1501 other{"{0} pieds"} | |
| 1502 } | |
| 1503 inch{ | |
| 1504 one{"{0} pouce"} | |
| 1505 other{"{0} pouces"} | |
| 1506 } | |
| 1507 kilometer{ | |
| 1508 one{"{0} kilomètre"} | |
| 1509 other{"{0} kilomètres"} | |
| 1510 } | |
| 1511 light-year{ | |
| 1512 one{"{0} année-lumière"} | |
| 1513 other{"{0} années-lumière"} | |
| 1514 } | |
| 1515 meter{ | |
| 1516 one{"{0} mètre"} | |
| 1517 other{"{0} mètres"} | |
| 1518 } | |
| 1519 mile{ | |
| 1520 one{"{0} mille anglais"} | |
| 1521 other{"{0} milles anglais"} | |
| 1522 } | |
| 1523 millimeter{ | |
| 1524 one{"{0} millimètre"} | |
| 1525 other{"{0} millimètres"} | |
| 1526 } | |
| 1527 picometer{ | |
| 1528 one{"{0} picomètre"} | |
| 1529 other{"{0} picomètres"} | |
| 1530 } | |
| 1531 yard{ | |
| 1532 one{"{0} yard"} | |
| 1533 other{"{0} yards"} | |
| 1534 } | |
| 1535 } | |
| 1536 mass{ | |
| 1537 gram{ | |
| 1538 one{"{0} gramme"} | |
| 1539 other{"{0} grammes"} | |
| 1540 } | |
| 1541 kilogram{ | |
| 1542 one{"{0} kilogramme"} | |
| 1543 other{"{0} kilogrammes"} | |
| 1544 } | |
| 1545 ounce{ | |
| 1546 one{"{0} once"} | |
| 1547 other{"{0} onces"} | |
| 1548 } | |
| 1549 pound{ | |
| 1550 one{"{0} livre avoirdupois"} | |
| 1551 other{"{0} livres avoirdupois"} | |
| 1552 } | |
| 1553 } | |
| 1554 power{ | |
| 1555 horsepower{ | |
| 1556 one{"{0} cheval-vapeur"} | |
| 1557 other{"{0} chevaux-vapeur"} | |
| 1558 } | |
| 1559 kilowatt{ | |
| 1560 one{"{0} kilowatt"} | |
| 1561 other{"{0} kilowatts"} | |
| 1562 } | |
| 1563 watt{ | |
| 1564 one{"{0} watt"} | |
| 1565 other{"{0} watts"} | |
| 1566 } | |
| 1567 } | |
| 1568 pressure{ | |
| 1569 hectopascal{ | |
| 1570 one{"{0} hectopascal"} | |
| 1571 other{"{0} hectopascals"} | |
| 1572 } | |
| 1573 inch-hg{ | |
| 1574 one{"{0} pouce de mercure"} | |
| 1575 other{"{0} pouces de mercure"} | |
| 1576 } | |
| 1577 millibar{ | |
| 1578 one{"{0} millibar"} | |
| 1579 other{"{0} millibars"} | |
| 1580 } | |
| 1581 } | |
| 1582 speed{ | |
| 1583 kilometer-per-hour{ | |
| 1584 one{"{0} kilomètre par heure"} | |
| 1585 other{"{0} kilomètres par heure"} | |
| 1586 } | |
| 1587 meter-per-second{ | |
| 1588 one{"{0} mètre par seconde"} | |
| 1589 other{"{0} mètres par seconde"} | |
| 1590 } | |
| 1591 mile-per-hour{ | |
| 1592 one{"{0} mille anglais par heure"} | |
| 1593 other{"{0} milles anglais par heure"} | |
| 1594 } | |
| 1595 } | |
| 1596 temperature{ | |
| 1597 celsius{ | |
| 1598 one{"{0} degré Celsius"} | |
| 1599 other{"{0} degrés Celsius"} | |
| 1600 } | |
| 1601 fahrenheit{ | |
| 1602 one{"{0} degré Fahrenheit"} | |
| 1603 other{"{0} degrés Fahrenheit"} | |
| 1604 } | |
| 1605 } | |
| 1606 volume{ | |
| 1607 cubic-kilometer{ | |
| 1608 one{"{0} kilomètre cube"} | |
| 1609 other{"{0} kilomètres cubes"} | |
| 1610 } | |
| 1611 cubic-mile{ | |
| 1612 one{"{0} mille anglais cube"} | |
| 1613 other{"{0} milles anglais cubes"} | |
| 1614 } | |
| 1615 liter{ | |
| 1616 one{"{0} litre"} | |
| 1617 other{"{0} litres"} | |
| 1618 } | |
| 1619 } | |
| 1620 } | 1448 } |
| 1621 unitsNarrow{ | 1449 unitsNarrow{ |
| 1622 acceleration{ | |
| 1623 g-force{ | |
| 1624 one{"{0}G"} | |
| 1625 other{"{0}G"} | |
| 1626 } | |
| 1627 } | |
| 1628 angle{ | |
| 1629 arc-minute{ | |
| 1630 one{"{0}′"} | |
| 1631 other{"{0}′"} | |
| 1632 } | |
| 1633 arc-second{ | |
| 1634 one{"{0}″"} | |
| 1635 other{"{0}″"} | |
| 1636 } | |
| 1637 degree{ | |
| 1638 one{"{0}°"} | |
| 1639 other{"{0}°"} | |
| 1640 } | |
| 1641 } | |
| 1642 area{ | |
| 1643 acre{ | |
| 1644 one{"{0}ac"} | |
| 1645 other{"{0}ac"} | |
| 1646 } | |
| 1647 hectare{ | |
| 1648 one{"{0}ha"} | |
| 1649 other{"{0}ha"} | |
| 1650 } | |
| 1651 square-foot{ | |
| 1652 one{"{0}ft²"} | |
| 1653 other{"{0}ft²"} | |
| 1654 } | |
| 1655 square-kilometer{ | |
| 1656 one{"{0}km²"} | |
| 1657 other{"{0}km²"} | |
| 1658 } | |
| 1659 square-meter{ | |
| 1660 one{"{0}m²"} | |
| 1661 other{"{0}m²"} | |
| 1662 } | |
| 1663 square-mile{ | |
| 1664 one{"{0}mi²"} | |
| 1665 other{"{0}mi²"} | |
| 1666 } | |
| 1667 } | |
| 1668 compound{ | 1450 compound{ |
| 1669 per{"{0}/{1}"} | 1451 per{"{0}/{1}"} |
| 1670 } | 1452 } |
| 1671 duration{ | 1453 duration{ |
| 1672 day{ | 1454 day{ |
| 1673 one{"{0}j"} | 1455 one{"{0}j"} |
| 1674 other{"{0}j"} | 1456 other{"{0}j"} |
| 1675 } | 1457 } |
| 1676 hour{ | 1458 hour{ |
| 1677 one{"{0}h"} | 1459 one{"{0}h"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1695 } | 1477 } |
| 1696 week{ | 1478 week{ |
| 1697 one{"{0}sem"} | 1479 one{"{0}sem"} |
| 1698 other{"{0}sem"} | 1480 other{"{0}sem"} |
| 1699 } | 1481 } |
| 1700 year{ | 1482 year{ |
| 1701 one{"{0}a"} | 1483 one{"{0}a"} |
| 1702 other{"{0}a"} | 1484 other{"{0}a"} |
| 1703 } | 1485 } |
| 1704 } | 1486 } |
| 1705 length{ | |
| 1706 centimeter{ | |
| 1707 one{"{0}cm"} | |
| 1708 other{"{0}cm"} | |
| 1709 } | |
| 1710 foot{ | |
| 1711 one{"{0}′"} | |
| 1712 other{"{0}′"} | |
| 1713 } | |
| 1714 inch{ | |
| 1715 one{"{0}″"} | |
| 1716 other{"{0}″"} | |
| 1717 } | |
| 1718 kilometer{ | |
| 1719 one{"{0}km"} | |
| 1720 other{"{0}km"} | |
| 1721 } | |
| 1722 light-year{ | |
| 1723 one{"{0}a.l."} | |
| 1724 other{"{0}a.l."} | |
| 1725 } | |
| 1726 meter{ | |
| 1727 one{"{0}m"} | |
| 1728 other{"{0}m"} | |
| 1729 } | |
| 1730 mile{ | |
| 1731 one{"{0}mi"} | |
| 1732 other{"{0}mi"} | |
| 1733 } | |
| 1734 millimeter{ | |
| 1735 one{"{0}mm"} | |
| 1736 other{"{0}mm"} | |
| 1737 } | |
| 1738 picometer{ | |
| 1739 one{"{0}pm"} | |
| 1740 other{"{0}pm"} | |
| 1741 } | |
| 1742 yard{ | |
| 1743 one{"{0}yd"} | |
| 1744 other{"{0}yd"} | |
| 1745 } | |
| 1746 } | |
| 1747 mass{ | |
| 1748 gram{ | |
| 1749 one{"{0}g"} | |
| 1750 other{"{0}g"} | |
| 1751 } | |
| 1752 kilogram{ | |
| 1753 one{"{0}kg"} | |
| 1754 other{"{0}kg"} | |
| 1755 } | |
| 1756 ounce{ | |
| 1757 one{"{0}oz"} | |
| 1758 other{"{0}oz"} | |
| 1759 } | |
| 1760 pound{ | |
| 1761 one{"{0}lb"} | |
| 1762 other{"{0}lb"} | |
| 1763 } | |
| 1764 } | |
| 1765 power{ | |
| 1766 horsepower{ | |
| 1767 one{"{0}ch"} | |
| 1768 other{"{0}ch"} | |
| 1769 } | |
| 1770 kilowatt{ | |
| 1771 one{"{0}kW"} | |
| 1772 other{"{0}kW"} | |
| 1773 } | |
| 1774 watt{ | |
| 1775 one{"{0}W"} | |
| 1776 other{"{0}W"} | |
| 1777 } | |
| 1778 } | |
| 1779 pressure{ | |
| 1780 hectopascal{ | |
| 1781 one{"{0}hPa"} | |
| 1782 other{"{0}hPa"} | |
| 1783 } | |
| 1784 inch-hg{ | |
| 1785 one{"{0}inHg"} | |
| 1786 other{"{0}inHg"} | |
| 1787 } | |
| 1788 millibar{ | |
| 1789 one{"{0}mbar"} | |
| 1790 other{"{0}mbar"} | |
| 1791 } | |
| 1792 } | |
| 1793 speed{ | |
| 1794 kilometer-per-hour{ | |
| 1795 one{"{0}km/h"} | |
| 1796 other{"{0}km/h"} | |
| 1797 } | |
| 1798 meter-per-second{ | |
| 1799 one{"{0}m/s"} | |
| 1800 other{"{0}m/s"} | |
| 1801 } | |
| 1802 mile-per-hour{ | |
| 1803 one{"{0}mi/h"} | |
| 1804 other{"{0}mi/h"} | |
| 1805 } | |
| 1806 } | |
| 1807 temperature{ | |
| 1808 celsius{ | |
| 1809 one{"{0}°C"} | |
| 1810 other{"{0}°C"} | |
| 1811 } | |
| 1812 fahrenheit{ | |
| 1813 one{"{0}°F"} | |
| 1814 other{"{0}°F"} | |
| 1815 } | |
| 1816 } | |
| 1817 volume{ | |
| 1818 cubic-kilometer{ | |
| 1819 one{"{0}km³"} | |
| 1820 other{"{0}km³"} | |
| 1821 } | |
| 1822 cubic-mile{ | |
| 1823 one{"{0}mi³"} | |
| 1824 other{"{0}mi³"} | |
| 1825 } | |
| 1826 liter{ | |
| 1827 one{"{0}L"} | |
| 1828 other{"{0}L"} | |
| 1829 } | |
| 1830 } | |
| 1831 } | 1487 } |
| 1832 unitsShort{ | 1488 unitsShort{ |
| 1833 acceleration{ | |
| 1834 g-force{ | |
| 1835 one{"{0} G"} | |
| 1836 other{"{0} G"} | |
| 1837 } | |
| 1838 } | |
| 1839 angle{ | |
| 1840 arc-minute{ | |
| 1841 one{"{0}′"} | |
| 1842 other{"{0}′"} | |
| 1843 } | |
| 1844 arc-second{ | |
| 1845 one{"{0}″"} | |
| 1846 other{"{0}″"} | |
| 1847 } | |
| 1848 degree{ | |
| 1849 one{"{0}°"} | |
| 1850 other{"{0}°"} | |
| 1851 } | |
| 1852 } | |
| 1853 area{ | |
| 1854 acre{ | |
| 1855 one{"{0} ac"} | |
| 1856 other{"{0} ac"} | |
| 1857 } | |
| 1858 hectare{ | |
| 1859 one{"{0} ha"} | |
| 1860 other{"{0} ha"} | |
| 1861 } | |
| 1862 square-foot{ | |
| 1863 one{"{0} ft²"} | |
| 1864 other{"{0} ft²"} | |
| 1865 } | |
| 1866 square-kilometer{ | |
| 1867 one{"{0} km²"} | |
| 1868 other{"{0} km²"} | |
| 1869 } | |
| 1870 square-meter{ | |
| 1871 one{"{0} m²"} | |
| 1872 other{"{0} m²"} | |
| 1873 } | |
| 1874 square-mile{ | |
| 1875 one{"{0} mi²"} | |
| 1876 other{"{0} mi²"} | |
| 1877 } | |
| 1878 } | |
| 1879 compound{ | 1489 compound{ |
| 1880 per{"{0}/{1}"} | 1490 per{"{0}/{1}"} |
| 1881 } | 1491 } |
| 1882 duration{ | 1492 duration{ |
| 1883 day{ | 1493 day{ |
| 1884 one{"{0} j"} | 1494 one{"{0} j"} |
| 1885 other{"{0} j"} | 1495 other{"{0} j"} |
| 1886 } | 1496 } |
| 1887 hour{ | 1497 hour{ |
| 1888 one{"{0} h"} | 1498 one{"{0} h"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1906 } | 1516 } |
| 1907 week{ | 1517 week{ |
| 1908 one{"{0} sem."} | 1518 one{"{0} sem."} |
| 1909 other{"{0} sem."} | 1519 other{"{0} sem."} |
| 1910 } | 1520 } |
| 1911 year{ | 1521 year{ |
| 1912 one{"{0} an"} | 1522 one{"{0} an"} |
| 1913 other{"{0} ans"} | 1523 other{"{0} ans"} |
| 1914 } | 1524 } |
| 1915 } | 1525 } |
| 1916 length{ | |
| 1917 centimeter{ | |
| 1918 one{"{0} cm"} | |
| 1919 other{"{0} cm"} | |
| 1920 } | |
| 1921 foot{ | |
| 1922 one{"{0} ft"} | |
| 1923 other{"{0} ft"} | |
| 1924 } | |
| 1925 inch{ | |
| 1926 one{"{0} in"} | |
| 1927 other{"{0} in"} | |
| 1928 } | |
| 1929 kilometer{ | |
| 1930 one{"{0} km"} | |
| 1931 other{"{0} km"} | |
| 1932 } | |
| 1933 light-year{ | |
| 1934 one{"{0} a.l."} | |
| 1935 other{"{0} a.l."} | |
| 1936 } | |
| 1937 meter{ | |
| 1938 one{"{0} m"} | |
| 1939 other{"{0} m"} | |
| 1940 } | |
| 1941 mile{ | |
| 1942 one{"{0} mi"} | |
| 1943 other{"{0} mi"} | |
| 1944 } | |
| 1945 millimeter{ | |
| 1946 one{"{0} mm"} | |
| 1947 other{"{0} mm"} | |
| 1948 } | |
| 1949 picometer{ | |
| 1950 one{"{0} pm"} | |
| 1951 other{"{0} pm"} | |
| 1952 } | |
| 1953 yard{ | |
| 1954 one{"{0} yd"} | |
| 1955 other{"{0} yd"} | |
| 1956 } | |
| 1957 } | |
| 1958 mass{ | |
| 1959 gram{ | |
| 1960 one{"{0} g"} | |
| 1961 other{"{0} g"} | |
| 1962 } | |
| 1963 kilogram{ | |
| 1964 one{"{0} kg"} | |
| 1965 other{"{0} kg"} | |
| 1966 } | |
| 1967 ounce{ | |
| 1968 one{"{0} oz"} | |
| 1969 other{"{0} oz"} | |
| 1970 } | |
| 1971 pound{ | |
| 1972 one{"{0} lb"} | |
| 1973 other{"{0} lb"} | |
| 1974 } | |
| 1975 } | |
| 1976 power{ | |
| 1977 horsepower{ | |
| 1978 one{"{0} ch"} | |
| 1979 other{"{0} ch"} | |
| 1980 } | |
| 1981 kilowatt{ | |
| 1982 one{"{0} kW"} | |
| 1983 other{"{0} kW"} | |
| 1984 } | |
| 1985 watt{ | |
| 1986 one{"{0} W"} | |
| 1987 other{"{0} W"} | |
| 1988 } | |
| 1989 } | |
| 1990 pressure{ | |
| 1991 hectopascal{ | |
| 1992 one{"{0} hPa"} | |
| 1993 other{"{0} hPa"} | |
| 1994 } | |
| 1995 inch-hg{ | |
| 1996 one{"{0} inHg"} | |
| 1997 other{"{0} inHg"} | |
| 1998 } | |
| 1999 millibar{ | |
| 2000 one{"{0} mbar"} | |
| 2001 other{"{0} mbar"} | |
| 2002 } | |
| 2003 } | |
| 2004 speed{ | |
| 2005 kilometer-per-hour{ | |
| 2006 one{"{0} km/h"} | |
| 2007 other{"{0} km/h"} | |
| 2008 } | |
| 2009 meter-per-second{ | |
| 2010 one{"{0} m/s"} | |
| 2011 other{"{0} m/s"} | |
| 2012 } | |
| 2013 mile-per-hour{ | |
| 2014 one{"{0} mi/h"} | |
| 2015 other{"{0} mi/h"} | |
| 2016 } | |
| 2017 } | |
| 2018 temperature{ | |
| 2019 celsius{ | |
| 2020 one{"{0} °C"} | |
| 2021 other{"{0} °C"} | |
| 2022 } | |
| 2023 fahrenheit{ | |
| 2024 one{"{0} °F"} | |
| 2025 other{"{0} °F"} | |
| 2026 } | |
| 2027 } | |
| 2028 volume{ | |
| 2029 cubic-kilometer{ | |
| 2030 one{"{0} km³"} | |
| 2031 other{"{0} km³"} | |
| 2032 } | |
| 2033 cubic-mile{ | |
| 2034 one{"{0} mi³"} | |
| 2035 other{"{0} mi³"} | |
| 2036 } | |
| 2037 liter{ | |
| 2038 one{"{0} L"} | |
| 2039 other{"{0} L"} | |
| 2040 } | |
| 2041 } | |
| 2042 } | 1526 } |
| 2043 } | 1527 } |
| OLD | NEW |