| 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 source_lang_id="en" enc_check="möl"> | 8 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 </message> | 219 </message> |
| 220 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL" desc="The label used for
the button in the status tray to sign out all users of the system."> | 220 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL" desc="The label used for
the button in the status tray to sign out all users of the system."> |
| 221 Sign out all | 221 Sign out all |
| 222 </message> | 222 </message> |
| 223 <message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in th
e system tray's user card to indicate that the current session is a guest sessio
n."> | 223 <message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in th
e system tray's user card to indicate that the current session is a guest sessio
n."> |
| 224 Guest | 224 Guest |
| 225 </message> | 225 </message> |
| 226 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th
e button in the status tray to terminate a guest session."> | 226 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th
e button in the status tray to terminate a guest session."> |
| 227 Exit guest | 227 Exit guest |
| 228 </message> | 228 </message> |
| 229 <message name="IDS_ASH_STATUS_TRAY_KIOSK_LABEL" desc="The label used in th
e system tray's user card to indicate that the current session is running in dem
o mode."> | |
| 230 Demo mode | |
| 231 </message> | |
| 232 <message name="IDS_ASH_STATUS_TRAY_EXIT_KIOSK" desc="The label used for th
e button in the status tray to terminate a session kiosk mode."> | |
| 233 Exit session | |
| 234 </message> | |
| 235 <message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for t
he button in the status tray to terminate a public account session. If the label
is long, indicate where it may be broken into two lines by inserting \n instead
of a whitespace."> | 229 <message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for t
he button in the status tray to terminate a public account session. If the label
is long, indicate where it may be broken into two lines by inserting \n instead
of a whitespace."> |
| 236 Exit session | 230 Exit session |
| 237 </message> | 231 </message> |
| 238 <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.
"> | 232 <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.
"> |
| 239 <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> | 233 <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> |
| 240 </message> | 234 </message> |
| 241 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> | 235 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> |
| 242 Lock | 236 Lock |
| 243 </message> | 237 </message> |
| 244 <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
."> | 238 <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
."> |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 | 415 |
| 422 <!-- ChromeOS-specific strings --> | 416 <!-- ChromeOS-specific strings --> |
| 423 <if expr="chromeos"> | 417 <if expr="chromeos"> |
| 424 <part file="ash_chromeos_strings.grdp" /> | 418 <part file="ash_chromeos_strings.grdp" /> |
| 425 </if> | 419 </if> |
| 426 | 420 |
| 427 </messages> | 421 </messages> |
| 428 </release> | 422 </release> |
| 429 </grit> | 423 </grit> |
| 430 | 424 |
| OLD | NEW |