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

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

Issue 2793413002: [subresource_filter] Update the desktop UI according to mocks (Closed)
Patch Set: engedy review Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc » ('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 12279 matching lines...) Expand 10 before | Expand all | Expand 10 after
12290 <if expr="use_titlecase"> 12290 <if expr="use_titlecase">
12291 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl e Case: Button which reloads the page in order to also show content that was pre viously blocked."> 12291 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="In Titl e Case: Button which reloads the page in order to also show content that was pre viously blocked.">
12292 Load Full Site 12292 Load Full Site
12293 </message> 12293 </message>
12294 </if> 12294 </if>
12295 <if expr="not use_titlecase"> 12295 <if expr="not use_titlecase">
12296 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked ."> 12296 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_RELOAD" desc="Button which reloads the page in order to also show content that was previously blocked .">
12297 Load full site 12297 Load full site
12298 </message> 12298 </message>
12299 </if> 12299 </if>
12300 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_RELOAD_ACTION" desc="Button wh ich reloads the page after a toggle is checked which prompts the user to reload. ">
12301 Reload
12302 </message>
12303 <if expr="use_titlecase"> 12300 <if expr="use_titlecase">
12304 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="In Titl e Case: title of the prompt which is shown to inform the user when Chrome blocks some potentially deceptive content on the site. This happens as an additional l ayer of protection when users proceed through the Safe Browsing interstitial to view the site regardless."> 12301 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="In Titl e Case: title of the prompt which is shown to inform the user when Chrome blocks some potentially deceptive content on the site. This happens as an additional l ayer of protection when users proceed through the Safe Browsing interstitial to view the site regardless.">
12305 Content Blocked 12302 Content Blocked
12306 </message> 12303 </message>
12307 </if> 12304 </if>
12308 <if expr="not use_titlecase"> 12305 <if expr="not use_titlecase">
12309 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="Title o f the prompt which is shown to inform the user when Chrome blocks some potential ly deceptive content on the site. This happens as an additional layer of protect ion when users proceed through the Safe Browsing interstitial to view the site r egardless."> 12306 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" desc="Title o f the prompt which is shown to inform the user when Chrome blocks some potential ly deceptive content on the site. This happens as an additional layer of protect ion when users proceed through the Safe Browsing interstitial to view the site r egardless.">
12310 Content blocked 12307 Content blocked
12311 </message> 12308 </message>
12312 </if> 12309 </if>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
12403 Your downloads appear here 12400 Your downloads appear here
12404 </message> 12401 </message>
12405 12402
12406 <!-- Automation info bar --> 12403 <!-- Automation info bar -->
12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12404 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12408 Chrome is being controlled by automated test software. 12405 Chrome is being controlled by automated test software.
12409 </message> 12406 </message>
12410 </messages> 12407 </messages>
12411 </release> 12408 </release>
12412 </grit> 12409 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698