| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 </message> | 278 </message> |
| 279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used
in the tray popup to enable bluetooth."> | 279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used
in the tray popup to enable bluetooth."> |
| 280 Enable Bluetooth | 280 Enable Bluetooth |
| 281 </message> | 281 </message> |
| 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab
el used in the tray popup to manage bluetooth devices."> | 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab
el used in the tray popup to manage bluetooth devices."> |
| 283 Manage devices... | 283 Manage devices... |
| 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 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item ind
icating that performance tracing is running."> |
| 289 Performance tracing enabled |
| 290 </message> |
| 288 | 291 |
| 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."> | 292 <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 | 293 Restart to update |
| 291 </message> | 294 </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."> | 295 <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 | 296 Restart and Powerwash to update |
| 294 </message> | 297 </message> |
| 295 | 298 |
| 296 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f
or the brightness slider."> | 299 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f
or the brightness slider."> |
| 297 Brightness | 300 Brightness |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 | 554 |
| 552 <!-- ChromeOS-specific strings --> | 555 <!-- ChromeOS-specific strings --> |
| 553 <if expr="pp_ifdef('chromeos')"> | 556 <if expr="pp_ifdef('chromeos')"> |
| 554 <part file="ash_chromeos_strings.grdp" /> | 557 <part file="ash_chromeos_strings.grdp" /> |
| 555 </if> | 558 </if> |
| 556 | 559 |
| 557 </messages> | 560 </messages> |
| 558 </release> | 561 </release> |
| 559 </grit> | 562 </grit> |
| 560 | 563 |
| OLD | NEW |