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

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

Issue 561133004: Update the error message in the Files app via Downloads panel. (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
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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 <message name="IDS_FILE_BROWSER_GLINK_DOCUMENT_FILE_TYPE" desc="Google Drive l ink file type"> 842 <message name="IDS_FILE_BROWSER_GLINK_DOCUMENT_FILE_TYPE" desc="Google Drive l ink file type">
843 Google Drive link 843 Google Drive link
844 </message> 844 </message>
845 845
846 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE_TITLE" desc="Title of error message propmt when user attempts to open a non-supported file in file browser. "> 846 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE_TITLE" desc="Title of error message propmt when user attempts to open a non-supported file in file browser. ">
847 <ph name="FILENAME">$1</ph> 847 <ph name="FILENAME">$1</ph>
848 </message> 848 </message>
849 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE" desc="Error message when u ser attempts to open a non-supported file in the Files app via Downloads panel." > 849 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE" desc="Error message when u ser attempts to open a non-supported file in the Files app via Downloads panel." >
850 This file type is not supported. Please visit the Chrome Web Store to find a n app that can open this type of file. 850 This file type is not supported. Please visit the Chrome Web Store to find a n app that can open this type of file.
851 </message> 851 </message>
852 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE_FOR_DMG" desc="Error messag e when user attempts to open a dmg file in the Files app via Downloads panel.">
853 This file is designed for a computer using Macintosh software. This is not c ompatible with your device which runs Chrome OS. Please search the Chrome Web St ore for a suitable replacement app.
854 </message>
855 <message name="IDS_FILE_BROWSER_ERROR_VIEWING_FILE_FOR_EXECUTABLE" desc="Error message when user attempts to open a exe file in the Files app via Downloads pa nel.">
856 This file is designed for a PC using Windows software. This is not compatibl e with your device which runs Chrome OS. Please search the Chrome Web Store for a suitable replacement app.
857 </message>
852 <message name="IDS_FILE_BROWSER_ERROR_UNRESOLVABLE_FILE" desc="Error message w hen the file attempted to open from Downloads panel was not found under paths ma naged by file manager."> 858 <message name="IDS_FILE_BROWSER_ERROR_UNRESOLVABLE_FILE" desc="Error message w hen the file attempted to open from Downloads panel was not found under paths ma naged by file manager.">
853 This file has wandered off somewhere. Please check your download location se tting and try again. 859 This file has wandered off somewhere. Please check your download location se tting and try again.
854 </message> 860 </message>
855 <message name="IDS_FILE_BROWSER_AUDIO_PLAYER_TITLE" desc="Title of the Audio P layer window."> 861 <message name="IDS_FILE_BROWSER_AUDIO_PLAYER_TITLE" desc="Title of the Audio P layer window.">
856 Audio Player 862 Audio Player
857 </message> 863 </message>
858 <message name="IDS_FILE_BROWSER_AUDIO_PLAYER_DEFAULT_ARTIST" desc="In the Audi o Player window, default artist name used when artist name is unknown."> 864 <message name="IDS_FILE_BROWSER_AUDIO_PLAYER_DEFAULT_ARTIST" desc="In the Audi o Player window, default artist name used when artist name is unknown.">
859 Unknown Artist 865 Unknown Artist
860 </message> 866 </message>
861 867
(...skipping 4945 matching lines...) Expand 10 before | Expand all | Expand 10 after
5807 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5813 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5808 Done 5814 Done
5809 </message> 5815 </message>
5810 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5816 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5811 System date 5817 System date
5812 </message> 5818 </message>
5813 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5819 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5814 System time 5820 System time
5815 </message> 5821 </message>
5816 </grit-part> 5822 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/open_util.cc » ('j') | chrome/browser/chromeos/file_manager/open_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698