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

Side by Side Diff: remoting/webapp/me2mom/choice.html

Issue 7744037: Updated strings following UX review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added firewall string. Created 9 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/me2mom/_locales/en/messages.json ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8" /> 10 <meta charset="utf-8" />
(...skipping 26 matching lines...) Expand all
37 <section id="loading-mode" data-ui-mode=""> 37 <section id="loading-mode" data-ui-mode="">
38 <em>Loading&hellip;</em> 38 <em>Loading&hellip;</em>
39 </section> <!-- loading-mode --> 39 </section> <!-- loading-mode -->
40 40
41 <div class="top-primary" 41 <div class="top-primary"
42 data-ui-mode="client.unconnected host.unshared" 42 data-ui-mode="client.unconnected host.unshared"
43 hidden> 43 hidden>
44 <span id="email-status"> 44 <span id="email-status">
45 <span id="current-email"></span> 45 <span id="current-email"></span>
46 (<a href="#" onclick="remoting.clearOAuth2();" 46 (<a href="#" onclick="remoting.clearOAuth2();"
47 i18n-content="LOGOUT_BUTTON"></a>) 47 i18n-content="SIGN_OUT_BUTTON"></a>)
48 </span> 48 </span>
49 </div> 49 </div>
50 50
51 <div class="top-secondary" data-ui-mode="auth client host"> 51 <div class="top-secondary" data-ui-mode="auth client host">
52 <a href="https://sites.google.com/a/google.com/chromoting/welcome/faq" 52 <a href="https://sites.google.com/a/google.com/chromoting/welcome/faq"
53 target="_blank" i18n-content="HELP"></a> 53 target="_blank" i18n-content="HELP"></a>
54 </div> 54 </div>
55 55
56 <div id="session-toolbar" 56 <div id="session-toolbar"
57 data-ui-mode="in-session" 57 data-ui-mode="in-session"
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 234
235 <section id="debug-log" dir="ltr" hidden> 235 <section id="debug-log" dir="ltr" hidden>
236 <div id="statistics"> 236 <div id="statistics">
237 </div> 237 </div>
238 <div id="debug-messages"> 238 <div id="debug-messages">
239 </div> 239 </div>
240 </section> <!-- debug-log --> 240 </section> <!-- debug-log -->
241 241
242 </body> 242 </body>
243 </html> 243 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/me2mom/_locales/en/messages.json ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698