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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/en_FM.txt ('k') | source/data/locales/en_GD.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) 2013 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/en_GB.xml 6 // * Source File: <path>/common/main/en_GB.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_GB{ 9 en_GB{
10 %%Parent{"en_001"} 10 %%Parent{"en_001"}
11 Ellipsis{ 11 Ellipsis{
12 final{"{0}…"} 12 final{"{0}…"}
13 initial{"…{0}"} 13 initial{"…{0}"}
14 medial{"{0}… {1}"} 14 medial{"{0}… {1}"}
15 word-final{"{0} …"} 15 word-final{"{0} …"}
16 word-initial{"… {0}"} 16 word-initial{"… {0}"}
17 word-medial{"{0} … {1}"} 17 word-medial{"{0} … {1}"}
18 } 18 }
19 MoreInformation{"?"} 19 MoreInformation{"?"}
20 NumberElements{ 20 NumberElements{
21 default{"latn"}
21 latn{ 22 latn{
22 miscPatterns{ 23 miscPatterns{
23 range{"{0}–{1}"} 24 range{"{0}–{1}"}
24 } 25 }
26 symbols{
27 timeSeparator{":"}
28 }
25 } 29 }
30 minimumGroupingDigits{"1"}
31 native{"latn"}
26 } 32 }
27 Version{"2.0.92.80"} 33 Version{"2.1.8.19"}
28 calendar{ 34 calendar{
29 chinese{ 35 chinese{
30 DateTimePatterns{ 36 DateTimePatterns{
31 "HH:mm:ss zzzz", 37 "HH:mm:ss zzzz",
32 "HH:mm:ss z", 38 "HH:mm:ss z",
33 "HH:mm:ss", 39 "HH:mm:ss",
34 "HH:mm", 40 "HH:mm",
35 "EEEE, d MMMM U", 41 "EEEE, d MMMM U",
36 "d MMMM U", 42 "d MMMM U",
37 "d MMM U", 43 "d MMM U",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 y{"d MMM U – d MMM U"} 149 y{"d MMM U – d MMM U"}
144 } 150 }
145 yMd{ 151 yMd{
146 M{"dd/MM/y – dd/MM/y"} 152 M{"dd/MM/y – dd/MM/y"}
147 d{"dd/MM/y – dd/MM/y"} 153 d{"dd/MM/y – dd/MM/y"}
148 y{"dd/MM/y – dd/MM/y"} 154 y{"dd/MM/y – dd/MM/y"}
149 } 155 }
150 } 156 }
151 monthNames{ 157 monthNames{
152 format{ 158 format{
153 abbreviated{
154 "1",
155 "2",
156 "3",
157 "4",
158 "5",
159 "6",
160 "7",
161 "8",
162 "9",
163 "10",
164 "11",
165 "12",
166 }
167 narrow{ 159 narrow{
168 "1", 160 "1",
169 "2", 161 "2",
170 "3", 162 "3",
171 "4", 163 "4",
172 "5", 164 "5",
173 "6", 165 "6",
174 "7", 166 "7",
175 "8", 167 "8",
176 "9", 168 "9",
177 "10", 169 "10",
178 "11", 170 "11",
179 "12", 171 "12",
180 } 172 }
181 wide{
182 "1",
183 "2",
184 "3",
185 "4",
186 "5",
187 "6",
188 "7",
189 "8",
190 "9",
191 "10",
192 "11",
193 "12",
194 }
195 } 173 }
196 stand-alone{ 174 stand-alone{
197 abbreviated{
198 "1",
199 "2",
200 "3",
201 "4",
202 "5",
203 "6",
204 "7",
205 "8",
206 "9",
207 "10",
208 "11",
209 "12",
210 }
211 narrow{ 175 narrow{
212 "1", 176 "1",
213 "2", 177 "2",
214 "3", 178 "3",
215 "4", 179 "4",
216 "5", 180 "5",
217 "6", 181 "6",
218 "7", 182 "7",
219 "8", 183 "8",
220 "9", 184 "9",
221 "10", 185 "10",
222 "11", 186 "11",
223 "12", 187 "12",
224 } 188 }
225 wide{
226 "1",
227 "2",
228 "3",
229 "4",
230 "5",
231 "6",
232 "7",
233 "8",
234 "9",
235 "10",
236 "11",
237 "12",
238 }
239 } 189 }
240 } 190 }
241 } 191 }
242 generic{ 192 generic{
243 DateTimePatterns{ 193 DateTimePatterns{
244 "HH:mm:ss zzzz", 194 "HH:mm:ss zzzz",
245 "HH:mm:ss z", 195 "HH:mm:ss z",
246 "HH:mm:ss", 196 "HH:mm:ss",
247 "HH:mm", 197 "HH:mm",
248 "EEEE, d MMMM y G", 198 "EEEE, d MMMM y G",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 } 318 }
369 DateTimePatterns{ 319 DateTimePatterns{
370 "HH:mm:ss zzzz", 320 "HH:mm:ss zzzz",
371 "HH:mm:ss z", 321 "HH:mm:ss z",
372 "HH:mm:ss", 322 "HH:mm:ss",
373 "HH:mm", 323 "HH:mm",
374 "EEEE, d MMMM y", 324 "EEEE, d MMMM y",
375 "d MMMM y", 325 "d MMMM y",
376 "d MMM y", 326 "d MMM y",
377 "dd/MM/y", 327 "dd/MM/y",
378 "{1} {0}", 328 "{1}, {0}",
379 "{1} {0}", 329 "{1} 'at' {0}",
380 "{1} {0}", 330 "{1} 'at' {0}",
381 "{1} {0}", 331 "{1}, {0}",
382 "{1} {0}", 332 "{1}, {0}",
383 } 333 }
384 availableFormats{ 334 availableFormats{
385 Ed{"E d"}
386 GyMMMEd{"E, d MMM y G"} 335 GyMMMEd{"E, d MMM y G"}
387 GyMMMd{"d MMM y G"} 336 GyMMMd{"d MMM y G"}
388 M{"LL"}
389 MEd{"E dd/MM"} 337 MEd{"E dd/MM"}
390 MMMEd{"E d MMM"} 338 MMMEd{"E d MMM"}
391 MMMMd{"d MMMM"} 339 MMMMd{"d MMMM"}
392 MMMd{"d MMM"} 340 MMMd{"d MMM"}
393 MMdd{"dd/MM"} 341 MMdd{"dd/MM"}
394 Md{"dd/MM"} 342 Md{"dd/MM"}
395 yM{"MM/y"} 343 yM{"MM/y"}
396 yMEd{"E, dd/MM/y"} 344 yMEd{"E, dd/MM/y"}
397 yMMMEd{"E, d MMM y"} 345 yMMMEd{"E, d MMM y"}
398 yMMMM{"MMMM y"} 346 yMMMM{"MMMM y"}
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "Kartika", 527 "Kartika",
580 "Agrahayana", 528 "Agrahayana",
581 "Pausa", 529 "Pausa",
582 "Magha", 530 "Magha",
583 "Phalguna", 531 "Phalguna",
584 } 532 }
585 } 533 }
586 } 534 }
587 } 535 }
588 islamic{ 536 islamic{
537 DateTimePatterns{
538 "HH:mm:ss zzzz",
539 "HH:mm:ss z",
540 "HH:mm:ss",
541 "HH:mm",
542 "EEEE, d MMMM y G",
543 "d MMMM y G",
544 "d MMM y G",
545 "dd/MM/y GGGGG",
546 "{1} {0}",
547 "{1} {0}",
548 "{1} {0}",
549 "{1} {0}",
550 "{1} {0}",
551 }
552 availableFormats{
553 Ed{"E d"}
554 GyMMMEd{"E, d MMM y G"}
555 GyMMMd{"d MMM y G"}
556 M{"LL"}
557 MEd{"E dd/MM"}
558 MMMEd{"E d MMM"}
559 MMMMd{"d MMMM"}
560 MMMd{"d MMM"}
561 Md{"dd/MM"}
562 yyyyM{"MM/y GGGGG"}
563 yyyyMEd{"E, dd/MM/y GGGGG"}
564 yyyyMMMEd{"E, d MMM y G"}
565 yyyyMMMM{"MMMM y G"}
566 yyyyMMMd{"d MMM y G"}
567 yyyyMd{"dd/MM/y GGGGG"}
568 }
589 monthNames{ 569 monthNames{
590 format{ 570 format{
591 abbreviated{ 571 abbreviated{
592 "Muh.", 572 "Muh.",
593 "Saf.", 573 "Saf.",
594 "Rab. I", 574 "Rab. I",
595 "Rab. II", 575 "Rab. II",
596 "Jum. I", 576 "Jum. I",
597 "Jum. II", 577 "Jum. II",
598 "Raj.", 578 "Raj.",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "{1} {0}", 674 "{1} {0}",
695 } 675 }
696 } 676 }
697 } 677 }
698 durationUnits{ 678 durationUnits{
699 hm{"h:mm"} 679 hm{"h:mm"}
700 hms{"h:mm:ss"} 680 hms{"h:mm:ss"}
701 ms{"m:ss"} 681 ms{"m:ss"}
702 } 682 }
703 fields{ 683 fields{
684 day-narrow{
685 relativeTime{
686 future{
687 one{"+{0} day"}
688 other{"+{0} days"}
689 }
690 past{
691 one{"-{0} day"}
692 other{"-{0} days"}
693 }
694 }
695 }
696 day-short{
697 relativeTime{
698 future{
699 one{"in {0} day"}
700 other{"in {0} days"}
701 }
702 past{
703 one{"{0} day ago"}
704 other{"{0} days ago"}
705 }
706 }
707 }
704 dayperiod{ 708 dayperiod{
705 dn{"am/pm"} 709 dn{"am/pm"}
706 } 710 }
711 hour-narrow{
712 dn{"h"}
713 relativeTime{
714 future{
715 one{"+{0} h"}
716 other{"+{0} h"}
717 }
718 past{
719 one{"-{0} h"}
720 other{"-{0} h"}
721 }
722 }
723 }
724 minute-narrow{
725 relativeTime{
726 future{
727 one{"+{0} m"}
728 other{"+{0} m"}
729 }
730 past{
731 one{"-{0} m"}
732 other{"-{0} m"}
733 }
734 }
735 }
736 month-narrow{
737 relativeTime{
738 future{
739 one{"+{0} mo."}
740 other{"+{0} mo."}
741 }
742 past{
743 one{"-{0} mo."}
744 other{"-{0} mo."}
745 }
746 }
747 }
748 quarter-narrow{
749 relativeTime{
750 future{
751 one{"+{0} Q"}
752 other{"+{0} Q"}
753 }
754 past{
755 one{"-{0} Q"}
756 other{"-{0} Q"}
757 }
758 }
759 }
760 second-narrow{
761 relativeTime{
762 future{
763 one{"+{0} s"}
764 other{"+{0} s"}
765 }
766 past{
767 one{"-{0} s ago"}
768 other{"-{0} s ago"}
769 }
770 }
771 }
772 week-narrow{
773 relativeTime{
774 future{
775 one{"+{0} wk."}
776 other{"+{0} wk."}
777 }
778 past{
779 one{"-{0} wk."}
780 other{"-{0} wk."}
781 }
782 }
783 }
784 year-narrow{
785 relativeTime{
786 future{
787 one{"+{0} yr."}
788 other{"+{0} yr."}
789 }
790 past{
791 one{"-{0} yr."}
792 other{"-{0} yr."}
793 }
794 }
795 }
707 } 796 }
708 listPattern{ 797 listPattern{
709 standard{ 798 standard{
710 2{"{0} and {1}"}
711 end{"{0} and {1}"} 799 end{"{0} and {1}"}
712 middle{"{0}, {1}"}
713 start{"{0}, {1}"}
714 } 800 }
715 unit{ 801 unit{
716 2{"{0} and {1}"}
717 end{"{0} and {1}"} 802 end{"{0} and {1}"}
718 middle{"{0}, {1}"}
719 start{"{0}, {1}"}
720 } 803 }
721 } 804 }
722 units{
723 }
724 unitsNarrow{
725 duration{
726 millisecond{
727 one{"{0} ms"}
728 other{"{0} ms"}
729 }
730 }
731 }
732 unitsShort{
733 }
734 } 805 }
OLDNEW
« no previous file with comments | « source/data/locales/en_FM.txt ('k') | source/data/locales/en_GD.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698