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

Side by Side Diff: components/version_ui/resources/about_version.html

Issue 2908353003: [i18n] components directory to $i18n{} (Closed)
Patch Set: handle blank cohort name Created 3 years, 6 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t" i18n-values="dir:textdirection;lang:language"> 7 <html id="t" dir="$i18n{textdirection}" lang="$i18n{language}">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title>$i18n{title}</title>
11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
12 <if expr="is_android or is_ios"> 12 <if expr="is_android or is_ios">
13 <meta name="viewport" content="width=device-width"> 13 <meta name="viewport" content="width=device-width">
14 </if> 14 </if>
15 <link rel="stylesheet" href="chrome://version/about_version.css"> 15 <link rel="stylesheet" href="chrome://version/about_version.css">
16 <if expr="is_android or is_ios"> 16 <if expr="is_android or is_ios">
17 <link rel="stylesheet" href="about_version_mobile.css"> 17 <link rel="stylesheet" href="about_version_mobile.css">
18 </if> 18 </if>
19 19
20 <if expr="is_ios"> 20 <if expr="is_ios">
(...skipping 12 matching lines...) Expand all
33 <body> 33 <body>
34 <div id="outer"> 34 <div id="outer">
35 <div id="logo"> 35 <div id="logo">
36 <if expr="not is_android and not is_ios"> 36 <if expr="not is_android and not is_ios">
37 <!-- Version for themes. --> 37 <!-- Version for themes. -->
38 <img src="chrome://theme/IDR_PRODUCT_LOGO"> 38 <img src="chrome://theme/IDR_PRODUCT_LOGO">
39 </if> 39 </if>
40 <if expr="is_ios or is_android"> 40 <if expr="is_ios or is_android">
41 <img src="../../../components/resources/default_100_percent/%DISTRIBUTIO N%/product_logo.png"> 41 <img src="../../../components/resources/default_100_percent/%DISTRIBUTIO N%/product_logo.png">
42 </if> 42 </if>
43 <div id="company" i18n-content="company"></div> 43 <div id="company">$i18n{company}</div>
44 <div id="copyright" i18n-content="copyright"></div> 44 <div id="copyright">$i18n{copyright}</div>
45 </div> 45 </div>
46 <table id="inner" cellpadding="0" cellspacing="0" border="0"> 46 <table id="inner" cellpadding="0" cellspacing="0" border="0">
47 <tr><td class="label" i18n-content="application_label"></td> 47 <tr><td class="label">$i18n{application_label}</td>
48 <td class="version" id="version"> 48 <td class="version" id="version">
49 <span i18n-content="version"></span> 49 <span>$i18n{version}</span>
50 (<span i18n-content="official"></span>) 50 (<span>$i18n{official}</span>)
51 <span i18n-content="version_modifier"></span> 51 <span>$i18n{version_modifier}</span>
52 <span i18n-content="version_bitsize"></span> 52 <span>$i18n{version_bitsize}</span>
53 <if expr="is_win"> 53 <if expr="is_win">
54 <span i18n-content="update_cohort_name"></span> 54 <span>$i18n{update_cohort_name}</span>
55 </if> 55 </if>
56 </td> 56 </td>
57 </tr> 57 </tr>
58 <tr> 58 <tr>
59 <td class="label" i18n-content="revision"></td> 59 <td class="label">$i18n{revision}</td>
60 <td class="version"> 60 <td class="version">
61 <span i18n-content="cl"></span> 61 <span>$i18n{cl}</span>
62 </td> 62 </td>
63 </tr> 63 </tr>
64 <if expr="not chromeos"> 64 <if expr="not chromeos">
65 <tr> 65 <tr>
66 <td class="label" i18n-content="os_name"></td> 66 <td class="label">$i18n{os_name}</td>
67 <td class="version" id="os_type"> 67 <td class="version" id="os_type">
68 <span i18n-content="os_type"></span> 68 <span>$i18n{os_type}</span>
69 <if expr="is_android"> 69 <if expr="is_android">
70 <span i18n-content="os_version"></span> 70 <span>$i18n{os_version}</span>
71 </if> 71 </if>
72 </td> 72 </td>
73 </tr> 73 </tr>
74 </if> 74 </if>
75 <if expr="is_android"> 75 <if expr="is_android">
76 <tr> 76 <tr>
77 <td class="label" i18n-content="gms_name"></td> 77 <td class="label">$i18n{gms_name}</td>
78 <td class="version" id="gms_version"> 78 <td class="version" id="gms_version">
79 <span i18n-content="gms_version"></span> 79 <span>$i18n{gms_version}</span>
80 </td> 80 </td>
81 </tr> 81 </tr>
82 </if> 82 </if>
83 <if expr="chromeos"> 83 <if expr="chromeos">
84 <tr> 84 <tr>
85 <td class="label" i18n-content="platform"></td> 85 <td class="label">$i18n{platform}</td>
86 <td class="version" id="os_type"> 86 <td class="version" id="os_type">
87 <span id="os_version"></span> 87 <span id="os_version"></span>
88 </td> 88 </td>
89 </tr> 89 </tr>
90 <tr> 90 <tr>
91 <td class="label" i18n-content="firmware_version"></td> 91 <td class="label">$i18n{firmware_version}</td>
92 <td class="version"> 92 <td class="version">
93 <span id="firmware_version"></span> 93 <span id="firmware_version"></span>
94 </td> 94 </td>
95 </tr> 95 </tr>
96 <tr id="customization_id_holder" hidden> 96 <tr id="customization_id_holder" hidden>
97 <td class="label" i18n-content="customization_id"></td> 97 <td class="label">$i18n{customization_id}</td>
98 <td class="version"> 98 <td class="version">
99 <span id="customization_id"></span> 99 <span id="customization_id"></span>
100 </td> 100 </td>
101 </tr> 101 </tr>
102 <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td> 102 <tr id="arc_holder"><td class="label">$i18n{arc_label}</td>
103 <td class="version"> 103 <td class="version">
104 <span id="arc_version"></span> 104 <span id="arc_version"></span>
105 </td> 105 </td>
106 </tr> 106 </tr>
107 </if> 107 </if>
108 <if expr="not is_ios"> 108 <if expr="not is_ios">
109 <tr><td class="label">JavaScript</td> 109 <tr><td class="label">JavaScript</td>
110 <td class="version" id="js_engine"> 110 <td class="version" id="js_engine">
111 <span i18n-content="js_engine"></span> 111 <span>$i18n{js_engine}</span>
112 <span i18n-content="js_version"></span> 112 <span>$i18n{js_version}</span>
113 </td> 113 </td>
114 </tr> 114 </tr>
115 </if> 115 </if>
116 <if expr="not is_android and not is_ios"> 116 <if expr="not is_android and not is_ios">
117 <tr><td class="label" i18n-content="flash_plugin"></td> 117 <tr><td class="label">$i18n{flash_plugin}</td>
118 <td class="version" id="flash_version" i18n-content="flash_version"></ td> 118 <td class="version" id="flash_version">$i18n{flash_version}</td>
119 </tr> 119 </tr>
120 </if> 120 </if>
121 <tr><td class="label" i18n-content="user_agent_name"></td> 121 <tr><td class="label">$i18n{user_agent_name}</td>
122 <td class="version" id="useragent" i18n-content="useragent"></td> 122 <td class="version" id="useragent">$i18n{useragent}</td>
123 </tr> 123 </tr>
124 <tr><td class="label" i18n-content="command_line_name"></td> 124 <tr><td class="label">$i18n{command_line_name}</td>
125 <td class="version" id="command_line" i18n-content="command_line"></td > 125 <td class="version" id="command_line">$i18n{command_line}</td>
126 </tr> 126 </tr>
127 <if expr="not is_ios"> 127 <if expr="not is_ios">
128 <tr><td class="label" i18n-content="executable_path_name"></td> 128 <tr><td class="label">$i18n{executable_path_name}</td>
129 <td class="version" id="executable_path" i18n-content="executable_path "></td> 129 <td class="version" id="executable_path">$i18n{executable_path}</td>
130 </tr> 130 </tr>
131 <tr><td class="label" i18n-content="profile_path_name"></td> 131 <tr><td class="label">$i18n{profile_path_name}</td>
132 <td class="version" id="profile_path" i18n-content="profile_path"></td > 132 <td class="version" id="profile_path">$i18n{profile_path}</td>
133 </tr> 133 </tr>
134 </if> 134 </if>
135 <tr id="variations-section"> 135 <tr id="variations-section">
136 <td class="label" i18n-content="variations_name"></td> 136 <td class="label">$i18n{variations_name}</td>
137 <td class="version" id="variations-list"></td> 137 <td class="version" id="variations-list"></td>
138 </tr> 138 </tr>
139 <if expr="is_win"> 139 <if expr="is_win">
140 <tr id="compiler-section"> 140 <tr id="compiler-section">
141 <td class="label">Compiler</td> 141 <td class="label">Compiler</td>
142 <td class="version" id="compiler" i18n-content="compiler"></td> 142 <td class="version" id="compiler">$i18n{compiler}</td>
143 </tr> 143 </tr>
144 </if> 144 </if>
145 </table> 145 </table>
146 </div> 146 </div>
147 <script src="chrome://resources/js/i18n_template.js"></script> 147 <script src="chrome://resources/js/i18n_template.js"></script>
148 </body> 148 </body>
149 </html> 149 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698