| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 </message> | 200 </message> |
| 201 <message name="IDS_ASH_STATUS_TRAY_PUBLIC_LABEL" desc="Text of the the ash
system bubble's user card when the current session is a public account session.
"> | 201 <message name="IDS_ASH_STATUS_TRAY_PUBLIC_LABEL" desc="Text of the the ash
system bubble's user card when the current session is a public account session.
"> |
| 202 <ph name="DISPLAY_NAME">$1<ex>Internet kiosk</ex></ph> is a public sessi
on managed by <ph name="DOMAIN">$2<ex>yourdomain.com</ex></ph> | 202 <ph name="DISPLAY_NAME">$1<ex>Internet kiosk</ex></ph> is a public sessi
on managed by <ph name="DOMAIN">$2<ex>yourdomain.com</ex></ph> |
| 203 </message> | 203 </message> |
| 204 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> | 204 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> |
| 205 Lock | 205 Lock |
| 206 </message> | 206 </message> |
| 207 <message name="IDS_ASH_STATUS_TRAY_SIGN_IN_ANOTHER_ACCOUNT" desc="The stri
ng for the button which lets the user add another account to the current session
."> | 207 <message name="IDS_ASH_STATUS_TRAY_SIGN_IN_ANOTHER_ACCOUNT" desc="The stri
ng for the button which lets the user add another account to the current session
."> |
| 208 Sign in another user... | 208 Sign in another user... |
| 209 </message> | 209 </message> |
| 210 <message name="IDS_ASH_STATUS_TRAY_CAPTION_CANNOT_ADD_USER" desc="The capt
ion for the error message when the user has reached the limit of multi profile u
sers."> | |
| 211 Can't sign in to another account. | |
| 212 </message> | |
| 213 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro
r message when the user has reached the limit of multi profile users."> | 210 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro
r message when the user has reached the limit of multi profile users."> |
| 214 You can only have up to three accounts in multiple sign-in. | 211 You can only have up to three accounts in multiple sign-in. |
| 215 </message> | 212 </message> |
| 216 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc=
"The error message when the primary user forbids multiple signin because of not-
allowed policy or because of usage policy-pushed certificates."> | 213 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc=
"The error message when the primary user forbids multiple signin because of not-
allowed policy or because of usage policy-pushed certificates."> |
| 217 The administrator for this account has disallowed multiple sign-in. | 214 The administrator for this account has disallowed multiple sign-in. |
| 218 </message> | 215 </message> |
| 219 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m
essage when all the users are added into multi-profile session."> | 216 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m
essage when all the users are added into multi-profile session."> |
| 220 All available users have already been added to this session. | 217 All available users have already been added to this session. |
| 221 </message> | 218 </message> |
| 222 | 219 |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 | 444 |
| 448 <!-- ChromeOS-specific strings --> | 445 <!-- ChromeOS-specific strings --> |
| 449 <if expr="chromeos"> | 446 <if expr="chromeos"> |
| 450 <part file="ash_chromeos_strings.grdp" /> | 447 <part file="ash_chromeos_strings.grdp" /> |
| 451 </if> | 448 </if> |
| 452 | 449 |
| 453 </messages> | 450 </messages> |
| 454 </release> | 451 </release> |
| 455 </grit> | 452 </grit> |
| 456 | 453 |
| OLD | NEW |