| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 </message> | 201 </message> |
| 202 | 202 |
| 203 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> | 203 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> |
| 204 Keyboard Overlay | 204 Keyboard Overlay |
| 205 </message> | 205 </message> |
| 206 | 206 |
| 207 <!-- Status tray items --> | 207 <!-- Status tray items --> |
| 208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> | 208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> |
| 209 Status tray | 209 Status tray |
| 210 </message> | 210 </message> |
| 211 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TURNED_ON_BUBBLE" desc="T
he message shown on a bubble when accessibility is turned on"> |
| 212 Accessibility features are enabled. |
| 213 Press Ctrl+Alt+Z to cancel. |
| 214 </message> |
| 211 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> | 215 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> |
| 212 Settings | 216 Settings |
| 213 </message> | 217 </message> |
| 214 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the
button in the status tray to shut down the system."> | 218 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the
button in the status tray to shut down the system."> |
| 215 Shut down | 219 Shut down |
| 216 </message> | 220 </message> |
| 217 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the
button in the status tray to sign out of the system."> | 221 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the
button in the status tray to sign out of the system."> |
| 218 Sign out | 222 Sign out |
| 219 </message> | 223 </message> |
| 220 <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."> | 224 <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."> |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> | 417 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> |
| 414 Settings... | 418 Settings... |
| 415 </message> | 419 </message> |
| 416 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> | 420 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> |
| 417 Clear All | 421 Clear All |
| 418 </message> | 422 </message> |
| 419 </messages> | 423 </messages> |
| 420 </release> | 424 </release> |
| 421 </grit> | 425 </grit> |
| 422 | 426 |
| OLD | NEW |