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

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

Issue 835803003: Show suggest apps dialog also in Download. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused string. Created 5 years, 11 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 607
608 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_TITLE" desc="Title of the sugge st app dialog, which shows the list of the apps which supports the selected file ."> 608 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_TITLE" desc="Title of the sugge st app dialog, which shows the list of the apps which supports the selected file .">
609 Select an app to open this file 609 Select an app to open this file
610 </message> 610 </message>
611 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_LINK_TO_WEBSTORE" desc="Text of the link to the app list on Chrome Webstore, which shows the more apps than in the suggest app dialog."> 611 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_LINK_TO_WEBSTORE" desc="Text of the link to the app list on Chrome Webstore, which shows the more apps than in the suggest app dialog.">
612 See more... 612 See more...
613 </message> 613 </message>
614 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_INSTALLATION_FAILED" desc="Erro r message when the installation of the app from WebStore is failed."> 614 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_INSTALLATION_FAILED" desc="Erro r message when the installation of the app from WebStore is failed.">
615 Installation failed. 615 Installation failed.
616 </message> 616 </message>
617 <message name="IDS_FILE_BROWSER_SUGGEST_DIALOG_MESSAGE_FOR_EXECUTABLE" desc="I nformation message in the suggest app dialog. It is shown when Files.app is sugg esting an altanative application from Chrome WebStore becauase the user is tryin g to open an executable file which doesn't support on ChromeOS.">
618 It looks like you're trying to run a classic application. Please try one of these newer web-based apps as an alternative.
619 </message>
620 617
621 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder title ."> 618 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder title .">
622 Select a folder to open 619 Select a folder to open
623 </message> 620 </message>
624 <message name="IDS_FILE_BROWSER_SELECT_UPLOAD_FOLDER_TITLE" desc="Select folde r title for upload."> 621 <message name="IDS_FILE_BROWSER_SELECT_UPLOAD_FOLDER_TITLE" desc="Select folde r title for upload.">
625 Select a folder to upload 622 Select a folder to upload
626 </message> 623 </message>
627 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> 624 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
628 Select a file to open 625 Select a file to open
629 </message> 626 </message>
(...skipping 5359 matching lines...) Expand 10 before | Expand all | Expand 10 after
5989 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5986 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5990 Done 5987 Done
5991 </message> 5988 </message>
5992 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5989 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5993 System date 5990 System date
5994 </message> 5991 </message>
5995 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5992 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5996 System time 5993 System time
5997 </message> 5994 </message>
5998 </grit-part> 5995 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698