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

Side by Side Diff: source/data/locales/de_AT.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/de.txt ('k') | source/data/locales/de_BE.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/de_AT.xml 6 // * Source File: <path>/common/main/de_AT.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 de_AT{ 9 de_AT{
10 NumberElements{ 10 NumberElements{
11 latn{ 11 latn{
12 patterns{ 12 patterns{
13 currencyFormat{"¤ #,##0.00"} 13 currencyFormat{"¤ #,##0.00"}
14 } 14 }
15 } 15 }
16 } 16 }
17 Version{"2.0.92.87"} 17 Version{"2.1.8.19"}
18 calendar{ 18 calendar{
19 generic{ 19 generic{
20 DateTimePatterns{ 20 DateTimePatterns{
21 "HH:mm:ss zzzz", 21 "HH:mm:ss zzzz",
22 "HH:mm:ss z", 22 "HH:mm:ss z",
23 "HH:mm:ss", 23 "HH:mm:ss",
24 "HH:mm", 24 "HH:mm",
25 "EEEE, dd. MMMM y G", 25 "EEEE, dd. MMMM y G",
26 "dd. MMMM y G", 26 "dd. MMMM y G",
27 "dd.MM.y G", 27 "dd.MM.y G",
28 "dd.MM.yy GGGGG", 28 "dd.MM.yy GGGGG",
29 "{1} {0}", 29 "{1}, {0}",
30 "{1} {0}", 30 "{1} 'um' {0}",
31 "{1} {0}", 31 "{1} 'um' {0}",
32 "{1} {0}", 32 "{1}, {0}",
33 "{1} {0}", 33 "{1}, {0}",
34 } 34 }
35 } 35 }
36 gregorian{ 36 gregorian{
37 DateTimePatterns{ 37 DateTimePatterns{
38 "HH:mm:ss zzzz", 38 "HH:mm:ss zzzz",
39 "HH:mm:ss z", 39 "HH:mm:ss z",
40 "HH:mm:ss", 40 "HH:mm:ss",
41 "HH:mm", 41 "HH:mm",
42 "EEEE, dd. MMMM y", 42 "EEEE, dd. MMMM y",
43 "dd. MMMM y", 43 "dd. MMMM y",
44 "dd.MM.y", 44 "dd. MMM y",
45 "dd.MM.yy", 45 "dd.MM.yy",
46 "{1} {0}", 46 "{1}, {0}",
47 "{1} {0}", 47 "{1} 'um' {0}",
48 "{1} {0}", 48 "{1} 'um' {0}",
49 "{1} {0}", 49 "{1}, {0}",
50 "{1} {0}", 50 "{1}, {0}",
51 }
52 intervalFormats{
53 MMMEd{
54 M{"E, dd. MMM - E, dd. MMM"}
55 d{"E, dd. - E, dd. MMM"}
56 }
57 MMMd{
58 M{"dd. MMM - dd. MMM"}
59 d{"dd.-dd. MMM"}
60 }
61 yMMMEd{
62 M{"E, dd. MMM - E, dd. MMM y"}
63 d{"E, dd. - E, dd. MMM y"}
64 y{"E, dd. MMM y - E, dd. MMM y"}
65 }
66 yMMMd{
67 M{"dd. MMM - dd. MMM y"}
68 d{"dd.-dd. MMM y"}
69 y{"dd. MMM y - dd. MMM y"}
70 }
51 } 71 }
52 monthNames{ 72 monthNames{
53 format{ 73 format{
54 abbreviated{ 74 abbreviated{
55 "Jän.", 75 "Jän.",
56 "Feb.", 76 "Feb.",
57 "März", 77 "März",
58 "Apr.", 78 "Apr.",
59 "Mai", 79 "Mai",
60 "Juni", 80 "Juni",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 } 132 }
113 } 133 }
114 } 134 }
115 } 135 }
116 measurementSystemNames{ 136 measurementSystemNames{
117 UK{"Englisches Maßsystem"} 137 UK{"Englisches Maßsystem"}
118 US{"Angloamerikanisches Maßsystem"} 138 US{"Angloamerikanisches Maßsystem"}
119 metric{"Internationales Maßsystem (SI)"} 139 metric{"Internationales Maßsystem (SI)"}
120 } 140 }
121 } 141 }
OLDNEW
« no previous file with comments | « source/data/locales/de.txt ('k') | source/data/locales/de_BE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698