Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: source/data/locales/bn_IN.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/bn_BD.txt ('k') | source/data/locales/bo.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 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/bn_IN.xml 6 // * Source File: <path>/common/main/bn_IN.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 bn_IN{ 9 bn_IN{
10 Ellipsis{ 10 Version{"2.1.19.14"}
11 final{"{0}…"}
12 initial{"…{0}"}
13 medial{"{0}…{1}"}
14 }
15 NumberElements{
16 latn{
17 patternsLong{
18 decimalFormat{
19 1000{
20 one{"0 হাজার"}
21 other{"0 হাজার"}
22 }
23 10000{
24 one{"00 হাজার"}
25 other{"00 হাজার"}
26 }
27 100000{
28 one{"000 হাজার"}
29 other{"000 হাজার"}
30 }
31 1000000{
32 one{"0 মিলিয়ন"}
33 other{"0 মিলিয়ন"}
34 }
35 10000000{
36 one{"00 মিলিয়ন"}
37 other{"00 মিলিয়ন"}
38 }
39 100000000{
40 one{"000 মিলিয়ন"}
41 other{"000 মিলিয়ন"}
42 }
43 1000000000{
44 one{"0 বিলিয়ন"}
45 other{"0 বিলিয়ন"}
46 }
47 10000000000{
48 one{"00 বিলিয়ন"}
49 other{"00 বিলিয়ন"}
50 }
51 100000000000{
52 one{"000 বিলিয়ন"}
53 other{"000 বিলিয়ন"}
54 }
55 1000000000000{
56 one{"0 ট্রিলিয়ন"}
57 other{"0 ট্রিলিয়ন"}
58 }
59 10000000000000{
60 one{"00 ট্রিলিয়ন"}
61 other{"00 ট্রিলিয়ন"}
62 }
63 100000000000000{
64 one{"000 ট্রিলিয়ন"}
65 other{"000 ট্রিলিয়ন"}
66 }
67 }
68 }
69 patternsShort{
70 decimalFormat{
71 1000{
72 one{"0K"}
73 other{"0K"}
74 }
75 10000{
76 one{"00K"}
77 other{"00K"}
78 }
79 100000{
80 one{"000K"}
81 other{"000K"}
82 }
83 1000000{
84 one{"0M"}
85 other{"0M"}
86 }
87 10000000{
88 one{"00M"}
89 other{"00M"}
90 }
91 100000000{
92 one{"000M"}
93 other{"000M"}
94 }
95 1000000000{
96 one{"0B"}
97 other{"0B"}
98 }
99 10000000000{
100 one{"00B"}
101 other{"00B"}
102 }
103 100000000000{
104 one{"000B"}
105 other{"000B"}
106 }
107 1000000000000{
108 one{"0T"}
109 other{"0T"}
110 }
111 10000000000000{
112 one{"00T"}
113 other{"00T"}
114 }
115 100000000000000{
116 one{"000T"}
117 other{"000T"}
118 }
119 }
120 }
121 }
122 }
123 Version{"2.1.8.19"}
124 calendar{
125 gregorian{
126 intervalFormats{
127 yMMMM{
128 M{"MM – MM -y"}
129 }
130 }
131 quarters{
132 format{
133 abbreviated{
134 "ত্রৈমাসিক",
135 "ষাণ্মাসিক",
136 "তৃ.ত্রৈ.এক.চতুর্থাংশ",
137 "বার্ষিক",
138 }
139 wide{
140 "ত্রৈমাসিক",
141 "ষাণ্মাসিক",
142 "তৃতীয় চতুর্থাংশ",
143 "বার্ষিক",
144 }
145 }
146 stand-alone{
147 abbreviated{
148 "Q1",
149 "Q2",
150 "Q3",
151 "Q4",
152 }
153 wide{
154 "ত্রৈমাসিক",
155 "ষাণ্মাসিক",
156 "তৃতীয় চতুর্থাংশ",
157 "বার্ষিক",
158 }
159 }
160 }
161 }
162 }
163 fields{
164 dayperiod{
165 dn{"AM/PM"}
166 }
167 }
168 } 11 }
OLDNEW
« no previous file with comments | « source/data/locales/bn_BD.txt ('k') | source/data/locales/bo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698