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

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

Issue 541623002: Files.app: Remove scanning notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/device_event_router.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 <!-- 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 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3739 3739
3740 <!-- Audio strings --> 3740 <!-- Audio strings -->
3741 <message name="IDS_CHROMEOS_AUDIO_CRAS_DEVICE_AUTOMATIC" desc="Audio device na me shown to the user when the proper device is automatically used."> 3741 <message name="IDS_CHROMEOS_AUDIO_CRAS_DEVICE_AUTOMATIC" desc="Audio device na me shown to the user when the proper device is automatically used.">
3742 Automatic 3742 Automatic
3743 </message> 3743 </message>
3744 3744
3745 <!-- Removable device notifications --> 3745 <!-- Removable device notifications -->
3746 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notificatio n message which is shown when user inserts removable device (SD card, USB key... )"> 3746 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notificatio n message which is shown when user inserts removable device (SD card, USB key... )">
3747 Removable device detected 3747 Removable device detected
3748 </message> 3748 </message>
3749 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notificati on message which is shown when user inserts removable device (SD card, USB key.. .)">
3750 Scanning content...
3751 </message>
3752 <message name="IDS_REMOVABLE_DEVICE_NAVIGATION_MESSAGE" desc="Text of notifica tion message to navigate users to Files.app. If user clicks a button in the noti fication, Files.app opens."> 3749 <message name="IDS_REMOVABLE_DEVICE_NAVIGATION_MESSAGE" desc="Text of notifica tion message to navigate users to Files.app. If user clicks a button in the noti fication, Files.app opens.">
3753 Explore the device's content in the Files app. 3750 Explore the device's content in the Files app.
3754 </message> 3751 </message>
3755 <message name="IDS_REMOVABLE_DEVICE_NAVIGATION_BUTTON_LABEL" desc="Text of a b utton label in a notification to navigate users to FIles.app. If user clicks the button, Files.app opens."> 3752 <message name="IDS_REMOVABLE_DEVICE_NAVIGATION_BUTTON_LABEL" desc="Text of a b utton label in a notification to navigate users to FIles.app. If user clicks the button, Files.app opens.">
3756 Open Files app 3753 Open Files app
3757 </message> 3754 </message>
3758 <message name="IDS_REMOVABLE_DEVICE_HARD_UNPLUG_TITLE" desc="Text of notificat ion message which is shown when user removes removable device (SD card, USB key. ..) without clicking the eject icon"> 3755 <message name="IDS_REMOVABLE_DEVICE_HARD_UNPLUG_TITLE" desc="Text of notificat ion message which is shown when user removes removable device (SD card, USB key. ..) without clicking the eject icon">
3759 You removed your device too soon! 3756 You removed your device too soon!
3760 </message> 3757 </message>
3761 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification mess age which is shown when user inserts removable device (SD card, USB key...)"> 3758 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification mess age which is shown when user inserts removable device (SD card, USB key...)">
(...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
5804 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5801 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5805 Done 5802 Done
5806 </message> 5803 </message>
5807 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5804 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5808 System date 5805 System date
5809 </message> 5806 </message>
5810 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5807 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5811 System time 5808 System time
5812 </message> 5809 </message>
5813 </grit-part> 5810 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/device_event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698