| 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/en_GB.xml | 6 // * Source File: <path>/common/main/en_GB.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_GB{ | 9 en_GB{ |
| 10 %%Parent{"en_001"} | 10 %%Parent{"en_001"} |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 start{"{0}, {1}"} | 713 start{"{0}, {1}"} |
| 714 } | 714 } |
| 715 unit{ | 715 unit{ |
| 716 2{"{0} and {1}"} | 716 2{"{0} and {1}"} |
| 717 end{"{0} and {1}"} | 717 end{"{0} and {1}"} |
| 718 middle{"{0}, {1}"} | 718 middle{"{0}, {1}"} |
| 719 start{"{0}, {1}"} | 719 start{"{0}, {1}"} |
| 720 } | 720 } |
| 721 } | 721 } |
| 722 units{ | 722 units{ |
| 723 angle{ | |
| 724 arc-minute{ | |
| 725 one{"{0} minute"} | |
| 726 other{"{0} minutes"} | |
| 727 } | |
| 728 arc-second{ | |
| 729 one{"{0} second"} | |
| 730 other{"{0} seconds"} | |
| 731 } | |
| 732 } | |
| 733 area{ | |
| 734 square-kilometer{ | |
| 735 one{"{0} square kilometre"} | |
| 736 other{"{0} square kilometres"} | |
| 737 } | |
| 738 square-meter{ | |
| 739 one{"{0} square metre"} | |
| 740 other{"{0} square metres"} | |
| 741 } | |
| 742 } | |
| 743 length{ | |
| 744 centimeter{ | |
| 745 one{"{0} centimetre"} | |
| 746 other{"{0} centimetres"} | |
| 747 } | |
| 748 kilometer{ | |
| 749 one{"{0} kilometre"} | |
| 750 other{"{0} kilometres"} | |
| 751 } | |
| 752 meter{ | |
| 753 one{"{0} metre"} | |
| 754 other{"{0} metres"} | |
| 755 } | |
| 756 millimeter{ | |
| 757 one{"{0} millimetre"} | |
| 758 other{"{0} millimetres"} | |
| 759 } | |
| 760 picometer{ | |
| 761 one{"{0} picometre"} | |
| 762 other{"{0} picometres"} | |
| 763 } | |
| 764 } | |
| 765 speed{ | |
| 766 kilometer-per-hour{ | |
| 767 one{"{0} kilometre per hour"} | |
| 768 other{"{0} kilometres per hour"} | |
| 769 } | |
| 770 meter-per-second{ | |
| 771 one{"{0} metre per second"} | |
| 772 other{"{0} metres per second"} | |
| 773 } | |
| 774 } | |
| 775 volume{ | |
| 776 cubic-kilometer{ | |
| 777 one{"{0} cubic kilometre"} | |
| 778 other{"{0} cubic kilometres"} | |
| 779 } | |
| 780 liter{ | |
| 781 one{"{0} litre"} | |
| 782 other{"{0} litres"} | |
| 783 } | |
| 784 } | |
| 785 } | 723 } |
| 786 unitsNarrow{ | 724 unitsNarrow{ |
| 787 acceleration{ | |
| 788 g-force{ | |
| 789 one{"{0}G"} | |
| 790 other{"{0}G"} | |
| 791 } | |
| 792 } | |
| 793 duration{ | 725 duration{ |
| 794 millisecond{ | 726 millisecond{ |
| 795 one{"{0} ms"} | 727 one{"{0} ms"} |
| 796 other{"{0} ms"} | 728 other{"{0} ms"} |
| 797 } | 729 } |
| 798 } | 730 } |
| 799 mass{ | |
| 800 pound{ | |
| 801 one{"{0}lb"} | |
| 802 other{"{0}lb"} | |
| 803 } | |
| 804 } | |
| 805 temperature{ | |
| 806 celsius{ | |
| 807 one{"{0}°"} | |
| 808 other{"{0}°"} | |
| 809 } | |
| 810 } | |
| 811 } | 731 } |
| 812 unitsShort{ | 732 unitsShort{ |
| 813 angle{ | |
| 814 arc-minute{ | |
| 815 one{"{0} min"} | |
| 816 other{"{0} min"} | |
| 817 } | |
| 818 arc-second{ | |
| 819 one{"{0} sec"} | |
| 820 other{"{0} secs"} | |
| 821 } | |
| 822 } | |
| 823 } | 733 } |
| 824 } | 734 } |
| OLD | NEW |