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

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

Issue 2863033002: [subresource_filter] Make placeholder strings untranslateable (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
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | 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 12075 matching lines...) Expand 10 before | Expand all | Expand 10 after
12086 </if> 12086 </if>
12087 <if expr="not use_titlecase"> 12087 <if expr="not use_titlecase">
12088 <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."> 12088 <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.">
12089 Content blocked 12089 Content blocked
12090 </message> 12090 </message>
12091 </if> 12091 </if>
12092 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" desc="Exp lanation text for the prompt which is shown to the user after clicking through S afe Browsing interstitial."> 12092 <message name="IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" desc="Exp lanation text for the prompt which is shown to the user after clicking through S afe Browsing interstitial.">
12093 Chrome has blocked parts of this site to protect you from potentially dece ptive content. 12093 Chrome has blocked parts of this site to protect you from potentially dece ptive content.
12094 </message> 12094 </message>
12095 12095
12096 <message name="IDS_SUBRESOURCE_FILTER_HEADER" desc="Header for the subresour ce filter setting on the Content Settings dialog."> 12096 <message name="IDS_SUBRESOURCE_FILTER_HEADER" desc="Header for the subresour ce filter setting on the Content Settings dialog." translateable="false">
12097 Subresource Filter 12097 Subresource Filter
12098 </message> 12098 </message>
12099 <message name="IDS_SUBRESOURCE_FILTER_ALLOW_RADIO" desc="A radio button on t he Content Settings dialog to allow subresource filter use."> 12099 <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">
12100 Allow the Subresource Filter to perform filtering 12100 Allow the Subresource Filter to perform filtering
12101 </message> 12101 </message>
12102 <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."> 12102 <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">
12103 Do not allow Subresource Filter to perform filtering 12103 Do not allow Subresource Filter to perform filtering
12104 </message> 12104 </message>
12105 <if expr="is_win"> 12105 <if expr="is_win">
12106 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t he utility process used to handle shell operations."> 12106 <message name="IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME" desc="The name of t he utility process used to handle shell operations.">
12107 Shell Handler 12107 Shell Handler
12108 </message> 12108 </message>
12109 </if> 12109 </if>
12110 12110
12111 <!-- Welcome page (chrome://welcome) strings --> 12111 <!-- Welcome page (chrome://welcome) strings -->
12112 <if expr="not chromeos"> 12112 <if expr="not chromeos">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
12174 Your downloads appear here 12174 Your downloads appear here
12175 </message> 12175 </message>
12176 12176
12177 <!-- Automation info bar --> 12177 <!-- Automation info bar -->
12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12179 Chrome is being controlled by automated test software. 12179 Chrome is being controlled by automated test software.
12180 </message> 12180 </message>
12181 </messages> 12181 </messages>
12182 </release> 12182 </release>
12183 </grit> 12183 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698