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

Side by Side Diff: icu46/source/data/locales/fo.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | « icu46/source/data/locales/fil_PH.txt ('k') | icu46/source/data/locales/fo_FO.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/fo.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/main/fo.xml
11 */
12 fo{
13 AuxExemplarCharacters{"[c q w z]"}
14 ExemplarCharacters{"[a á b d ð e f g h i í j k l m n o ó p r s t u ú v x y ý æ ø]"}
15 ExemplarCharactersIndex{"[A Á B C D Ð E F G H I Í J K L M N O Ó P Q R S T U Ú V W X Y Ý Z Æ Ø]"}
16 LocaleScript{
17 "Latn",
18 }
19 NumberElements{
20 latn{
21 patterns{
22 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
23 }
24 symbols{
25 decimal{","}
26 group{"."}
27 }
28 }
29 }
30 Version{"2.0.47.67"}
31 calendar{
32 gregorian{
33 DateTimePatterns{
34 "HH:mm:ss zzzz",
35 "HH:mm:ss z",
36 "HH:mm:ss",
37 "HH:mm",
38 "EEEE dd MMMM y",
39 "d. MMM y",
40 "dd-MM-yyyy",
41 "dd-MM-yy",
42 "{1} {0}",
43 "{1} {0}",
44 "{1} {0}",
45 "{1} {0}",
46 "{1} {0}",
47 }
48 dayNames{
49 format{
50 abbreviated{
51 "sun",
52 "mán",
53 "týs",
54 "mik",
55 "hós",
56 "frí",
57 "ley",
58 }
59 wide{
60 "sunnudagur",
61 "mánadagur",
62 "týsdagur",
63 "mikudagur",
64 "hósdagur",
65 "fríggjadagur",
66 "leygardagur",
67 }
68 }
69 }
70 monthNames{
71 format{
72 abbreviated{
73 "jan",
74 "feb",
75 "mar",
76 "apr",
77 "mai",
78 "jun",
79 "jul",
80 "aug",
81 "sep",
82 "okt",
83 "nov",
84 "des",
85 }
86 wide{
87 "januar",
88 "februar",
89 "mars",
90 "apríl",
91 "mai",
92 "juni",
93 "juli",
94 "august",
95 "september",
96 "oktober",
97 "november",
98 "desember",
99 }
100 }
101 }
102 quarters{
103 format{
104 abbreviated{
105 "K1",
106 "K2",
107 "K3",
108 "K4",
109 }
110 wide{
111 "1. kvartal",
112 "2. kvartal",
113 "3. kvartal",
114 "4. kvartal",
115 }
116 }
117 }
118 }
119 }
120 listPattern{
121 standard{
122 2{"{0} og {1}"}
123 end{"{0} og {1}"}
124 }
125 }
126 }
OLDNEW
« no previous file with comments | « icu46/source/data/locales/fil_PH.txt ('k') | icu46/source/data/locales/fo_FO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698