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

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

Issue 2898203004: [Extensions] Remove "show button" UI from chrome://extensions (Closed)
Patch Set: Created 3 years, 7 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
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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4195 </if> 4195 </if>
4196 <message name="IDS_EXTENSIONS_OPTIONS_LINK" desc="The link text for the Options link."> 4196 <message name="IDS_EXTENSIONS_OPTIONS_LINK" desc="The link text for the Options link.">
4197 Options 4197 Options
4198 </message> 4198 </message>
4199 <message name="IDS_EXTENSIONS_PERMISSIONS_LINK" desc="The link text for the Permissions link."> 4199 <message name="IDS_EXTENSIONS_PERMISSIONS_LINK" desc="The link text for the Permissions link.">
4200 Permissions 4200 Permissions
4201 </message> 4201 </message>
4202 <message name="IDS_EXTENSIONS_INFO_LINK" desc="The text for the link tha t opens the App Info dialog for the extension, displaying permissions and other useful information about the app."> 4202 <message name="IDS_EXTENSIONS_INFO_LINK" desc="The text for the link tha t opens the App Info dialog for the extension, displaying permissions and other useful information about the app.">
4203 Details 4203 Details
4204 </message> 4204 </message>
4205 <message name="IDS_EXTENSIONS_SHOW_BUTTON" desc="The text for the Show l ink.">
4206 Show button
4207 </message>
4208 <message name="IDS_EXTENSIONS_LOG_LEVEL_INFO" desc="Alt-text indicating a low severity level for the error icon in the chrome://extensions page."> 4205 <message name="IDS_EXTENSIONS_LOG_LEVEL_INFO" desc="Alt-text indicating a low severity level for the error icon in the chrome://extensions page.">
4209 Log 4206 Log
4210 </message> 4207 </message>
4211 <message name="IDS_EXTENSIONS_LOG_LEVEL_WARN" desc="Alt-text indicating a medium severity level for the error icon in the chrome://extensions page."> 4208 <message name="IDS_EXTENSIONS_LOG_LEVEL_WARN" desc="Alt-text indicating a medium severity level for the error icon in the chrome://extensions page.">
4212 Warning 4209 Warning
4213 </message> 4210 </message>
4214 <message name="IDS_EXTENSIONS_LOG_LEVEL_ERROR" desc="Alt-text indicating a high severity level for the error icon in the chrome://extensions page."> 4211 <message name="IDS_EXTENSIONS_LOG_LEVEL_ERROR" desc="Alt-text indicating a high severity level for the error icon in the chrome://extensions page.">
4215 Error 4212 Error
4216 </message> 4213 </message>
4217 <message name="IDS_MD_EXTENSIONS_DEVELOPER_MODE" desc="The text displaye d next to the checkbox to toggle developer mode in the extensions page."> 4214 <message name="IDS_MD_EXTENSIONS_DEVELOPER_MODE" desc="The text displaye d next to the checkbox to toggle developer mode in the extensions page.">
(...skipping 8054 matching lines...) Expand 10 before | Expand all | Expand 10 after
12272 Your downloads appear here 12269 Your downloads appear here
12273 </message> 12270 </message>
12274 12271
12275 <!-- Automation info bar --> 12272 <!-- Automation info bar -->
12276 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12273 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12277 Chrome is being controlled by automated test software. 12274 Chrome is being controlled by automated test software.
12278 </message> 12275 </message>
12279 </messages> 12276 </messages>
12280 </release> 12277 </release>
12281 </grit> 12278 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698