1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/fo.xml
7// *
8// ***************************************************************************
9fo{
10    Currencies{
11        DKK{
12            "kr",
13            "donsk króna",
14        }
15        EUR{
16            "€",
17            "euro",
18        }
19        ISK{
20            "ISK",
21            "íslendsk króna",
22        }
23        NOK{
24            "NOK",
25            "norsk króna",
26        }
27        SEK{
28            "SEK",
29            "svensk króna",
30        }
31        XAG{
32            "XAG",
33            "unse sølv",
34        }
35        XAU{
36            "XAU",
37            "unse guld",
38        }
39        XPD{
40            "XPD",
41            "unse palladium",
42        }
43        XPT{
44            "XPT",
45            "unse platin",
46        }
47    }
48    CurrencyPlurals{
49        DKK{
50            one{"donsk króna"}
51            other{"donska krónur"}
52        }
53        EUR{
54            one{"euro"}
55            other{"euro"}
56        }
57        ISK{
58            one{"íslendsk króna"}
59            other{"íslendska krónur"}
60        }
61        NOK{
62            one{"norsk króna"}
63            other{"norska krónur"}
64        }
65        SEK{
66            one{"svensk króna"}
67            other{"svenska krónur"}
68        }
69        XAG{
70            one{"unse sølv"}
71            other{"unse sølv"}
72        }
73        XAU{
74            one{"unse guld"}
75            other{"unse guld"}
76        }
77        XPD{
78            one{"unse palladium"}
79            other{"unse palladium"}
80        }
81        XPT{
82            one{"unse platin"}
83            other{"unse platin"}
84        }
85    }
86    CurrencyUnitPatterns{
87        one{"{0} {1}"}
88        other{"{0} {1}"}
89    }
90    Version{"2.1.12.27"}
91}
92