| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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/fo.xml | 6 // * Source File: <path>/common/main/fo.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/fo.xml | 10 * ICU <specials> source: <path>/common/main/fo.xml |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "íslendsk króna", | 24 "íslendsk króna", |
| 25 } | 25 } |
| 26 NOK{ | 26 NOK{ |
| 27 "NOK", | 27 "NOK", |
| 28 "norsk króna", | 28 "norsk króna", |
| 29 } | 29 } |
| 30 SEK{ | 30 SEK{ |
| 31 "SEK", | 31 "SEK", |
| 32 "svensk króna", | 32 "svensk króna", |
| 33 } | 33 } |
| 34 XAG{ | |
| 35 "XAG", | |
| 36 "unse sølv", | |
| 37 } | |
| 38 XAU{ | |
| 39 "XAU", | |
| 40 "unse guld", | |
| 41 } | |
| 42 XPD{ | |
| 43 "XPD", | |
| 44 "unse palladium", | |
| 45 } | |
| 46 XPT{ | |
| 47 "XPT", | |
| 48 "unse platin", | |
| 49 } | |
| 50 } | 34 } |
| 51 CurrencyPlurals{ | 35 CurrencyPlurals{ |
| 52 DKK{ | 36 DKK{ |
| 53 one{"donsk króna"} | 37 one{"donsk króna"} |
| 54 other{"donska krónur"} | 38 other{"donska krónur"} |
| 55 } | 39 } |
| 56 EUR{ | 40 EUR{ |
| 57 one{"euro"} | 41 one{"euro"} |
| 58 other{"euro"} | 42 other{"euro"} |
| 59 } | 43 } |
| 60 ISK{ | 44 ISK{ |
| 61 one{"íslendsk króna"} | 45 one{"íslendsk króna"} |
| 62 other{"íslendska krónur"} | 46 other{"íslendska krónur"} |
| 63 } | 47 } |
| 64 NOK{ | 48 NOK{ |
| 65 one{"norsk króna"} | 49 one{"norsk króna"} |
| 66 other{"norska krónur"} | 50 other{"norska krónur"} |
| 67 } | 51 } |
| 68 SEK{ | 52 SEK{ |
| 69 one{"svensk króna"} | 53 one{"svensk króna"} |
| 70 other{"svenska krónur"} | 54 other{"svenska krónur"} |
| 71 } | 55 } |
| 72 XAG{ | |
| 73 one{"unse sølv"} | |
| 74 other{"unse sølv"} | |
| 75 } | |
| 76 XAU{ | |
| 77 one{"unse guld"} | |
| 78 other{"unse guld"} | |
| 79 } | |
| 80 XPD{ | |
| 81 one{"unse palladium"} | |
| 82 other{"unse palladium"} | |
| 83 } | |
| 84 XPT{ | |
| 85 one{"unse platin"} | |
| 86 other{"unse platin"} | |
| 87 } | |
| 88 } | 56 } |
| 89 CurrencyUnitPatterns{ | 57 CurrencyUnitPatterns{ |
| 90 one{"{0} {1}"} | 58 one{"{0} {1}"} |
| 91 other{"{0} {1}"} | 59 other{"{0} {1}"} |
| 92 } | 60 } |
| 93 Version{"2.1.7.53"} | 61 Version{"2.1.7.53"} |
| 94 } | 62 } |
| OLD | NEW |