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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2569163002: Skip content duplication check at directory or selection scan. (Closed)
Patch Set: Avoid recursive call of checkState to clarify execution path. Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 </message> 578 </message>
579 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_IMPORTING" desc="Cloud im port active-backup tooltip."> 579 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_IMPORTING" desc="Cloud im port active-backup tooltip.">
580 Backing up <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos 580 Backing up <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos
581 </message> 581 </message>
582 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_DONE" desc="Cloud import b ackup is complete status."> 582 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_DONE" desc="Cloud import b ackup is complete status.">
583 <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos backed up to <ph name="BEGIN_ LINK">&lt;span class='destination-link'&gt;</ph>Google Drive<ph name="END_LINK"> &lt;/span&gt;</ph> 583 <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos backed up to <ph name="BEGIN_ LINK">&lt;span class='destination-link'&gt;</ph>Google Drive<ph name="END_LINK"> &lt;/span&gt;</ph>
584 </message> 584 </message>
585 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_DONE" desc="Cloud import backup is complete tooltip."> 585 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_DONE" desc="Cloud import backup is complete tooltip.">
586 <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos backed up 586 <ph name="FILE_COUNT">$1<ex>5</ex></ph> photos backed up
587 </message> 587 </message>
588 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_PREPARING" desc="File Mana ger status message. Shown while the scan of files to determine which files shoul d actually be transferred is in progress.">
589 Preparing to backup...
590 </message>
588 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_ITEMS_REMAINING" desc="File Manag er status message."> 591 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_ITEMS_REMAINING" desc="File Manag er status message.">
589 Importing <ph name="FILE_COUNT">$1<ex>5</ex></ph> files... 592 Importing <ph name="FILE_COUNT">$1<ex>5</ex></ph> files...
590 </message> 593 </message>
591 <message name="IDS_FILE_BROWSER_COPY_FILE_NAME" desc="File Manager status mess age."> 594 <message name="IDS_FILE_BROWSER_COPY_FILE_NAME" desc="File Manager status mess age.">
592 Copying <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>... 595 Copying <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>...
593 </message> 596 </message>
594 <message name="IDS_FILE_BROWSER_COPY_ITEMS_REMAINING" desc="File Manager statu s message. 'Item' is used here as a generic term for file or directory."> 597 <message name="IDS_FILE_BROWSER_COPY_ITEMS_REMAINING" desc="File Manager statu s message. 'Item' is used here as a generic term for file or directory.">
595 Copying $1 items... 598 Copying $1 items...
596 </message> 599 </message>
597 <message name="IDS_FILE_BROWSER_COPY_TARGET_EXISTS_ERROR" desc="File Manager e rror message. 'Item' is used here as a generic term for file or directory."> 600 <message name="IDS_FILE_BROWSER_COPY_TARGET_EXISTS_ERROR" desc="File Manager e rror message. 'Item' is used here as a generic term for file or directory.">
(...skipping 6022 matching lines...) Expand 10 before | Expand all | Expand 10 after
6620 Attempts left: $1 6623 Attempts left: $1
6621 </message> 6624 </message>
6622 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6625 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6623 PIN 6626 PIN
6624 </message> 6627 </message>
6625 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6628 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6626 PUK 6629 PUK
6627 </message> 6630 </message>
6628 6631
6629 </grit-part> 6632 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698