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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit 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
OLDNEW
1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <link rel="import" href="chrome://oobe/custom_elements.html"> 5 <link rel="import" href="chrome://oobe/custom_elements.html">
6 6
7 <div id="oauth-enrollment" class="step no-logo hidden" hidden> 7 <div id="oauth-enrollment" class="step no-logo hidden" hidden>
8 <div id="oauth-enroll-step-contents"> 8 <div id="oauth-enroll-step-contents">
9 <div id="oauth-enroll-step-signin"> 9 <div id="oauth-enroll-step-signin">
10 <webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view"> 10 <webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view">
11 </webview> 11 </webview>
12 </div> 12 </div>
13 <div id="oauth-enroll-step-working"> 13 <div id="oauth-enroll-step-working">
14 <throbber-notice class="fit" i18n-values="text:oauthEnrollWorking"> 14 <throbber-notice class="fit" i18n-values="text:oauthEnrollWorking">
15 </throbber-notice> 15 </throbber-notice>
16 </div> 16 </div>
17 <div id="oauth-enroll-step-ad-join"> 17 <div id="oauth-enroll-step-ad-join">
18 <offline-ad-login id="oauth-enroll-ad-join-ui" show-machine-input 18 <offline-ad-login id="oauth-enroll-ad-join-ui" show-machine-input
19 class="fit" i18n-values= 19 class="fit" i18n-values=
20 "ad-welcome-message:oauthEnrollAdDomainJoinWelcomeMessage"> 20 "ad-welcome-message:oauthEnrollAdDomainJoinWelcomeMessage">
21 </offline-ad-login> 21 </offline-ad-login>
22 </div> 22 </div>
23 <div id="oauth-enroll-step-error" role="alert"> 23 <div id="oauth-enroll-step-error" role="alert">
24 <notification-card id="oauth-enroll-error-card" type="fail" 24 <notification-card id="oauth-enroll-error-card" type="fail"
25 i18n-values="button-label:oauthEnrollRetry"> 25 i18n-values="button-label:oauthEnrollRetry">
26 </notification-card> 26 </notification-card>
27 </div> 27 </div>
28 <div id="oauth-enroll-step-success" role="alert"> 28 <div id="oauth-enroll-step-success" role="alert">
29 <notification-card id="oauth-enroll-success-card" type="success" 29 <notification-card id="oauth-enroll-success-card" type="success"
30 i18n-values="button-label:oauthEnrollDone" 30 i18n-values="button-label:oauthEnrollDone">
31 i18n-content="oauthEnrollSuccess"> 31 $i18n{oauthEnrollSuccess}
32 </notification-card> 32 </notification-card>
33 </div> 33 </div>
34 <div id="oauth-enroll-step-abe-success" role="alert"> 34 <div id="oauth-enroll-step-abe-success" role="alert">
35 <notification-card id="oauth-enroll-abe-success-card" type="success" 35 <notification-card id="oauth-enroll-abe-success-card" type="success"
36 i18n-values="button-label:oauthEnrollDone"> 36 i18n-values="button-label:oauthEnrollDone">
37 </notification-card> 37 </notification-card>
38 </div> 38 </div>
39 <div id="oauth-enroll-step-attribute-prompt"> 39 <div id="oauth-enroll-step-attribute-prompt">
40 <gaia-card id="oauth-enroll-attribute-prompt-card" class="fit"> 40 <gaia-card id="oauth-enroll-attribute-prompt-card" class="fit">
41 <div class="header flex vertical layout end-justified"> 41 <div class="header flex vertical layout end-justified">
42 <h1 class="welcome-message" style="text-transform:capitalize" 42 <h1 class="welcome-message" style="text-transform:capitalize">
43 i18n-content="oauthEnrollScreenTitle"></h1> 43 $i18n{oauthEnrollScreenTitle}
44 <p class="enterprise-info" 44 </h1>
45 i18n-content="oauthEnrollDeviceInformation"></p> 45 <p class="enterprise-info">$i18n{oauthEnrollDeviceInformation}</p>
46 </div> 46 </div>
47 <div class="footer flex vertical layout justified"> 47 <div class="footer flex vertical layout justified">
48 <div class="oauth-enroll-step-message"> 48 <div class="oauth-enroll-step-message">
49 <span id="oauth-enroll-attribute-prompt-message" 49 <span id="oauth-enroll-attribute-prompt-message">
50 i18n-content="oauthEnrollAttributeExplanation"></span> 50 $i18n{oauthEnrollAttributeExplanation}
51 </span>
51 <a href="#" id="oauth-enroll-learn-more-link" 52 <a href="#" id="oauth-enroll-learn-more-link"
52 class="oauth-enroll-link" 53 class="oauth-enroll-link">
53 i18n-content="oauthEnrollExplainAttributeLink"></a> 54 $i18n{oauthEnrollExplainAttributeLink}
55 </a>
54 <gaia-input-form id="oauth-enroll-attribute-input" 56 <gaia-input-form id="oauth-enroll-attribute-input"
55 i18n-values="button-text:oauthEnrollNextBtn"> 57 i18n-values="button-text:oauthEnrollNextBtn">
56 <gaia-input id="oauth-enroll-asset-id" type="text" 58 <gaia-input id="oauth-enroll-asset-id" type="text"
57 i18n-values="label:oauthEnrollAssetIdLabel"> 59 i18n-values="label:oauthEnrollAssetIdLabel">
58 </gaia-input> 60 </gaia-input>
59 <gaia-input id="oauth-enroll-location" type="text" 61 <gaia-input id="oauth-enroll-location" type="text"
60 i18n-values="label:oauthEnrollLocationLabel"> 62 i18n-values="label:oauthEnrollLocationLabel">
61 </gaia-input> 63 </gaia-input>
62 <gaia-button type="link" id="oauth-enroll-skip-button" 64 <gaia-button type="link" id="oauth-enroll-skip-button">
63 i18n-content="oauthEnrollSkip"> 65 $i18n{oauthEnrollSkip}
64 </gaia-button> 66 </gaia-button>
65 </gaia-input-form> 67 </gaia-input-form>
66 </div> 68 </div>
67 </div> 69 </div>
68 </gaia-card> 70 </gaia-card>
69 </div> 71 </div>
70 <div id="oauth-enroll-step-attribute-prompt-error"> 72 <div id="oauth-enroll-step-attribute-prompt-error">
71 <notification-card id="oauth-enroll-attribute-prompt-error-card" 73 <notification-card id="oauth-enroll-attribute-prompt-error-card"
72 type="fail" i18n-values="button-label:oauthEnrollDone"> 74 type="fail" i18n-values="button-label:oauthEnrollDone">
73 </notification-card> 75 </notification-card>
74 </div> 76 </div>
75 </div> 77 </div>
76 <div id="oauth-saml-notice-container"> 78 <div id="oauth-saml-notice-container">
77 <span id="oauth-saml-notice-message"></span> 79 <span id="oauth-saml-notice-message"></span>
78 </div> 80 </div>
79 <navigation-bar id="oauth-enroll-navigation"></navigation-bar> 81 <navigation-bar id="oauth-enroll-navigation"></navigation-bar>
80 </div> 82 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698