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

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

Issue 342040: Enable ExternalProtocolDialog for linux/views (Closed)
Patch Set: fix linux build Created 11 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4887 matching lines...) Expand 10 before | Expand all | Expand 10 after
4898 </message> 4898 </message>
4899 <message name="IDS_PAGE_INFO_SECURITY_TAB_VISITED_BEFORE_TODAY" 4899 <message name="IDS_PAGE_INFO_SECURITY_TAB_VISITED_BEFORE_TODAY"
4900 desc="Message in IDS_PAGE_INFO_SECURITY_TAB_PERSONAL_HISTORY_TITL E section displayed when user has visited page before today"> 4900 desc="Message in IDS_PAGE_INFO_SECURITY_TAB_PERSONAL_HISTORY_TITL E section displayed when user has visited page before today">
4901 You first visited this site on <ph name="VISIT_DATE">$1<ex>Nov 7, 2007</ ex></ph>. 4901 You first visited this site on <ph name="VISIT_DATE">$1<ex>Nov 7, 2007</ ex></ph>.
4902 </message> 4902 </message>
4903 4903
4904 <!-- External Protocol Dialog --> 4904 <!-- External Protocol Dialog -->
4905 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dialog Title"> 4905 <message name="IDS_EXTERNAL_PROTOCOL_TITLE" desc="External Protocol Dialog Title">
4906 External Protocol Request 4906 External Protocol Request
4907 </message> 4907 </message>
4908 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Exter nal Protocol Dialog that launches the application associated with the protocol"> 4908 <if expr="not pp_ifdef('chromeos')">
4909 Launch Application 4909 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that launches the application associated with the protocol ">
4910 </message> 4910 Launch Application
4911 <message name="IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT" desc="Button in E xternal Protocol Dialog that cancels the application launch"> 4911 </message>
4912 Do Nothing 4912 <message name="IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT" desc="Button in External Protocol Dialog that cancels the application launch">
4913 </message> 4913 Do Nothing
4914 <message name="IDS_EXTERNAL_PROTOCOL_APPLICATION_TO_LAUNCH" desc="Informat ion about the application being launched by the external protocol"> 4914 </message>
4915 The following application will be launched if you accept this request:\n \n <ph name="APPLICATION">$1<ex>C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd3 2.exe /u "%1"</ex></ph> 4915 <message name="IDS_EXTERNAL_PROTOCOL_APPLICATION_TO_LAUNCH" desc="Inform ation about the application being launched by the external protocol">
4916 </message> 4916 The following application will be launched if you accept this request: \n\n <ph name="APPLICATION">$1<ex>C:\Program Files\Adobe\Reader 8.0\Reader\AcroR d32.exe /u "%1"</ex></ph>
4917 <message name="IDS_EXTERNAL_PROTOCOL_WARNING" desc="Warn user about extern al protocols."> 4917 </message>
4918 If you did not initiate this request, it may represent an attempted atta ck on your system. Unless you took an explicit action to initiate this request, you should press Cancel. 4918 <message name="IDS_EXTERNAL_PROTOCOL_WARNING" desc="Warn user about exte rnal protocols.">
4919 </message> 4919 If you did not initiate this request, it may represent an attempted at tack on your system. Unless you took an explicit action to initiate this request , you should press Cancel.
4920 <message name="IDS_EXTERNAL_PROTOCOL_CHECKBOX_TEXT" desc="Checkbox to reme mber users decision."> 4920 </message>
4921 Remember my choice for all links of this type. 4921 <message name="IDS_EXTERNAL_PROTOCOL_CHECKBOX_TEXT" desc="Checkbox to re member users decision.">
4922 </message> 4922 Remember my choice for all links of this type.
4923 </message>
4924 </if>
4925 <if expr="pp_ifdef('chromeos')">
4926 <message name="IDS_EXTERNAL_PROTOCOL_OK_BUTTON_TEXT" desc="Button in Ext ernal Protocol Dialog that closes the dialog">
4927 Close
4928 </message>
4929 <message name="IDS_EXTERNAL_PROTOCOL_CHECKBOX_TEXT" desc="Checkbox to re member users decision.">
4930 Never show the dialog again for all links of this type.
4931 </message>
4932 </if>
4923 4933
4924 <!-- Shortcut Modifiers --> 4934 <!-- Shortcut Modifiers -->
4925 <message name="IDS_CONTROL_MODIFIER" desc="Control key shortcut modifier"> 4935 <message name="IDS_CONTROL_MODIFIER" desc="Control key shortcut modifier">
4926 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 4936 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
4927 </message> 4937 </message>
4928 <message name="IDS_ALT_MODIFIER" desc="Alt key shortcut modifier"> 4938 <message name="IDS_ALT_MODIFIER" desc="Alt key shortcut modifier">
4929 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 4939 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
4930 </message> 4940 </message>
4931 <message name="IDS_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> 4941 <message name="IDS_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
4932 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> 4942 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
5740 <if expr="os == 'darwin'"> 5750 <if expr="os == 'darwin'">
5741 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect."> 5751 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect.">
5742 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 5752 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
5743 </message> 5753 </message>
5744 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page."> 5754 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page.">
5745 Format: 5755 Format:
5746 </message> 5756 </message>
5747 </if> 5757 </if>
5748 5758
5749 <!-- Chrome OS Strings --> 5759 <!-- Chrome OS Strings -->
5750 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')"> 5760 <if expr="pp_ifdef('chromeos')">
5751 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME"> 5761 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME">
5752 Date and Time 5762 Date and Time
5753 </message> 5763 </message>
5754 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK"> 5764 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_NETWORK">
5755 Network 5765 Network
5756 </message> 5766 </message>
5757 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD"> 5767 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD">
5758 Touchpad 5768 Touchpad
5759 </message> 5769 </message>
5760 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD"> 5770 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PASSWORD">
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
5805 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5815 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5806 Battery is charged 5816 Battery is charged
5807 </message> 5817 </message>
5808 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 5818 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
5809 Toggle Compact Navigation Bar 5819 Toggle Compact Navigation Bar
5810 </message> 5820 </message>
5811 </if> 5821 </if>
5812 </messages> 5822 </messages>
5813 </release> 5823 </release>
5814 </grit> 5824 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698