| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the | 390 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the |
| 391 system tray to toggle on/off spoken feedback feature."> | 391 system tray to toggle on/off spoken feedback feature."> |
| 392 Spoken feedback | 392 Spoken feedback |
| 393 </message> | 393 </message> |
| 394 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc=
"The label used in the accessibility menu of the system tray to toggle on/off hi
gh contrast feature."> | 394 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc=
"The label used in the accessibility menu of the system tray to toggle on/off hi
gh contrast feature."> |
| 395 High contrast | 395 High contrast |
| 396 </message> | 396 </message> |
| 397 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T
he label used in the accessibility menu of the system tray to toggle on/off magn
ifier feature."> | 397 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T
he label used in the accessibility menu of the system tray to toggle on/off magn
ifier feature."> |
| 398 Screen magnifier | 398 Screen magnifier |
| 399 </message> | 399 </message> |
| 400 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LARGE_CURSOR" desc="The l
abel used in the accessibility menu of the system tray to toggle on/off large cu
rsor feature."> |
| 401 Large Cursor |
| 402 </message> |
| 400 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab
el used in the accessibility menu of the system tray | 403 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LEARN_MORE" desc="The lab
el used in the accessibility menu of the system tray |
| 401 to open a webpage (article on help center) containing explanation about acc
essibility feature."> | 404 to open a webpage (article on help center) containing explanation about acc
essibility feature."> |
| 402 Learn more... | 405 Learn more... |
| 403 </message> | 406 </message> |
| 404 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
of the item 'Settings...' used in the accessibility menu of the system tray to
open an accessibility setting page."> | 407 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
of the item 'Settings...' used in the accessibility menu of the system tray to
open an accessibility setting page."> |
| 405 Settings... | 408 Settings... |
| 406 </message> | 409 </message> |
| 407 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr
ay dialog to indicate that the battery is full."> | 410 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tr
ay dialog to indicate that the battery is full."> |
| 408 Battery full | 411 Battery full |
| 409 </message> | 412 </message> |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 | 530 |
| 528 <!-- ChromeOS-specific strings --> | 531 <!-- ChromeOS-specific strings --> |
| 529 <if expr="pp_ifdef('chromeos')"> | 532 <if expr="pp_ifdef('chromeos')"> |
| 530 <part file="ash_chromeos_strings.grdp" /> | 533 <part file="ash_chromeos_strings.grdp" /> |
| 531 </if> | 534 </if> |
| 532 | 535 |
| 533 </messages> | 536 </messages> |
| 534 </release> | 537 </release> |
| 535 </grit> | 538 </grit> |
| 536 | 539 |
| OLD | NEW |