]> git.saurik.com Git - apple/icu.git/blame_incremental - icuSources/data/curr/os.txt
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / data / curr / os.txt
... / ...
CommitLineData
1// ***************************************************************************
2// *
3// * Copyright (C) 2016 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/os.xml
7// *
8// ***************************************************************************
9os{
10 Currencies{
11 BRL{
12 "R$",
13 "Бразилиаг реал",
14 }
15 EUR{
16 "€",
17 "Евро",
18 }
19 GBP{
20 "£",
21 "Бритайнаг Фунт",
22 }
23 GEL{
24 "₾",
25 "Лар",
26 }
27 RUB{
28 "RUB",
29 "Сом",
30 }
31 USD{
32 "$",
33 "АИШ-ы Доллар",
34 }
35 XXX{
36 "XXX",
37 "Нӕзонгӕ валютӕ",
38 }
39 }
40 CurrencyPlurals{
41 BRL{
42 one{"бразилиаг реал"}
43 other{"бразилиаг реалы"}
44 }
45 EUR{
46 one{"евро"}
47 other{"евройы"}
48 }
49 GBP{
50 one{"бритайнаг фунт"}
51 other{"бритайнаг фунты"}
52 }
53 GEL{
54 one{"лар"}
55 other{"лары"}
56 }
57 RUB{
58 one{"сом"}
59 other{"сомы"}
60 }
61 USD{
62 one{"АИШ-ы доллар"}
63 other{"АИШ-ы доллары"}
64 }
65 XXX{
66 one{"нӕзонгӕ валютӕ"}
67 other{"нӕзонгӕ валютӕйы"}
68 }
69 }
70 CurrencyUnitPatterns{
71 one{"{0} {1}"}
72 other{"{0} {1}"}
73 }
74 Version{"2.1.23.13"}
75}