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

Side by Side Diff: icu38/source/data/locales/cy.txt

Issue 182008: Update locale data for ICU 3.8:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « icu38/source/data/locales/ca.txt ('k') | icu38/source/data/locales/eo.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) 2007 International Business Machines 3 // * Copyright (C) 2009 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/cy.xml 6 // * Source File:<path>/common/main/cy.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/cy.xml 10 * ICU <specials> source: <path>/xml/main/cy.xml
11 * Chrome Note: This locale data is abridged to contain categories
12 * actually used by Chrome.
11 */ 13 */
12 cy{ 14 cy{
13 AuxExemplarCharacters{"[j k q v x z]"} 15 AuxExemplarCharacters{"[j k q v x z]"}
14 Countries{
15 GB{"Prydain Fawr"}
16 }
17 Currencies{
18 BRL{
19 "R$",
20 "Real Brasil",
21 }
22 CNY{
23 "CNY",
24 "Yuan Renminbi Tseina",
25 }
26 EUR{
27 "EUR",
28 "Ewro",
29 }
30 GBP{
31 "UK£",
32 "Punt Sterling Prydain",
33 }
34 INR{
35 "=0#Rs.|1#Re.|1<Rs." /** (choice) */,
36 "Rwpî India",
37 }
38 JPY{
39 "JP¥",
40 "Yen Siapan",
41 }
42 RUB{
43 "RUB",
44 "Rwbl Rwsia",
45 }
46 USD{
47 "US$",
48 "Doler yr UDA",
49 }
50 }
51 ExemplarCharacters{ 16 ExemplarCharacters{
52 "[a á à â ä b c {ch} d {dd} e é è ê ë f {ff} g-i í ì î ï l {ll} m n {ng} o ó " 17 "[a á à â ä b c {ch} d {dd} e é è ê ë f {ff} g-i í ì î ï l {ll} m n {ng} o ó "
53 "ò ô ö p {ph} r {rh} s t {th} u ú ù û ü w ẃ ẁ ŵ ẅ y ý ỳ ŷ ÿ]" 18 "ò ô ö p {ph} r {rh} s t {th} u ú ù û ü w ẃ ẁ ŵ ẅ y ý ỳ ŷ ÿ]"
54 } 19 }
55 Languages{ 20 Languages{
56 ar{"Arabeg"}
57 cy{"Cymraeg"} 21 cy{"Cymraeg"}
58 de{"Almaeneg"}
59 en{"Saesneg"}
60 es{"Sbaeneg"}
61 fr{"Ffrangeg"}
62 hi{"Hindi"}
63 it{"Eidaleg"}
64 ja{"Siapaneeg"}
65 pt{"Portiwgaleg"}
66 ru{"Rwsieg"}
67 zh{"Tseineeg"}
68 } 22 }
69 LocaleScript{ 23 LocaleScript{
70 "Latn", 24 "Latn",
71 } 25 }
72 Scripts{ 26 Version{"1.66"}
73 Latn{"Lladin"} 27 }
74 }
75 Version{"1.52"}
76 calendar{
77 gregorian{
78 dayNames{
79 format{
80 abbreviated{
81 "Sul",
82 "Llun",
83 "Maw",
84 "Mer",
85 "Iau",
86 "Gwen",
87 "Sad",
88 }
89 wide{
90 "Dydd Sul",
91 "Dydd Llun",
92 "Dydd Mawrth",
93 "Dydd Mercher",
94 "Dydd Iau",
95 "Dydd Gwener",
96 "Dydd Sadwrn",
97 }
98 }
99 stand-alone{
100 narrow{
101 "S",
102 "L",
103 "M",
104 "M",
105 "I",
106 "G",
107 "S",
108 }
109 }
110 }
111 monthNames{
112 format{
113 abbreviated{
114 "Ion",
115 "Chwef",
116 "Mawrth",
117 "Ebrill",
118 "Mai",
119 "Meh",
120 "Gorff",
121 "Awst",
122 "Medi",
123 "Hyd",
124 "Tach",
125 "Rhag",
126 }
127 wide{
128 "Ionawr",
129 "Chwefror",
130 "Mawrth",
131 "Ebrill",
132 "Mai",
133 "Mehefin",
134 "Gorffenaf",
135 "Awst",
136 "Medi",
137 "Hydref",
138 "Tachwedd",
139 "Rhagfyr",
140 }
141 }
142 stand-alone{
143 narrow{
144 "I",
145 "C",
146 "M",
147 "E",
148 "M",
149 "M",
150 "G",
151 "A",
152 "M",
153 "H",
154 "T",
155 "R",
156 }
157 }
158 }
159 }
160 }
161 zoneStrings{
162 hourFormat{"+HHmm;-HHmm"}
163 }
164 }
OLDNEW
« no previous file with comments | « icu38/source/data/locales/ca.txt ('k') | icu38/source/data/locales/eo.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698