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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 657b868668f73685d724c9d7a004f8de5a13925c..571379ad8af4e7527aff6335ffb99b8603103f14 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -1210,6 +1210,9 @@ Press any key to continue exploring.
<message name="IDS_KIOSK_ENABLE_SCREEN_ENABLE_BUTTON" desc="Enable button text">
Enable
</message>
+ <message name="IDS_EXCLAMATION_ICON_TITLE" desc="Accessible title of the reset screen icon depicting exclamation mark.">
+ Exclamation mark icon
+ </message>
<message name="IDS_RESET_SCREEN_TITLE" desc="Title of the reset screen">
Factory reset
</message>
@@ -1306,6 +1309,9 @@ Press any key to continue exploring.
<message name="IDS_NETWORK_SELECTION_CONTINUE_BUTTON" desc="Text shown on continue button" meaning="Continue button label of network screen.">
Continue
</message>
+ <message name="IDS_NETWORK_ENABLE_DEV_FEATURES_LINK" desc="Text shown on continue button" meaning="Link shown on OOBE screens that opens enable developer features dialog">
+ Enable developer features
+ </message>
<message name="IDS_NETWORK_SELECTION_ERROR" desc="Error shown when connection to network failed or timed out.">
<ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> was unable to connect to <ph name="NETWORK_ID">$2<ex>Public Wifi</ex></ph>. Please select another network or try again.
</message>
@@ -2702,6 +2708,40 @@ Press any key to continue exploring.
Trusted Platform Module (TPM) chip is disabled or absent.
</message>
+ <message name="IDS_ENABLE_DEBUGGING_SCREEN_TITLE" desc="Title of the enable developer features screen">
+ Enable debugging features
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_SCREEN_WARNING_MSG" desc="Warning text shown on enable developer features screen above the exclamation icon.">
+ Enable developer features on this <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_SCREEN_ROOTFS_REMOVE_MSG" desc="Text shown on enable developer features screen below warning messages if device needs extra restart before powerwash.">
+ A removal of rootfs protection and restart is required before enabling other debugging features.
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_REMOVE_ROOTFS_BUTTON" desc="Button for rootfs protection removal shown on enable debugging dialog.">
+ Remove protection
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_ENABLE_BUTTON" desc="Button for enabling developer features shown on enable debugging dialog.">
+ Enable
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_SETUP_MESSAGE" desc="Setup message in dialog for enabling developer features.">
+ You are enabling Chrome OS developer features which will setup sshd daemon and enabling booting from USB drives.
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_DONE_MESSAGE" desc="Confirmation message in dialog for enabling developer features.">
+ You have successfully enabled developer features on this <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device.
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_ROOT_PASSWORD_LABEL" desc="Text for root password entry field label from enable developer features dialog.">
+ Password:
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_CONFIRM_PASSWORD_LABEL" desc="Text for root password entry field label from enable developer features dialog.">
+ Retype password:
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_WAIT_MESSAGE" desc="Confirmation message in dialog for enabling developer features.">
+ Please wait...
+ </message>
+ <message name="IDS_ENABLE_DEBUGGING_EMPTY_ROOT_PASSWORD_LABEL" desc="Text for root password entry field label from enable debugging features dialog.">
+ Please enter the new password for 'root' user. Leave password blank if you want to use the default test password.
+ </message>
+
<message name="IDS_RESET_SCREEN_WARNING_MSG" desc="Warning text shown on reset screen above the exclamation icon.">
Reset this <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device
</message>

Powered by Google App Engine
This is Rietveld 408576698