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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 <message name="IDS_ASH_STATUS_TRAY_AUDIO_INPUT" desc="The label used in au
dio detailed page for audio input section of ash tray pop up."> | 305 <message name="IDS_ASH_STATUS_TRAY_AUDIO_INPUT" desc="The label used in au
dio detailed page for audio input section of ash tray pop up."> |
306 INPUT | 306 INPUT |
307 </message> | 307 </message> |
308 | 308 |
309 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used
in the tray to show that the current status is mirroring."> | 309 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used
in the tray to show that the current status is mirroring."> |
310 Mirroring to <ph name="DISPLAY_NAME">$1</ph> | 310 Mirroring to <ph name="DISPLAY_NAME">$1</ph> |
311 </message> | 311 </message> |
312 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used
in the tray to show that the current status is extended."> | 312 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used
in the tray to show that the current status is extended."> |
313 Extending screen to <ph name="DISPLAY_NAME">$1</ph> | 313 Extending screen to <ph name="DISPLAY_NAME">$1</ph> |
314 </message> | 314 </message> |
| 315 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="Th
e label used in the tray to show that the current status is mirroring and the de
vice doesn't have the internal display."> |
| 316 Mirroring |
| 317 </message> |
| 318 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The
label used in the tray to show that the current status is extended and the devi
ce doesn't have the internal display."> |
| 319 Extending screen |
| 320 </message> |
| 321 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The label used in
the tray to show that the current status is docked mode."> |
| 322 Dock mode |
| 323 </message> |
315 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> | 324 <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown
in tray for a display whose name is unknown."> |
316 Unknown Display | 325 Unknown Display |
317 </message> | 326 </message> |
318 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> | 327 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> |
319 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) | 328 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) |
320 </message> | 329 </message> |
321 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> | 330 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> |
322 Google Drive | 331 Google Drive |
323 </message> | 332 </message> |
324 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> | 333 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 | 527 |
519 <!-- ChromeOS-specific strings --> | 528 <!-- ChromeOS-specific strings --> |
520 <if expr="pp_ifdef('chromeos')"> | 529 <if expr="pp_ifdef('chromeos')"> |
521 <part file="ash_chromeos_strings.grdp" /> | 530 <part file="ash_chromeos_strings.grdp" /> |
522 </if> | 531 </if> |
523 | 532 |
524 </messages> | 533 </messages> |
525 </release> | 534 </release> |
526 </grit> | 535 </grit> |
527 | 536 |
OLD | NEW |