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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: Rebase and run js format 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 6081 matching lines...) Expand 10 before | Expand all | Expand 10 after
6092 </message> 6092 </message>
6093 <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."> 6093 <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.">
6094 Update successful. You can now use Android apps. 6094 Update successful. You can now use Android apps.
6095 </message> 6095 </message>
6096 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_NO_THANKS_BUTTON" desc="tmp"> 6096 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_NO_THANKS_BUTTON" desc="tmp">
6097 No thanks 6097 No thanks
6098 </message> 6098 </message>
6099 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_CONTINUE_BUTTION" desc="tmp"> 6099 <message name="IDS_VOICE_INTERACTION_VALUE_PROP_CONTINUE_BUTTION" desc="tmp">
6100 Continue 6100 Continue
6101 </message> 6101 </message>
6102 <message name="IDS_WAIT_FOR_CONTAINER_READY_TITLE" desc="tmp">
6103 Just a sec
6104 </message>
6105 <message name="IDS_WAIT_FOR_CONTAINER_READY_INTRO_MESSAGE" desc="tmp">
6106 Ask it questions. Tell it to do things. It's your personal Google, always re ady to help.
6107 </message>
6102 6108
6103 <!-- Print Job Notification --> 6109 <!-- Print Job Notification -->
6104 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification."> 6110 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_TITLE" desc="Title of the p rinting-in-progress notification.">
6105 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6111 Now printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6106 </message> 6112 </message>
6107 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification."> 6113 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification.">
6108 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6114 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6109 </message> 6115 </message>
6110 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification."> 6116 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification.">
6111 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6117 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
6152 Attempts left: $1 6158 Attempts left: $1
6153 </message> 6159 </message>
6154 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6160 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6155 PIN 6161 PIN
6156 </message> 6162 </message>
6157 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6163 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6158 PUK 6164 PUK
6159 </message> 6165 </message>
6160 6166
6161 </grit-part> 6167 </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