Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 6075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6086 </message> | 6086 </message> |
| 6087 <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."> | 6087 <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."> |
| 6088 To use Android apps, charge & update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>. | 6088 To use Android apps, charge & update your <ph name="DEVICE_TYPE">$1<ex>C hromebook</ex></ph>. |
| 6089 </message> | 6089 </message> |
| 6090 <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."> | 6090 <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."> |
| 6091 Sign out & sign back in | 6091 Sign out & sign back in |
| 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"> |
|
xiyuan
2017/06/22 17:15:59
I missed this in previous reviews. All new message
yueli
2017/06/22 18:37:30
Oh! I think I missed it, too. Thank you so much fo
| |
| 6097 No thanks | 6097 NO THANKS |
|
xiyuan
2017/06/22 17:15:59
How about enforcing this via css
text-transform:
yueli
2017/06/22 18:37:30
Done.
| |
| 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"> | 6102 <message name="IDS_WAIT_FOR_CONTAINER_READY_TITLE" desc="tmp"> |
| 6103 Just a sec | 6103 Just a sec |
| 6104 </message> | 6104 </message> |
| 6105 <message name="IDS_WAIT_FOR_CONTAINER_READY_INTRO_MESSAGE" desc="tmp"> | 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. | 6106 Ask it questions. Tell it to do things. It's your personal Google, always re ady to help. |
| 6107 </message> | 6107 </message> |
| 6108 | 6108 |
| 6109 <!-- Print Job Notification --> | 6109 <!-- Print Job Notification --> |
| 6110 <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."> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6158 Attempts left: $1 | 6158 Attempts left: $1 |
| 6159 </message> | 6159 </message> |
| 6160 <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"> |
| 6161 PIN | 6161 PIN |
| 6162 </message> | 6162 </message> |
| 6163 <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"> |
| 6164 PUK | 6164 PUK |
| 6165 </message> | 6165 </message> |
| 6166 | 6166 |
| 6167 </grit-part> | 6167 </grit-part> |
| OLD | NEW |