| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u
sed in the tray popup to add a bluetooth device."> | 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u
sed in the tray popup to add a bluetooth device."> |
| 283 Add device... | 283 Add device... |
| 284 </message> | 284 </message> |
| 285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> | 285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> |
| 286 Scanning for devices... | 286 Scanning for devices... |
| 287 </message> | 287 </message> |
| 288 | 288 |
| 289 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> | 289 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra
y popup to notify that the user should restart to get system updates."> |
| 290 Restart to update | 290 Restart to update |
| 291 </message> | 291 </message> |
| 292 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_UPDATE" desc="The
label used in the tray popup to notify that the user should restart and powerwa
sh to get system updates."> |
| 293 Restart and Powerwash to update |
| 294 </message> |
| 292 | 295 |
| 293 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f
or the brightness slider."> | 296 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f
or the brightness slider."> |
| 294 Brightness | 297 Brightness |
| 295 </message> | 298 </message> |
| 296 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> | 299 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> |
| 297 Volume | 300 Volume |
| 298 </message> | 301 </message> |
| 299 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio de
tailed page bottom header of ash tray pop up."> | 302 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio de
tailed page bottom header of ash tray pop up."> |
| 300 Audio Settings | 303 Audio Settings |
| 301 </message> | 304 </message> |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 | 542 |
| 540 <!-- ChromeOS-specific strings --> | 543 <!-- ChromeOS-specific strings --> |
| 541 <if expr="pp_ifdef('chromeos')"> | 544 <if expr="pp_ifdef('chromeos')"> |
| 542 <part file="ash_chromeos_strings.grdp" /> | 545 <part file="ash_chromeos_strings.grdp" /> |
| 543 </if> | 546 </if> |
| 544 | 547 |
| 545 </messages> | 548 </messages> |
| 546 </release> | 549 </release> |
| 547 </grit> | 550 </grit> |
| 548 | 551 |
| OLD | NEW |