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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Created 3 years, 7 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
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 6662 matching lines...) Expand 10 before | Expand all | Expand 10 after
6673 </message> 6673 </message>
6674 <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."> 6674 <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.">
6675 To use Android apps, charge &amp; update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>. 6675 To use Android apps, charge &amp; update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>.
6676 </message> 6676 </message>
6677 <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."> 6677 <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.">
6678 Sign out &amp; sign back in 6678 Sign out &amp; sign back in
6679 </message> 6679 </message>
6680 <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."> 6680 <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.">
6681 Update successful. You can now use Android apps. 6681 Update successful. You can now use Android apps.
6682 </message> 6682 </message>
6683 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_NO_THANKS_BUTTON" desc="tmp">
6684 No thanks
6685 </message>
6686 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_CONTINUE_BUTTION" desc="tmp">
6687 Continue
6688 </message>
6683 6689
6684 <!-- Print Job Notification --> 6690 <!-- Print Job Notification -->
6685 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification."> 6691 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification.">
6686 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6692 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6687 </message> 6693 </message>
6688 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification."> 6694 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification.">
6689 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6695 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6690 </message> 6696 </message>
6691 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification."> 6697 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification.">
6692 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6698 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
6733 Attempts left: $1 6739 Attempts left: $1
6734 </message> 6740 </message>
6735 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6741 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6736 PIN 6742 PIN
6737 </message> 6743 </message>
6738 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6744 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6739 PUK 6745 PUK
6740 </message> 6746 </message>
6741 6747
6742 </grit-part> 6748 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698