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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add a .cc file for constants to be able to compile in debug mode Created 8 years, 2 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/ui/constrained_window_constants.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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 14054 matching lines...) Expand 10 before | Expand all | Expand 10 after
14065 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar."> 14065 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar.">
14066 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph> 14066 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph>
14067 </message> 14067 </message>
14068 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar."> 14068 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar.">
14069 No 14069 No
14070 </message> 14070 </message>
14071 <message name="IDS_CHOOSE_INTENT_HANDLER_MESSAGE" desc="Text to display when user is choosing a intent handler to respond to a web intent."> 14071 <message name="IDS_CHOOSE_INTENT_HANDLER_MESSAGE" desc="Text to display when user is choosing a intent handler to respond to a web intent.">
14072 Complete action using: 14072 Complete action using:
14073 </message> 14073 </message>
14074 <message name="IDS_FIND_MORE_INTENT_HANDLER_MESSAGE" desc="Text to show to i nform the user that more intent services can be found in the web store."> 14074 <message name="IDS_FIND_MORE_INTENT_HANDLER_MESSAGE" desc="Text to show to i nform the user that more intent services can be found in the web store.">
14075 Find more apps by visiting the Chrome Web Store. 14075 Find more apps in the Chrome Web Store
14076 </message> 14076 </message>
14077 <message name="IDS_FIND_MORE_INTENT_HANDLER_TOOLTIP" desc="Tooltip text for the web store plus button on the intent picker dialog."> 14077 <message name="IDS_FIND_MORE_INTENT_HANDLER_TOOLTIP" desc="Tooltip text for the web store plus button on the intent picker dialog.">
14078 Find apps in the Chrome Web Store 14078 Find apps in the Chrome Web Store
14079 </message> 14079 </message>
14080 <message name="IDS_INTENT_PICKER_NO_SERVICES_REGISTERED" desc="Prompt indica ting to the user that there are no services registered for the given Web Intents action."> 14080 <message name="IDS_INTENT_PICKER_NO_SERVICES_REGISTERED" desc="Prompt indica ting to the user that there are no services registered for the given Web Intents action.">
14081 No apps are registered for this action. 14081 No apps are registered for this action.
14082 </message> 14082 </message>
14083 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICE" desc="Prompt to the user to select one of the given services to complete a Web Intents action."> 14083 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICE" desc="Prompt to the user to select one of the given services to complete a Web Intents action.">
14084 Which app do you want to use? 14084 Choose an app&#8230;
14085 </message> 14085 </message>
14086 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICES_NONE_INSTALLED_TITLE" desc= "Heading in the Web Intents picker box for a section containing suggested applic ations from the Chrome Web Store. Displayed only if there are no installed servi ces."> 14086 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICES_NONE_INSTALLED_TITLE" desc= "Heading in the Web Intents picker box for a section containing suggested applic ations from the Chrome Web Store. Displayed only if there are no installed servi ces.">
14087 You have no apps installed. 14087 You have no apps installed.
14088 </message> 14088 </message>
14089 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICES_NONE_INSTALLED_MESSAGE" des c="Message body in the Web Intents picker box for a section containing suggested applications from the Chrome Web Store. Displayed only if there are no installe d services."> 14089 <message name="IDS_INTENT_PICKER_CHOOSE_SERVICES_NONE_INSTALLED_MESSAGE" des c="Message body in the Web Intents picker box for a section containing suggested applications from the Chrome Web Store. Displayed only if there are no installe d services.">
14090 Here are some suggestions from the Chrome Web Store: 14090 Here are some suggestions from the Chrome Web Store:
14091 </message> 14091 </message>
14092 <message name="IDS_INTENT_PICKER_GET_MORE_SERVICES_NONE_INSTALLED" desc="Hea ding in the Web Intents picker box for a section containing suggested applicatio ns from the Chrome Web Store. Displayed only if there are no installed services. "> 14092 <message name="IDS_INTENT_PICKER_GET_MORE_SERVICES_NONE_INSTALLED" desc="Hea ding in the Web Intents picker box for a section containing suggested applicatio ns from the Chrome Web Store. Displayed only if there are no installed services. ">
14093 You have no apps installed. Here are some app suggestions from the Chrome Web Store: 14093 You have no apps installed. Here are some app suggestions from the Chrome Web Store:
14094 </message> 14094 </message>
(...skipping 14 matching lines...) Expand all
14109 </message> 14109 </message>
14110 <message name="IDS_INTENT_PICKER_WAIT_FOR_CWS" desc="Prompt indicating to th e user that Chrome is currently waiting for results from the Chrome Web Store"> 14110 <message name="IDS_INTENT_PICKER_WAIT_FOR_CWS" desc="Prompt indicating to th e user that Chrome is currently waiting for results from the Chrome Web Store">
14111 Waiting for Chrome Web Store 14111 Waiting for Chrome Web Store
14112 </message> 14112 </message>
14113 <message name="IDS_INTENT_PICKER_SELECT_INTENT" desc="Button text that, when clicked, allows the user to select the associated intent"> 14113 <message name="IDS_INTENT_PICKER_SELECT_INTENT" desc="Button text that, when clicked, allows the user to select the associated intent">
14114 Select 14114 Select
14115 </message> 14115 </message>
14116 14116
14117 <!-- Web Intents common actions --> 14117 <!-- Web Intents common actions -->
14118 <message name="IDS_WEB_INTENTS_ACTION_SHARE" desc="Question asking the user to pick a service for the 'share' action."> 14118 <message name="IDS_WEB_INTENTS_ACTION_SHARE" desc="Question asking the user to pick a service for the 'share' action.">
14119 Which app should be used for sharing? 14119 Share with&#8230;
14120 </message> 14120 </message>
14121 <message name="IDS_WEB_INTENTS_ACTION_EDIT" desc="Question asking the user t o pick a service for the 'edit' action."> 14121 <message name="IDS_WEB_INTENTS_ACTION_EDIT" desc="Question asking the user t o pick a service for the 'edit' action.">
14122 Which app should be used for editing? 14122 Edit with&#8230;
14123 </message> 14123 </message>
14124 <message name="IDS_WEB_INTENTS_ACTION_VIEW" desc="Question asking the user t o pick a service for the 'viewing' action."> 14124 <message name="IDS_WEB_INTENTS_ACTION_VIEW" desc="Question asking the user t o pick a service for the 'viewing' action.">
14125 Which app should be used for viewing? 14125 View with&#8230;
14126 </message> 14126 </message>
14127 <message name="IDS_WEB_INTENTS_ACTION_SUBSCRIBE" desc="Question asking the u ser to pick a service for the 'subscribe' action."> 14127 <message name="IDS_WEB_INTENTS_ACTION_SUBSCRIBE" desc="Question asking the u ser to pick a service for the 'subscribe' action.">
14128 Which app should be used for subscribing? 14128 Subscribe with&#8230;
14129 </message> 14129 </message>
14130 <message name="IDS_WEB_INTENTS_ACTION_SAVE" desc="Question asking the user t o pick a service for the 'save' action."> 14130 <message name="IDS_WEB_INTENTS_ACTION_SAVE" desc="Question asking the user t o pick a service for the 'save' action.">
14131 Which app should be used for saving? 14131 Save with&#8230;
14132 </message> 14132 </message>
14133 14133
14134 <!-- Web Intents native services (titles) --> 14134 <!-- Web Intents native services (titles) -->
14135 <message name="IDS_WEB_INTENTS_FILE_PICKER_SERVICE_TITLE" desc="Title of the chrome-built-in web intent service for the 'pick' action (basically a file pick er)."> 14135 <message name="IDS_WEB_INTENTS_FILE_PICKER_SERVICE_TITLE" desc="Title of the chrome-built-in web intent service for the 'pick' action (basically a file pick er).">
14136 System File Picker 14136 System File Picker
14137 </message> 14137 </message>
14138 14138
14139 <!-- PDF with unsupported feature bubble --> 14139 <!-- PDF with unsupported feature bubble -->
14140 <message name="IDS_PDF_BUBBLE_MESSAGE" desc="Message for the bubble when a u ser views a PDF with an unsupported feature"> 14140 <message name="IDS_PDF_BUBBLE_MESSAGE" desc="Message for the bubble when a u ser views a PDF with an unsupported feature">
14141 Parts of this PDF document could not be displayed. 14141 Parts of this PDF document could not be displayed.
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
14626 14626
14627 <structures fallback_to_english="true"> 14627 <structures fallback_to_english="true">
14628 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14628 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14629 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14629 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14630 </structure> 14630 </structure>
14631 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14631 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14632 </structure> 14632 </structure>
14633 </structures> 14633 </structures>
14634 </release> 14634 </release>
14635 </grit> 14635 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/constrained_window_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698