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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2247723002: ChromeOS: Implement EULA screen of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 4 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 | « no previous file | chrome/browser/resources/chromeos/login/custom_elements_oobe.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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 </message> 1709 </message>
1710 <message name="IDS_OOBE_CLOSE_ACCESSIBILITY_MENU" desc="Text to be spoken when focus is set to the close button of accessibility options menu."> 1710 <message name="IDS_OOBE_CLOSE_ACCESSIBILITY_MENU" desc="Text to be spoken when focus is set to the close button of accessibility options menu.">
1711 Close accessibility menu 1711 Close accessibility menu
1712 </message> 1712 </message>
1713 <message name="IDS_OOBE_OTHER_LANGUAGES" desc="Option group name dividing vend or-configured languages from other available languages in out-of-box 'Select lan guage' select control."> 1713 <message name="IDS_OOBE_OTHER_LANGUAGES" desc="Option group name dividing vend or-configured languages from other available languages in out-of-box 'Select lan guage' select control.">
1714 Other languages 1714 Other languages
1715 </message> 1715 </message>
1716 <message name="IDS_OOBE_OTHER_KEYBOARD_LAYOUTS" desc="Option group name dividi ng vendor-configured keyboard layouts from other available layouts in out-of-box 'Select your keyboard' select control."> 1716 <message name="IDS_OOBE_OTHER_KEYBOARD_LAYOUTS" desc="Option group name dividi ng vendor-configured keyboard layouts from other available layouts in out-of-box 'Select your keyboard' select control.">
1717 Other keyboards 1717 Other keyboards
1718 </message> 1718 </message>
1719 <message name="IDS_OOBE_EULA_SECTION_TITLE" desc="Title of Terms of Service sc reen">
1720 Google Chrome OS Terms
1721 </message>
1722 <message name="IDS_OOBE_EULA_ACCEPT_AND_CONTINUE_BUTTON_TEXT" desc="Label on a button on the Title of Terms of Service OOBE screen to accept EULA and continue .">
1723 Accept and continue
1724 </message>
1719 <message name="IDS_LOGIN_TITLE" desc="Title of sign-in box"> 1725 <message name="IDS_LOGIN_TITLE" desc="Title of sign-in box">
1720 Sign in 1726 Sign in
1721 </message> 1727 </message>
1722 <message name="IDS_LOGIN_TITLE_HINT" desc="Hint under title 'Sign in to Chrome OS'"> 1728 <message name="IDS_LOGIN_TITLE_HINT" desc="Hint under title 'Sign in to Chrome OS'">
1723 with your Google Account 1729 with your Google Account
1724 </message> 1730 </message>
1725 <message name="IDS_LOGIN_USERNAME"> 1731 <message name="IDS_LOGIN_USERNAME">
1726 Email 1732 Email
1727 </message> 1733 </message>
1728 <message name="IDS_LOGIN_PASSWORD"> 1734 <message name="IDS_LOGIN_PASSWORD">
(...skipping 5264 matching lines...) Expand 10 before | Expand all | Expand 10 after
6993 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6999 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6994 Device disk space critically low 7000 Device disk space critically low
6995 </message> 7001 </message>
6996 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 7002 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6997 Free up disk space or device will become unresponsive. 7003 Free up disk space or device will become unresponsive.
6998 </message> 7004 </message>
6999 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 7005 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
7000 Manage storage 7006 Manage storage
7001 </message> 7007 </message>
7002 </grit-part> 7008 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/custom_elements_oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698