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

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

Issue 1022213002: Add a cancel button to the details panel...visible when import is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 5 years, 9 months 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 </message> 474 </message>
475 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_START" desc="Tooltip of the toolb ar button that starts backup."> 475 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_START" desc="Tooltip of the toolb ar button that starts backup.">
476 Backup your photos and videos 476 Backup your photos and videos
477 </message> 477 </message>
478 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_SHOW_DETAILS" desc="Tooltip for b utton that shows details panel."> 478 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_SHOW_DETAILS" desc="Tooltip for b utton that shows details panel.">
479 Show Cloud backup details 479 Show Cloud backup details
480 </message> 480 </message>
481 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_COMMAND" desc="Label of button on details panel that invokes cloud import feature."> 481 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_COMMAND" desc="Label of button on details panel that invokes cloud import feature.">
482 Back up 482 Back up
483 </message> 483 </message>
484 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_CANCEL_COMMAND" desc="Label of bu tton on details panel that cancels an active import.">
485 Cancel
486 </message>
484 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_SCANNING" desc="Cloud impo rt scanning status message."> 487 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_SCANNING" desc="Cloud impo rt scanning status message.">
485 Scanning your media device... 488 Scanning your media device...
486 <ph name="LINE_BREAK1">&lt;br&gt;</ph> 489 <ph name="LINE_BREAK1">&lt;br&gt;</ph>
487 <ph name="FILE_COUNT">$1<ex>5</ex></ph> new photos found 490 <ph name="FILE_COUNT">$1<ex>5</ex></ph> new photos found
488 </message> 491 </message>
489 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_SCANNING" desc="Cloud imp ort scanning tooltip."> 492 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_TOOLTIP_SCANNING" desc="Cloud imp ort scanning tooltip.">
490 Scanning your media device... 493 Scanning your media device...
491 </message> 494 </message>
492 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_NO_MEDIA" desc="Cloud impo rt no-new-media-found status message. Shown after backup is completed and when a search for new files to backup produces no result."> 495 <message name="IDS_FILE_BROWSER_CLOUD_IMPORT_STATUS_NO_MEDIA" desc="Cloud impo rt no-new-media-found status message. Shown after backup is completed and when a search for new files to backup produces no result.">
493 All backed up to <ph name="BEGIN_LINK">&lt;span class='destination-link'&gt; </ph>Google Drive!<ph name="END_LINK">&lt;/span&gt;</ph> 496 All backed up to <ph name="BEGIN_LINK">&lt;span class='destination-link'&gt; </ph>Google Drive!<ph name="END_LINK">&lt;/span&gt;</ph>
(...skipping 5614 matching lines...) Expand 10 before | Expand all | Expand 10 after
6108 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6111 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6109 Set time zone automatically using your location 6112 Set time zone automatically using your location
6110 </message> 6113 </message>
6111 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_NAME" desc="Name of the option to enable punching holes in the Chrome OS firewall."> 6114 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_NAME" desc="Name of the option to enable punching holes in the Chrome OS firewall.">
6112 Enable firewall hole punching. 6115 Enable firewall hole punching.
6113 </message> 6116 </message>
6114 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_DESCRIPTION" desc="Desc ription of the option to enable punching holes in the Chrome OS firewall."> 6117 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_DESCRIPTION" desc="Desc ription of the option to enable punching holes in the Chrome OS firewall.">
6115 Enable punching holes in the Chrome OS firewall for Chrome Apps that open a TCP/IP server socket or UDP socket. 6118 Enable punching holes in the Chrome OS firewall for Chrome Apps that open a TCP/IP server socket or UDP socket.
6116 </message> 6119 </message>
6117 </grit-part> 6120 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698