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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 </message> | 356 </message> |
357 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_90" desc="The value
of display orientation option item: 90-degree rotated"> | 357 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_90" desc="The value
of display orientation option item: 90-degree rotated"> |
358 90° | 358 90° |
359 </message> | 359 </message> |
360 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_180" desc="The valu
e of display orientation option item: 180-degree rotated"> | 360 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_180" desc="The valu
e of display orientation option item: 180-degree rotated"> |
361 180° | 361 180° |
362 </message> | 362 </message> |
363 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The valu
e of display orientation option item: 270-degree rotated"> | 363 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The valu
e of display orientation option item: 270-degree rotated"> |
364 270° | 364 270° |
365 </message> | 365 </message> |
366 <message name="IDS_ASH_STATUS_TRAY_DRIVE_OFFLINE_NOTICE" desc="The label i
n the tray notifying a first-time logged in user that they are being opted-in to
Google Drive offline."> | |
367 Preparing Google Drive for offline... | |
368 </message> | |
369 <message name="IDS_ASH_STATUS_TRAY_DRIVE_DISABLE_OFFLINE" desc="The label
in the detailed drive offline opt-in notice tray item explaining how to disable
Google Drive offline."> | |
370 To disable Google Drive offline on this device, adjust your settings at dr
ive.google.com. | |
371 </message> | |
372 <message name="IDS_ASH_STATUS_TRAY_DRIVE_OFFLINE_FOOTER" desc="The label f
or the footer of the detailed drive offline opt-in notice tray item."> | |
373 Google Drive | |
374 </message> | |
375 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> | 366 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SYNCING" desc="The label in the t
ray to indicate onoing file sync operations."> |
376 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) | 367 Syncing <ph name="count">$1<ex>3</ex></ph> file(s) |
377 </message> | 368 </message> |
378 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> | 369 <message name="IDS_ASH_STATUS_TRAY_DRIVE" desc="The label used for Google
Drive tray details header."> |
379 Google Drive | 370 Google Drive |
380 </message> | 371 </message> |
381 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> | 372 <message name="IDS_ASH_STATUS_TRAY_DRIVE_SETTINGS" desc="The label used fo
r Google Drive settings entry."> |
382 Google Drive settings... | 373 Google Drive settings... |
383 </message> | 374 </message> |
384 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header
in the IME popup."> | 375 <message name="IDS_ASH_STATUS_TRAY_IME" desc="The label used as the header
in the IME popup."> |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 | 587 |
597 <!-- ChromeOS-specific strings --> | 588 <!-- ChromeOS-specific strings --> |
598 <if expr="pp_ifdef('chromeos')"> | 589 <if expr="pp_ifdef('chromeos')"> |
599 <part file="ash_chromeos_strings.grdp" /> | 590 <part file="ash_chromeos_strings.grdp" /> |
600 </if> | 591 </if> |
601 | 592 |
602 </messages> | 593 </messages> |
603 </release> | 594 </release> |
604 </grit> | 595 </grit> |
605 | 596 |
OLD | NEW |