Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1874)

Side by Side Diff: ash/ash_strings.grd

Issue 83413004: Remove enable Drive offline system tray UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drive settings Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/drive/tray_drive_notice.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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&#x00B0; 358 90&#x00B0;
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&#x00B0; 361 180&#x00B0;
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&#x00B0; 364 270&#x00B0;
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
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
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/drive/tray_drive_notice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698