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

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

Issue 700023002: Show generic file handler more modestly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits. Created 6 years, 1 month 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 <!-- 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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 There is not enough space. 899 There is not enough space.
900 </message> 900 </message>
901 901
902 <message name="IDS_FILE_BROWSER_SEARCH_DRIVE_HTML" desc="In the File Manager, the item in the autocomplete suggestion item just under the search box, to conti nue searching in the list."> 902 <message name="IDS_FILE_BROWSER_SEARCH_DRIVE_HTML" desc="In the File Manager, the item in the autocomplete suggestion item just under the search box, to conti nue searching in the list.">
903 '&lt;b&gt;<ph name="SEARCH_STRING">$1<ex>abc</ex></ph>&lt;/b&gt;' - &lt;em&g t;search Drive&lt;/em&gt; 903 '&lt;b&gt;<ph name="SEARCH_STRING">$1<ex>abc</ex></ph>&lt;/b&gt;' - &lt;em&g t;search Drive&lt;/em&gt;
904 </message> 904 </message>
905 <message name="IDS_FILE_BROWSER_SEARCH_NO_MATCHING_FILES_HTML" desc="In the Fi le Manager, the message informing the user that the search did not match any fil es or directories."> 905 <message name="IDS_FILE_BROWSER_SEARCH_NO_MATCHING_FILES_HTML" desc="In the Fi le Manager, the message informing the user that the search did not match any fil es or directories.">
906 No items match &lt;b&gt;"<ph name="SEARCH_STRING">$1<ex>abc</ex></ph>"&lt;/b &gt; 906 No items match &lt;b&gt;"<ph name="SEARCH_STRING">$1<ex>abc</ex></ph>"&lt;/b &gt;
907 </message> 907 </message>
908 908
909 <message name="IDS_FILE_BROWSER_MORE_ACTIONS" desc="In the File Manager, the t ext in combobutton to show the user there exist actions which can be executed to the file.">
910 More actions...
911 </message>
909 <message name="IDS_FILE_BROWSER_CHANGE_DEFAULT_MENU_ITEM" desc="In the File Ma nager, the text in the menu item to change the default action for a particular f ile type."> 912 <message name="IDS_FILE_BROWSER_CHANGE_DEFAULT_MENU_ITEM" desc="In the File Ma nager, the text in the menu item to change the default action for a particular f ile type.">
910 Change default... 913 Change default...
911 </message> 914 </message>
912 <message name="IDS_FILE_BROWSER_CHANGE_DEFAULT_CAPTION" desc="In the File Mana ger, the caption on the dialog box that chooses the default action for a particu lar file type."> 915 <message name="IDS_FILE_BROWSER_CHANGE_DEFAULT_CAPTION" desc="In the File Mana ger, the caption on the dialog box that chooses the default action for a particu lar file type.">
913 Choose the default app for <ph name="FILE_TYPE">$1<ex>PNG</ex></ph> files: 916 Choose the default app for <ph name="FILE_TYPE">$1<ex>PNG</ex></ph> files:
914 </message> 917 </message>
915 <message name="IDS_FILE_BROWSER_DEFAULT_ACTION_LABEL" desc="In the File Manage r actions menu, the text next to the default action name."> 918 <message name="IDS_FILE_BROWSER_DEFAULT_ACTION_LABEL" desc="In the File Manage r actions menu, the text next to the default action name.">
916 (default) 919 (default)
917 </message> 920 </message>
918 921
(...skipping 5065 matching lines...) Expand 10 before | Expand all | Expand 10 after
5984 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5987 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5985 Done 5988 Done
5986 </message> 5989 </message>
5987 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5990 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5988 System date 5991 System date
5989 </message> 5992 </message>
5990 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5993 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5991 System time 5994 System time
5992 </message> 5995 </message>
5993 </grit-part> 5996 </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