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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 Manage devices... | 279 Manage devices... |
280 </message> | 280 </message> |
281 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> | 281 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> |
282 Scanning for devices... | 282 Scanning for devices... |
283 </message> | 283 </message> |
284 | 284 |
285 <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."> | 285 <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."> |
286 Restart to update | 286 Restart to update |
287 </message> | 287 </message> |
288 | 288 |
| 289 <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."> |
| 290 Restart and powerwash to update |
| 291 </message> |
| 292 |
289 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> | 293 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t
he volume slider."> |
290 Volume | 294 Volume |
291 </message> | 295 </message> |
292 | 296 |
293 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> | 297 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> |
294 Unknown Display | 298 Unknown Display |
295 </message> | 299 </message> |
296 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> | 300 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> |
297 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) | 301 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) |
298 </message> | 302 </message> |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 | 422 |
419 <!-- ChromeOS-specific strings --> | 423 <!-- ChromeOS-specific strings --> |
420 <if expr="chromeos"> | 424 <if expr="chromeos"> |
421 <part file="ash_chromeos_strings.grdp" /> | 425 <part file="ash_chromeos_strings.grdp" /> |
422 </if> | 426 </if> |
423 | 427 |
424 </messages> | 428 </messages> |
425 </release> | 429 </release> |
426 </grit> | 430 </grit> |
427 | 431 |
OLD | NEW |