| 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 Restart to update | 276 Restart to update |
| 277 </message> | 277 </message> |
| 278 | 278 |
| 279 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_TO_UPDATE" desc="
The label used in the tray popup to notify that the user should restart and powe
rwash the device to get system updates."> | 279 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_TO_UPDATE" desc="
The label used in the tray popup to notify that the user should restart and powe
rwash the device to get system updates."> |
| 280 Restart and powerwash to update | 280 Restart and powerwash to update |
| 281 </message> | 281 </message> |
| 282 | 282 |
| 283 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> | 283 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> |
| 284 Volume | 284 Volume |
| 285 </message> | 285 </message> |
| 286 <message name="IDS_ASH_STATUS_TRAY_VOLUME_MUTE" desc="The accessible text
for the volume mute button."> |
| 287 Mute |
| 288 </message> |
| 286 | 289 |
| 287 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> | 290 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> |
| 288 Unknown Display | 291 Unknown Display |
| 289 </message> | 292 </message> |
| 290 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> | 293 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> |
| 291 Google Drive | 294 Google Drive |
| 292 </message> | 295 </message> |
| 293 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> | 296 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> |
| 294 Google Drive settings... | 297 Google Drive settings... |
| 295 </message> | 298 </message> |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 | 419 |
| 417 <!-- ChromeOS-specific strings --> | 420 <!-- ChromeOS-specific strings --> |
| 418 <if expr="chromeos"> | 421 <if expr="chromeos"> |
| 419 <part file="ash_chromeos_strings.grdp" /> | 422 <part file="ash_chromeos_strings.grdp" /> |
| 420 </if> | 423 </if> |
| 421 | 424 |
| 422 </messages> | 425 </messages> |
| 423 </release> | 426 </release> |
| 424 </grit> | 427 </grit> |
| 425 | 428 |
| OLD | NEW |