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

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

Issue 3108029: Display an infobar when content settings were created. (Closed)
Patch Set: updates Created 10 years, 4 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/app/nibs/CollectedCookies.xib » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6127 matching lines...) Expand 10 before | Expand all | Expand 10 after
6138 Some options have been disabled by your IT administrator. 6138 Some options have been disabled by your IT administrator.
6139 </message> 6139 </message>
6140 6140
6141 <!-- Misc advanced option description strings. --> 6141 <!-- Misc advanced option description strings. -->
6142 <message name="IDS_NETWORK_DNS_PREFETCH_ENABLED_DESCRIPTION" desc="In the advanced options tab, the text next to the checkbox that enables DNS prefetching . DNS prefetching involves scanning pages and user text entries, guessing what domain the user may next navigate to, and obtaining the domain's DNS information for that URL in advance. "> 6142 <message name="IDS_NETWORK_DNS_PREFETCH_ENABLED_DESCRIPTION" desc="In the advanced options tab, the text next to the checkbox that enables DNS prefetching . DNS prefetching involves scanning pages and user text entries, guessing what domain the user may next navigate to, and obtaining the domain's DNS information for that URL in advance. ">
6143 Use DNS pre-fetching to improve page load performance 6143 Use DNS pre-fetching to improve page load performance
6144 </message> 6144 </message>
6145 6145
6146 <!-- Collected cookies window --> 6146 <!-- Collected cookies window -->
6147 <message name="IDS_COLLECTED_COOKIES_DIALOG_TITLE" desc="The title of the collect cookies dialog"> 6147 <message name="IDS_COLLECTED_COOKIES_DIALOG_TITLE" desc="The title of the collect cookies dialog">
6148 Cookies and site data were set 6148 Cookies set by this page
6149 </message> 6149 </message>
6150 <message name="IDS_COLLECTED_COOKIES_ALLOWED_COOKIES_LABEL" desc="The labe l used to describe the cookies that were allowed"> 6150 <message name="IDS_COLLECTED_COOKIES_ALLOWED_COOKIES_LABEL" desc="The labe l used to describe the cookies that were allowed">
6151 The following cookies were set when you viewed this page: 6151 The following cookies were set when you viewed this page:
6152 </message> 6152 </message>
6153 <message name="IDS_COLLECTED_COOKIES_BLOCKED_COOKIES_LABEL" desc="The labe l used to describe the cookies that were blocked"> 6153 <message name="IDS_COLLECTED_COOKIES_BLOCKED_COOKIES_LABEL" desc="The labe l used to describe the cookies that were blocked">
6154 The following cookies were blocked: 6154 The following cookies were blocked:
6155 </message> 6155 </message>
6156 <message name="IDS_COLLECTED_COOKIES_BLOCKED_THIRD_PARTY_BLOCKING_ENABLED" desc="The label used to describe the cookies that were blocked include a note t hat third-party cookies were blocked without exception.">
6157 The following cookies were blocked (third-party cookies are being blocke d without exception):
6158 </message>
6156 <message name="IDS_COLLECTED_COOKIES_ALLOW_BUTTON" desc="A button that let s the use create a content settings exception to allow certain domains."> 6159 <message name="IDS_COLLECTED_COOKIES_ALLOW_BUTTON" desc="A button that let s the use create a content settings exception to allow certain domains.">
6157 Allow 6160 Allow
6158 </message> 6161 </message>
6159 <message name="IDS_COLLECTED_COOKIES_SESSION_ONLY_BUTTON" desc="A button t hat lets the use create a content settings exception to allow certain domains fo r a session only. Please consider that this text will be displayed as a button w hen translating."> 6162 <message name="IDS_COLLECTED_COOKIES_SESSION_ONLY_BUTTON" desc="A button t hat lets the use create a content settings exception to allow certain domains fo r a session only. Please consider that this text will be displayed as a button w hen translating.">
6160 Allow for session only 6163 Allow for session only
6161 </message> 6164 </message>
6162 <message name="IDS_COLLECTED_COOKIES_BLOCK_BUTTON" desc="A button that let s the use create a content settings exception to block certain domains."> 6165 <message name="IDS_COLLECTED_COOKIES_BLOCK_BUTTON" desc="A button that let s the use create a content settings exception to block certain domains.">
6163 Block 6166 Block
6164 </message> 6167 </message>
6165 <message name="IDS_COLLECTED_COOKIES_ALLOW_RULE_CREATED" desc="A notificat ion that is displayed when a content exception to allow cookies was created."> 6168 <message name="IDS_COLLECTED_COOKIES_ALLOW_RULE_CREATED" desc="A notificat ion that is displayed when a content exception to allow cookies was created.">
6166 Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> allowed. 6169 Cookies from <ph name="DOMAIN">$1<ex>example.com</ex></ph> allowed.
6167 </message> 6170 </message>
6168 <message name="IDS_COLLECTED_COOKIES_BLOCK_RULE_CREATED" desc="A notificat ion that is displayed when a content exception to block cookies was created."> 6171 <message name="IDS_COLLECTED_COOKIES_BLOCK_RULE_CREATED" desc="A notificat ion that is displayed when a content exception to block cookies was created.">
6169 Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> blocked. 6172 Cookies from <ph name="DOMAIN">$1<ex>example.com</ex></ph> blocked.
6170 </message> 6173 </message>
6171 <message name="IDS_COLLECTED_COOKIES_SESSION_RULE_CREATED" desc="A notific ation that is displayed when a content exception to allow cookies for session on ly was created."> 6174 <message name="IDS_COLLECTED_COOKIES_SESSION_RULE_CREATED" desc="A notific ation that is displayed when a content exception to allow cookies for session on ly was created.">
6172 Cookies from <ph name="HOST">$1<ex>example.com</ex></ph> allowed for ses sion only. 6175 Cookies from <ph name="DOMAIN">$1<ex>example.com</ex></ph> allowed for s ession only.
6173 </message> 6176 </message>
6174 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_ALLOW_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to allow cookie s were created."> 6177 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_ALLOW_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to allow cookie s were created.">
6175 Cookies from multiple sites allowed. 6178 Cookies from multiple sites allowed.
6176 </message> 6179 </message>
6177 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_BLOCK_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to block cookie s were created."> 6180 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_BLOCK_RULES_CREATED" desc="A notification that is displayed when multiple content exceptions to block cookie s were created.">
6178 Cookies from multiple sites blocked. 6181 Cookies from multiple sites blocked.
6179 </message> 6182 </message>
6180 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_SESSION_RULES_CREATED" desc= "A notification that is displayed when multiple content exceptions to allow cook ies for session only were created."> 6183 <message name="IDS_COLLECTED_COOKIES_MULTIPLE_SESSION_RULES_CREATED" desc= "A notification that is displayed when multiple content exceptions to allow cook ies for session only were created.">
6181 Cookies from multiple sites allowed for session only. 6184 Cookies from multiple sites allowed for session only.
6182 </message> 6185 </message>
(...skipping 2976 matching lines...) Expand 10 before | Expand all | Expand 10 after
9159 9162
9160 </messages> 9163 </messages>
9161 9164
9162 <structures fallback_to_english="true"> 9165 <structures fallback_to_english="true">
9163 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9166 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9164 </structure> 9167 </structure>
9165 </structures> 9168 </structures>
9166 9169
9167 </release> 9170 </release>
9168 </grit> 9171 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/CollectedCookies.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698