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

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

Issue 676773002: Add device disabling to OOBE flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update browser tests. Created 6 years, 2 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/chromeos/login/screens/device_disabled_screen.h » ('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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 5061 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 </message> 5072 </message>
5073 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK"> 5073 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK">
5074 You may also try to <ph name="GUEST_SIGNIN_LINK_START">$1<ex>&gt;a&lt;</ex>< /ph>browse as guest<ph name="GUEST_SIGNIN_LINK_END">$2<ex>&gt;/a&lt;</ex></ph> t o fix this network error. 5074 You may also try to <ph name="GUEST_SIGNIN_LINK_START">$1<ex>&gt;a&lt;</ex>< /ph>browse as guest<ph name="GUEST_SIGNIN_LINK_END">$2<ex>&gt;/a&lt;</ex></ph> t o fix this network error.
5075 </message> 5075 </message>
5076 <message name="IDS_LOGIN_CONNECTING_INDICATOR_TEXT" desc="A message to show te lling the user that the device is attempting to re-connect to the network."> 5076 <message name="IDS_LOGIN_CONNECTING_INDICATOR_TEXT" desc="A message to show te lling the user that the device is attempting to re-connect to the network.">
5077 Connecting and verifying<ph name="ANIMATED_ELLIPSIS">$1<ex>...</ex></ph> 5077 Connecting and verifying<ph name="ANIMATED_ELLIPSIS">$1<ex>...</ex></ph>
5078 </message> 5078 </message>
5079 <message name="IDS_DEVICE_DISABLED_HEADING" desc="Heading of the message shown to the user when the device has been disabled by its owner."> 5079 <message name="IDS_DEVICE_DISABLED_HEADING" desc="Heading of the message shown to the user when the device has been disabled by its owner.">
5080 Locked 5080 Locked
5081 </message> 5081 </message>
5082 <message name="IDS_DEVICE_DISABLED_DEFAULT_MESSAGE" desc="Messsage shown to th e user when the device has been disabled by its owner.">
5083 Please return this device to its owner.
5084 </message>
5085 <message name="IDS_DEVICE_DISABLED_EXPLANATION" desc="Explanation shown to the user when the device has been disabled by its owner."> 5082 <message name="IDS_DEVICE_DISABLED_EXPLANATION" desc="Explanation shown to the user when the device has been disabled by its owner.">
5086 This device was locked by its owner. Only an approved administrator can unlo ck it. Take this device to Tech Support for assistance. 5083 This device was locked by its owner. Only an approved administrator can unlo ck it. Take this device to Tech Support for assistance.
5087 </message> 5084 </message>
5088 5085
5089 <!-- Idle warning dialog --> 5086 <!-- Idle warning dialog -->
5090 <message name="IDS_IDLE_WARNING_TITLE" desc="Title of the warning dialog shown when the user becomes idle and is about to get logged out."> 5087 <message name="IDS_IDLE_WARNING_TITLE" desc="Title of the warning dialog shown when the user becomes idle and is about to get logged out.">
5091 Are you still there? 5088 Are you still there?
5092 </message> 5089 </message>
5093 <message name="IDS_IDLE_WARNING_LOGOUT_WARNING" desc="Content of the warning d ialog shown when the user becomes idle and is about to get logged out."> 5090 <message name="IDS_IDLE_WARNING_LOGOUT_WARNING" desc="Content of the warning d ialog shown when the user becomes idle and is about to get logged out.">
5094 If you keep doing nothing, you will be signed out in <ph name="LOGOUT_TIME_L EFT">$1<ex>5 seconds</ex></ph>. 5091 If you keep doing nothing, you will be signed out in <ph name="LOGOUT_TIME_L EFT">$1<ex>5 seconds</ex></ph>.
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
5951 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5948 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5952 Done 5949 Done
5953 </message> 5950 </message>
5954 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5951 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5955 System date 5952 System date
5956 </message> 5953 </message>
5957 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5954 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5958 System time 5955 System time
5959 </message> 5956 </message>
5960 </grit-part> 5957 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/device_disabled_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698