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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 6 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/BUILD.gn » ('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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-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 6051 matching lines...) Expand 10 before | Expand all | Expand 10 after
6062 </message> 6062 </message>
6063 <message name="IDS_ARC_MIGRATE_ENCRYPTION_NOTIFICATION_LOW_BATTERY_MESSAGE" de sc="Main message of the notification to navigate the user to first update the de vice encryption before running Android apps."> 6063 <message name="IDS_ARC_MIGRATE_ENCRYPTION_NOTIFICATION_LOW_BATTERY_MESSAGE" de sc="Main message of the notification to navigate the user to first update the de vice encryption before running Android apps.">
6064 To use Android apps, charge &amp; update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>. 6064 To use Android apps, charge &amp; update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>.
6065 </message> 6065 </message>
6066 <message name="IDS_ARC_MIGRATE_ENCRYPTION_NOTIFICATION_RESTART_BUTTON" desc="L abel for the button in the notification that navigates the user to sign-out for completing the encryption update step."> 6066 <message name="IDS_ARC_MIGRATE_ENCRYPTION_NOTIFICATION_RESTART_BUTTON" desc="L abel for the button in the notification that navigates the user to sign-out for completing the encryption update step.">
6067 Sign out &amp; sign back in 6067 Sign out &amp; sign back in
6068 </message> 6068 </message>
6069 <message name="IDS_ARC_MIGRATE_ENCRYPTION_SUCCESS_MESSAGE" desc="Message of th e toast shown on the first sign-in after the successfully completed migration ne eded for using Android apps."> 6069 <message name="IDS_ARC_MIGRATE_ENCRYPTION_SUCCESS_MESSAGE" desc="Message of th e toast shown on the first sign-in after the successfully completed migration ne eded for using Android apps.">
6070 Update successful. You can now use Android apps. 6070 Update successful. You can now use Android apps.
6071 </message> 6071 </message>
6072 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_NO_THANKS_BUTTON" desc="tmp">
6073 No thanks
6074 </message>
6075 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_CONTINUE_BUTTION" desc="tmp">
6076 Continue
6077 </message>
6072 6078
6073 <!-- Print Job Notification --> 6079 <!-- Print Job Notification -->
6074 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification."> 6080 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification.">
6075 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6081 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6076 </message> 6082 </message>
6077 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification."> 6083 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification.">
6078 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6084 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6079 </message> 6085 </message>
6080 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification."> 6086 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification.">
6081 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6087 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
6122 Attempts left: $1 6128 Attempts left: $1
6123 </message> 6129 </message>
6124 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6130 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6125 PIN 6131 PIN
6126 </message> 6132 </message>
6127 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6133 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6128 PUK 6134 PUK
6129 </message> 6135 </message>
6130 6136
6131 </grit-part> 6137 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698