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

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 9 years 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
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 4146 matching lines...) Expand 10 before | Expand all | Expand 10 after
4157 </message> 4157 </message>
4158 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 4158 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
4159 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 4159 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
4160 </message> 4160 </message>
4161 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 4161 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
4162 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 4162 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
4163 </message> 4163 </message>
4164 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 4164 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
4165 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 4165 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
4166 </message> 4166 </message>
4167 <message name="IDS_EXTENSION_LOAD_SIDEBAR_PAGE_FAILED" desc="">
4168 Could not load sidebar page '<ph name="SIDEBAR_PAGE">$1<ex>page.html</ex ></ph>'.
4169 </message>
4170 <if expr="is_win"> 4167 <if expr="is_win">
4171 <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 ."> 4168 <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 .">
4172 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. 4169 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.
4173 </message> 4170 </message>
4174 </if> 4171 </if>
4175 <if expr="not is_win"> 4172 <if expr="not is_win">
4176 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> 4173 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
4177 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. 4174 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.
4178 </message> 4175 </message>
4179 </if> 4176 </if>
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
5539 </message> 5536 </message>
5540 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button."> 5537 <message name="IDS_ACCNAME_RESTORE" desc="The accessible name for the Rest ore button.">
5541 Restore 5538 Restore
5542 </message> 5539 </message>
5543 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button."> 5540 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button.">
5544 Close 5541 Close
5545 </message> 5542 </message>
5546 <message name="IDS_ACCNAME_WEB_CONTENTS" desc="The accessible name for the web contents."> 5543 <message name="IDS_ACCNAME_WEB_CONTENTS" desc="The accessible name for the web contents.">
5547 Web Contents 5544 Web Contents
5548 </message> 5545 </message>
5549 <message name="IDS_ACCNAME_SIDE_BAR" desc="The accessible name for the sid e bar.">
5550 Sidebar
5551 </message>
5552 5546
5553 <!-- Browser Hung Plugin Detector --> 5547 <!-- Browser Hung Plugin Detector -->
5554 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined"> 5548 <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined">
5555 Unknown 5549 Unknown
5556 </message> 5550 </message>
5557 5551
5558 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message"> 5552 <message name="IDS_BROWSER_HANGMONITOR_TITLE" desc="Title for the hung plu gin message">
5559 Plug-in Unresponsive 5553 Plug-in Unresponsive
5560 </message> 5554 </message>
5561 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" > 5555 <message name="IDS_BROWSER_HANGMONITOR" desc="A plugin on a page has hung" >
(...skipping 9258 matching lines...) Expand 10 before | Expand all | Expand 10 after
14820 </messages> 14814 </messages>
14821 <structures fallback_to_english="true"> 14815 <structures fallback_to_english="true">
14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14816 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14817 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14824 </structure> 14818 </structure>
14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14819 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14826 </structure> 14820 </structure>
14827 </structures> 14821 </structures>
14828 </release> 14822 </release>
14829 </grit> 14823 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | chrome/common/extensions/docs/images/intermediate/i18n-after.graffle » ('J')

Powered by Google App Engine
This is Rietveld 408576698