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

Side by Side Diff: chrome/browser/resources/help/help_content.html

Issue 2626083005: [i18n] browser help, i18n-content to $i18n{} (Closed)
Patch Set: Created 3 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 | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/help/help_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="content-area"> 1 <div class="content-area">
2 <div id="about-container"> 2 <div id="about-container">
3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x, 3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x,
4 chrome://theme/current-channel-logo@2x 2x" 4 chrome://theme/current-channel-logo@2x 2x"
5 alt=""> 5 alt="">
6 <div id="product-description"> 6 <div id="product-description">
7 <h2 i18n-content="aboutProductTitle"></h2> 7 <h2>$i18n{aboutProductTitle}</h2>
8 <span i18n-content="aboutProductDescription"></span> 8 <span>$i18n{aboutProductDescription}</span>
9 </div> 9 </div>
10 </div> 10 </div>
11 <div id="help-container"> 11 <div id="help-container">
12 <button id="get-help" i18n-content="getHelpWithChrome"></button> 12 <button id="get-help">$i18n{getHelpWithChrome}</button>
13 <if expr="_google_chrome"> 13 <if expr="_google_chrome">
14 <button id="report-issue" i18n-content="reportAnIssue"></button> 14 <button id="report-issue">$i18n{reportAnIssue}</button>
15 </if> 15 </if>
16 </div> 16 </div>
17 <div id="version-container"> 17 <div id="version-container">
18 <div> 18 <div>
19 <span i18n-content="browserVersion" dir="ltr"></span> 19 <span dir="ltr">$i18n{browserVersion}</span>
20 </div> 20 </div>
21 <if expr="chromeos"> 21 <if expr="chromeos">
22 <div> 22 <div>
23 <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span> 23 <span>$i18n{platform}</span>&nbsp;<span id="os-version"></span>
24 </div> 24 </div>
25 <div> 25 <div>
26 <span i18n-content="arcVersion"> 26 <span>$i18n{arcVersion}</span>&nbsp;<span id="arc-version"></span>
27 </span>&nbsp;<span id="arc-version"></span>
28 </div> 27 </div>
29 <div> 28 <div>
30 <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span> 29 <span>$i18n{firmware}</span>&nbsp;<span id="firmware"></span>
31 </div> 30 </div>
32 </if> 31 </if>
33 <if expr="chromeos or _google_chrome or is_linux"> 32 <if expr="chromeos or _google_chrome or is_linux">
34 <div id="update-status-container" hidden> 33 <div id="update-status-container" hidden>
35 <div id="update-status-icon" class="help-page-icon up-to-date"></div> 34 <div id="update-status-icon" class="help-page-icon up-to-date"></div>
36 <div id="update-status-message-container"> 35 <div id="update-status-message-container">
37 <div id="update-status-message" i18n-content="updateCheckStarted"> 36 <div id="update-status-message">$i18n{updateCheckStarted}</div>
38 </div>
39 <if expr="is_macosx or is_win"> 37 <if expr="is_macosx or is_win">
40 <div id="update-obsolete-system-container" hidden> 38 <div id="update-obsolete-system-container" hidden>
41 <span id="update-obsolete-system" 39 <span id="update-obsolete-system">$i18n{updateObsoleteSystem}</span>
42 i18n-content="updateObsoleteSystem"></span> 40 <a i18n-values="href:updateObsoleteSystemURL" target="_blank">
43 <a i18n-values="href:updateObsoleteSystemURL" 41 $i18n{learnMore}
44 i18n-content="learnMore" target="_blank"></a> 42 </a>
45 </div> 43 </div>
46 </if> 44 </if>
47 <div id="allowed-connection-types-message" hidden></div> 45 <div id="allowed-connection-types-message" hidden></div>
48 </div> 46 </div>
49 </div> 47 </div>
50 <if expr="chromeos"> 48 <if expr="chromeos">
51 <div id="eol-status-container" hidden> 49 <div id="eol-status-container" hidden>
52 <div id="eol-status-icon" class="help-page-icon"></div> 50 <div id="eol-status-icon" class="help-page-icon"></div>
53 <div id="eol-status-message-container"> 51 <div id="eol-status-message-container">
54 <div id="eol-message"></div> 52 <div id="eol-message"></div>
55 <div id="eol-learnMore" i18n-content="eolLearnMore"></div> 53 <div id="eol-learnMore">$i18n{eolLearnMore}</div>
56 </div> 54 </div>
57 </div> 55 </div>
58 </if> 56 </if>
59 <div id="update-buttons-container"> 57 <div id="update-buttons-container">
60 <div id="update-percentage" hidden></div> 58 <div id="update-percentage" hidden></div>
61 <if expr="is_macosx"> 59 <if expr="is_macosx">
62 <button id="promote" i18n-content="promote" hidden></button> 60 <button id="promote" hidden>$i18n{promote}</button>
63 </if> 61 </if>
64 <button id="relaunch" i18n-content="relaunch" hidden></button> 62 <button id="relaunch" hidden>$i18n{relaunch}</button>
65 <if expr="chromeos"> 63 <if expr="chromeos">
66 <button id="relaunch-and-powerwash" 64 <button id="relaunch-and-powerwash" hidden>
67 i18n-content="relaunchAndPowerwash" hidden> 65 $i18n{relaunchAndPowerwash}
68 </button> 66 </button>
69 <button id="request-update" i18n-content="updateButton"> 67 <button id="request-update">$i18n{updateButton}</button>
70 </button>
71 <div id="controlled-feature-icon" class="help-page-icon" hidden></div> 68 <div id="controlled-feature-icon" class="help-page-icon" hidden></div>
72 </if> 69 </if>
73 </div> 70 </div>
74 </if> 71 </if>
75 <if expr="chromeos"> 72 <if expr="chromeos">
76 <div id="more-info-container"> 73 <div id="more-info-container">
77 <section id="channel-changer-container" hidden> 74 <section id="channel-changer-container" hidden>
78 <h3 i18n-content="channel"></h3> 75 <h3>$i18n{channel}</h3>
79 <select id="channel-changer"> 76 <select id="channel-changer">
80 <option value="stable-channel" i18n-content="stable"></option> 77 <option value="stable-channel">$i18n{stable}</option>
81 <option value="beta-channel" i18n-content="beta"></option> 78 <option value="beta-channel">$i18n{beta}</option>
82 <option value="dev-channel" i18n-content="dev"></option> 79 <option value="dev-channel">$i18n{dev}</option>
83 </select> 80 </select>
84 <div id="channel-change-confirmation" hidden></div> 81 <div id="channel-change-confirmation" hidden></div>
85 </section> 82 </section>
86 <section id="channel-change-page-container" hidden> 83 <section id="channel-change-page-container" hidden>
87 <h3 i18n-content="channel"></h3> 84 <h3>$i18n{channel}</h3>
88 <div id="current-channel"></div> 85 <div id="current-channel"></div>
89 <div> 86 <div>
90 <span id="dev-channel-disclaimer" i18n-content="devChannelDisclaimer" 87 <span id="dev-channel-disclaimer" hidden>
91 hidden></span> 88 $i18n{devChannelDisclaimer}
89 </span>
92 </div> 90 </div>
93 <button id="change-channel" 91 <button id="change-channel" disabled>
94 i18n-content="channelChangeButton" disabled> 92 $i18n{channelChangeButton}
95 </button> 93 </button>
96 <div id="channel-change-disallowed-icon" 94 <div id="channel-change-disallowed-icon"
97 class="help-page-icon" hidden> 95 class="help-page-icon" hidden>
98 </div> 96 </div>
99 </section> 97 </section>
100 <section> 98 <section>
101 <h3 i18n-content="jsEngine" dir="ltr"></h3> 99 <h3 dir="ltr">$i18n{jsEngine}</h3>
102 <div i18n-content="jsEngineVersion"></div> 100 <div>$i18n{jsEngineVersion}</div>
103 </section> 101 </section>
104 <section> 102 <section>
105 <h3 i18n-content="userAgent"></h3> 103 <h3>$i18n{userAgent}</h3>
106 <div i18n-content="userAgentInfo" dir="ltr"></div> 104 <div dir="ltr">$i18n{userAgentInfo}</div>
107 </section> 105 </section>
108 <section> 106 <section>
109 <h3 i18n-content="commandLine"></h3> 107 <h3>$i18n{commandLine}</h3>
110 <div i18n-content="commandLineInfo" dir="ltr"></div> 108 <div dir="ltr">$i18n{commandLineInfo}</div>
111 </section> 109 </section>
112 <section id="build-date-container" class="empty"> 110 <section id="build-date-container" class="empty">
113 <h3 i18n-content="buildDate"></h3> 111 <h3>$i18n{buildDate}</h3>
114 <div id="build-date"></div> 112 <div id="build-date"></div>
115 </section> 113 </section>
116 </div> 114 </div>
117 <a is="action-link" id="more-info-expander" i18n-content="showMoreInfo"></a> 115 <a is="action-link" id="more-info-expander">$i18n{showMoreInfo}</a>
118 </if> 116 </if>
119 </div> 117 </div>
120 <div id="product-container"> 118 <div id="product-container">
121 <div i18n-content="productName"></div> 119 <div>$i18n{productName}</div>
122 <div i18n-content="productCopyright"></div> 120 <div>$i18n{productCopyright}</div>
123 <div id="product-license"></div> 121 <div id="product-license"></div>
124 <if expr="chromeos"> 122 <if expr="chromeos">
125 <div id="product-os-license"></div> 123 <div id="product-os-license"></div>
126 </if> 124 </if>
127 <if expr="_google_chrome"> 125 <if expr="_google_chrome">
128 <div id="product-tos"></div> 126 <div id="product-tos"></div>
129 </if> 127 </if>
130 </div> 128 </div>
131 <if expr="chromeos"> 129 <if expr="chromeos">
132 <div id="regulatory-label-container" hidden> 130 <div id="regulatory-label-container" hidden>
133 <img id="regulatory-label"> 131 <img id="regulatory-label">
134 </div> 132 </div>
135 </if> 133 </if>
136 </div> 134 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/help/help_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698