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/lrc.xml
7// *
8// ***************************************************************************
9lrc{
10    Currencies{
11        BRL{
12            "R$",
13            "رئال بئرئزیل",
14        }
15        CNY{
16            "CN¥",
17            "یوان چین",
18        }
19        EUR{
20            "€",
21            "یورو",
22        }
23        GBP{
24            "£",
25            "پوند بئریتانیا",
26        }
27        INR{
28            "₹",
29            "روٙپیه هئن",
30        }
31        JPY{
32            "JP¥",
33            "یئن جاپوٙن",
34        }
35        RUB{
36            "RUB",
37            "روٙبل روٙسیه",
38        }
39        USD{
40            "US$",
41            "USD",
42        }
43        XXX{
44            "XXX",
45            "پیل نادیار",
46        }
47    }
48    Currencies%narrow{
49        BRL{"R$"}
50        CNY{"¥"}
51        EUR{"€"}
52        GBP{"£"}
53        INR{"₹"}
54        JPY{"¥"}
55        RUB{"₽"}
56        USD{"$"}
57    }
58    CurrencyPlurals{
59        BRL{
60            other{"رئال بئرئزیل"}
61        }
62        CNY{
63            other{"یوان چین"}
64        }
65        EUR{
66            other{"یورو"}
67        }
68        GBP{
69            other{"پوند بئریتانیا"}
70        }
71        INR{
72            other{"روٙپیه هئن"}
73        }
74        JPY{
75            other{"یئن جاپوٙن"}
76        }
77        RUB{
78            other{"روٙبل روٙسیه"}
79        }
80        USD{
81            other{"USD"}
82        }
83        XXX{
84            other{"پیل نادیار"}
85        }
86    }
87    Version{"2.1.19.97"}
88}
89