Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/fo.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/fo.xml |
michael@0 | 11 | */ |
michael@0 | 12 | fo{ |
michael@0 | 13 | AuxExemplarCharacters{"[c q w z]"} |
michael@0 | 14 | ExemplarCharacters{"[a á b d ð e f g h i í j k l m n o ó p r s t u ú v x y ý æ ø]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A Á B C D Ð E F G H I Í J K L M N O Ó P Q R S T U Ú V W X Y Ý Z Æ Ø]"} |
michael@0 | 16 | LocaleScript{ |
michael@0 | 17 | "Latn", |
michael@0 | 18 | } |
michael@0 | 19 | NumberElements{ |
michael@0 | 20 | latn{ |
michael@0 | 21 | patterns{ |
michael@0 | 22 | currencyFormat{"¤#,##0.00;¤-#,##0.00"} |
michael@0 | 23 | percentFormat{"#,##0 %"} |
michael@0 | 24 | } |
michael@0 | 25 | symbols{ |
michael@0 | 26 | decimal{","} |
michael@0 | 27 | group{"."} |
michael@0 | 28 | } |
michael@0 | 29 | } |
michael@0 | 30 | } |
michael@0 | 31 | Version{"2.0.92.87"} |
michael@0 | 32 | calendar{ |
michael@0 | 33 | generic{ |
michael@0 | 34 | DateTimePatterns{ |
michael@0 | 35 | "HH:mm:ss zzzz", |
michael@0 | 36 | "HH:mm:ss z", |
michael@0 | 37 | "HH:mm:ss", |
michael@0 | 38 | "HH:mm", |
michael@0 | 39 | "EEEE dd MMMM y G", |
michael@0 | 40 | "d. MMM y G", |
michael@0 | 41 | "dd-MM-y G", |
michael@0 | 42 | "dd-MM-yy GGGGG", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | } |
michael@0 | 49 | } |
michael@0 | 50 | gregorian{ |
michael@0 | 51 | DateTimePatterns{ |
michael@0 | 52 | "HH:mm:ss zzzz", |
michael@0 | 53 | "HH:mm:ss z", |
michael@0 | 54 | "HH:mm:ss", |
michael@0 | 55 | "HH:mm", |
michael@0 | 56 | "EEEE dd MMMM y", |
michael@0 | 57 | "d. MMM y", |
michael@0 | 58 | "dd-MM-y", |
michael@0 | 59 | "dd-MM-yy", |
michael@0 | 60 | "{1} {0}", |
michael@0 | 61 | "{1} {0}", |
michael@0 | 62 | "{1} {0}", |
michael@0 | 63 | "{1} {0}", |
michael@0 | 64 | "{1} {0}", |
michael@0 | 65 | } |
michael@0 | 66 | dayNames{ |
michael@0 | 67 | format{ |
michael@0 | 68 | abbreviated{ |
michael@0 | 69 | "sun", |
michael@0 | 70 | "mán", |
michael@0 | 71 | "týs", |
michael@0 | 72 | "mik", |
michael@0 | 73 | "hós", |
michael@0 | 74 | "frí", |
michael@0 | 75 | "ley", |
michael@0 | 76 | } |
michael@0 | 77 | wide{ |
michael@0 | 78 | "sunnudagur", |
michael@0 | 79 | "mánadagur", |
michael@0 | 80 | "týsdagur", |
michael@0 | 81 | "mikudagur", |
michael@0 | 82 | "hósdagur", |
michael@0 | 83 | "fríggjadagur", |
michael@0 | 84 | "leygardagur", |
michael@0 | 85 | } |
michael@0 | 86 | } |
michael@0 | 87 | } |
michael@0 | 88 | monthNames{ |
michael@0 | 89 | format{ |
michael@0 | 90 | abbreviated{ |
michael@0 | 91 | "jan", |
michael@0 | 92 | "feb", |
michael@0 | 93 | "mar", |
michael@0 | 94 | "apr", |
michael@0 | 95 | "mai", |
michael@0 | 96 | "jun", |
michael@0 | 97 | "jul", |
michael@0 | 98 | "aug", |
michael@0 | 99 | "sep", |
michael@0 | 100 | "okt", |
michael@0 | 101 | "nov", |
michael@0 | 102 | "des", |
michael@0 | 103 | } |
michael@0 | 104 | wide{ |
michael@0 | 105 | "januar", |
michael@0 | 106 | "februar", |
michael@0 | 107 | "mars", |
michael@0 | 108 | "apríl", |
michael@0 | 109 | "mai", |
michael@0 | 110 | "juni", |
michael@0 | 111 | "juli", |
michael@0 | 112 | "august", |
michael@0 | 113 | "september", |
michael@0 | 114 | "oktober", |
michael@0 | 115 | "november", |
michael@0 | 116 | "desember", |
michael@0 | 117 | } |
michael@0 | 118 | } |
michael@0 | 119 | } |
michael@0 | 120 | quarters{ |
michael@0 | 121 | format{ |
michael@0 | 122 | abbreviated{ |
michael@0 | 123 | "K1", |
michael@0 | 124 | "K2", |
michael@0 | 125 | "K3", |
michael@0 | 126 | "K4", |
michael@0 | 127 | } |
michael@0 | 128 | wide{ |
michael@0 | 129 | "1. kvartal", |
michael@0 | 130 | "2. kvartal", |
michael@0 | 131 | "3. kvartal", |
michael@0 | 132 | "4. kvartal", |
michael@0 | 133 | } |
michael@0 | 134 | } |
michael@0 | 135 | stand-alone{ |
michael@0 | 136 | wide{ |
michael@0 | 137 | "1. kvartal", |
michael@0 | 138 | "2. kvartal", |
michael@0 | 139 | "3. kvartal", |
michael@0 | 140 | "4. kvartal", |
michael@0 | 141 | } |
michael@0 | 142 | } |
michael@0 | 143 | } |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | durationUnits{ |
michael@0 | 147 | hm{"h:mm"} |
michael@0 | 148 | hms{"h:mm:ss"} |
michael@0 | 149 | ms{"m:ss"} |
michael@0 | 150 | } |
michael@0 | 151 | listPattern{ |
michael@0 | 152 | standard{ |
michael@0 | 153 | 2{"{0} og {1}"} |
michael@0 | 154 | end{"{0} og {1}"} |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | units{ |
michael@0 | 158 | duration{ |
michael@0 | 159 | day{ |
michael@0 | 160 | one{"{0} samdøgur"} |
michael@0 | 161 | other{"{0} samdøgur"} |
michael@0 | 162 | } |
michael@0 | 163 | hour{ |
michael@0 | 164 | one{"{0} tími"} |
michael@0 | 165 | other{"{0} tímar"} |
michael@0 | 166 | } |
michael@0 | 167 | minute{ |
michael@0 | 168 | one{"{0} minuttur"} |
michael@0 | 169 | other{"{0} minuttir"} |
michael@0 | 170 | } |
michael@0 | 171 | month{ |
michael@0 | 172 | one{"{0} mánadur"} |
michael@0 | 173 | other{"{0} mánaðir"} |
michael@0 | 174 | } |
michael@0 | 175 | second{ |
michael@0 | 176 | one{"{0} sekund"} |
michael@0 | 177 | other{"{0} sekundir"} |
michael@0 | 178 | } |
michael@0 | 179 | week{ |
michael@0 | 180 | one{"{0} vika"} |
michael@0 | 181 | other{"{0} vikur"} |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | } |
michael@0 | 185 | } |