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

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

Issue 2881203002: [subresource_filter] Add Page Info subtitle on desktop + placeholder string (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 12142 matching lines...) Expand 10 before | Expand all | Expand 10 after
12153 12153
12154 <message name="IDS_SUBRESOURCE_FILTER_HEADER" desc="Header for the subresour ce filter setting on the Content Settings dialog." translateable="false"> 12154 <message name="IDS_SUBRESOURCE_FILTER_HEADER" desc="Header for the subresour ce filter setting on the Content Settings dialog." translateable="false">
12155 Subresource Filter 12155 Subresource Filter
12156 </message> 12156 </message>
12157 <message name="IDS_SUBRESOURCE_FILTER_ALLOW_RADIO" desc="A radio button on t he Content Settings dialog to allow subresource filter use." translateable="fals e"> 12157 <message name="IDS_SUBRESOURCE_FILTER_ALLOW_RADIO" desc="A radio button on t he Content Settings dialog to allow subresource filter use." translateable="fals e">
12158 Allow the Subresource Filter to perform filtering 12158 Allow the Subresource Filter to perform filtering
12159 </message> 12159 </message>
12160 <message name="IDS_SUBRESOURCE_FILTER_BLOCK_RADIO" desc="A radio button on t he Content Settings dialog to block subresource filter use on all sites." transl ateable="false"> 12160 <message name="IDS_SUBRESOURCE_FILTER_BLOCK_RADIO" desc="A radio button on t he Content Settings dialog to block subresource filter use on all sites." transl ateable="false">
12161 Do not allow Subresource Filter to perform filtering 12161 Do not allow Subresource Filter to perform filtering
12162 </message> 12162 </message>
12163 <message name="IDS_SUBRESOURCE_FILTER_PAGE_INFO_SUBTITLE" desc="Subtitle 'po licy' string to be used under the setting on desktop Page Info (aka OIB)" transl ateable="false" formatter_data="android_java">
lgarron 2017/05/15 18:47:11 Could you please make sure to put this with the ot
Charlie Harrison 2017/05/15 19:36:04 Done.
12164 Subresource filter activated (subtitle)
12165 </message>
12163 <if expr="is_win"> 12166 <if expr="is_win">
12164 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t he utility process used to handle shell operations."> 12167 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t he utility process used to handle shell operations.">
12165 Shell Handler 12168 Shell Handler
12166 </message> 12169 </message>
12167 </if> 12170 </if>
12168 12171
12169 <!-- Welcome page (chrome://welcome) strings --> 12172 <!-- Welcome page (chrome://welcome) strings -->
12170 <if expr="not chromeos"> 12173 <if expr="not chromeos">
12171 <message name="IDS_WELCOME_SUBHEADER" desc="A message which will appear un derneath the header on the Welcome UI."> 12174 <message name="IDS_WELCOME_SUBHEADER" desc="A message which will appear un derneath the header on the Welcome UI.">
12172 The web browser by Google, for you 12175 The web browser by Google, for you
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
12266 Your downloads appear here 12269 Your downloads appear here
12267 </message> 12270 </message>
12268 12271
12269 <!-- Automation info bar --> 12272 <!-- Automation info bar -->
12270 <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.">
12271 Chrome is being controlled by automated test software. 12274 Chrome is being controlled by automated test software.
12272 </message> 12275 </message>
12273 </messages> 12276 </messages>
12274 </release> 12277 </release>
12275 </grit> 12278 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698