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

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

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_process.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 4151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4162 </message> 4162 </message>
4163 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 4163 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
4164 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 4164 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
4165 </message> 4165 </message>
4166 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 4166 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
4167 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 4167 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
4168 </message> 4168 </message>
4169 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 4169 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
4170 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 4170 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
4171 </message> 4171 </message>
4172 <message name="IDS_EXTENSION_LOAD_SIDEBAR_PAGE_FAILED" desc="">
4173 Could not load sidebar page '<ph name="SIDEBAR_PAGE">$1<ex>page.html</ex ></ph>'.
4174 </message>
4175 <if expr="is_win"> 4172 <if expr="is_win">
4176 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss ible to mount a disk without the root of that disk having a drive letter. The s andbox does not support this. See crbug/49530 ."> 4173 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss ible to mount a disk without the root of that disk having a drive letter. The s andbox does not support this. See crbug/49530 .">
4177 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profi le. 4174 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profi le.
4178 </message> 4175 </message>
4179 </if> 4176 </if>
4180 <if expr="not is_win"> 4177 <if expr="not is_win">
4181 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> 4178 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
4182 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile. 4179 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile.
4183 </message> 4180 </message>
4184 </if> 4181 </if>
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
5586 </message> 5583 </message>
5587 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button."> 5584 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button.">
5588 Restore 5585 Restore
5589 </message> 5586 </message>
5590 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button."> 5587 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button.">
5591 Close 5588 Close
5592 </message> 5589 </message>
5593 <message name="IDS_ACCNAME_WEB_CONTENTS" desc="The accessible name for the web contents."> 5590 <message name="IDS_ACCNAME_WEB_CONTENTS" desc="The accessible name for the web contents.">
5594 Web Contents 5591 Web Contents
5595 </message> 5592 </message>
5596 <message name="IDS_ACCNAME_SIDE_BAR" desc="The accessible name for the sid e bar.">
5597 Sidebar
5598 </message>
5599 5593
5600 <!-- Browser Hung Plugin Detector --> 5594 <!-- Browser Hung Plugin Detector -->
5601 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined"> 5595 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined">
5602 Unknown 5596 Unknown
5603 </message> 5597 </message>
5604 5598
5605 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message"> 5599 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message">
5606 Plug-in Unresponsive 5600 Plug-in Unresponsive
5607 </message> 5601 </message>
5608 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" > 5602 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" >
(...skipping 9135 matching lines...) Expand 10 before | Expand all | Expand 10 after
14744 </messages> 14738 </messages>
14745 <structures fallback_to_english="true"> 14739 <structures fallback_to_english="true">
14746 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14740 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14741 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14748 </structure> 14742 </structure>
14749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14743 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14750 </structure> 14744 </structure>
14751 </structures> 14745 </structures>
14752 </release> 14746 </release>
14753 </grit> 14747 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698