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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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."> | 288 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item ind
icating that performance tracing is running."> |
289 Performance tracing enabled | 289 Performance tracing enabled |
290 </message> | 290 </message> |
291 | 291 |
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."> | 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."> |
293 Restart to update | 293 Restart to update |
294 </message> | 294 </message> |
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."> | |
296 Restart and Powerwash to update | |
297 </message> | |
298 | 295 |
299 <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."> |
300 Brightness | 297 Brightness |
301 </message> | 298 </message> |
302 <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."> |
303 Volume | 300 Volume |
304 </message> | 301 </message> |
305 <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."> |
306 Audio Settings | 303 Audio Settings |
307 </message> | 304 </message> |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 | 597 |
601 <!-- ChromeOS-specific strings --> | 598 <!-- ChromeOS-specific strings --> |
602 <if expr="pp_ifdef('chromeos')"> | 599 <if expr="pp_ifdef('chromeos')"> |
603 <part file="ash_chromeos_strings.grdp" /> | 600 <part file="ash_chromeos_strings.grdp" /> |
604 </if> | 601 </if> |
605 | 602 |
606 </messages> | 603 </messages> |
607 </release> | 604 </release> |
608 </grit> | 605 </grit> |
609 | 606 |
OLD | NEW |