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

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

Issue 5699004: [tabbed options] more work on content settings exceptions lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 | Annotate | Revision Log
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 5311 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 </message> 5322 </message>
5323 <message name="IDS_EXCEPTIONS_BLOCK_BUTTON" desc="A label to display in th e exception page's action column when a site's content setting is blocked for a given domain."> 5323 <message name="IDS_EXCEPTIONS_BLOCK_BUTTON" desc="A label to display in th e exception page's action column when a site's content setting is blocked for a given domain.">
5324 Block 5324 Block
5325 </message> 5325 </message>
5326 <message name="IDS_EXCEPTIONS_OTR_IN_ITALICS" desc="A label informing the user that incognito-only exceptions are displayed in italics"> 5326 <message name="IDS_EXCEPTIONS_OTR_IN_ITALICS" desc="A label informing the user that incognito-only exceptions are displayed in italics">
5327 Exceptions displayed in italics only apply to this incognito session. 5327 Exceptions displayed in italics only apply to this incognito session.
5328 </message> 5328 </message>
5329 <message name="IDS_EXCEPTIONS_OTR_LABEL" desc="A label informing the user that the table below the label shows incognito-only exceptions"> 5329 <message name="IDS_EXCEPTIONS_OTR_LABEL" desc="A label informing the user that the table below the label shows incognito-only exceptions">
5330 Exceptions below only apply to the current incognito session. 5330 Exceptions below only apply to the current incognito session.
5331 </message> 5331 </message>
5332 <message translateable="false" name="IDS_EXCEPTIONS_PATTERN_EXAMPLE" desc= "Placeholder text when the user adds a new exception" > 5332 <message translateable="false" name="IDS_EXCEPTIONS_PATTERN_EXAMPLE" desc= "Example pattern when the user is adding a new exception" >
5333 [*.]example.com 5333 [*.]example.com
5334 </message> 5334 </message>
5335 <message name="IDS_EXCEPTIONS_ADD_NEW_INSTRUCTIONS" desc="Placeholder text before the user adds a new exception" >
5336 Add a new exception pattern
5337 </message>
5335 <message name="IDS_EXCEPTIONS_NOT_SET_BUTTON" desc="A label to display in the exception page's action column when a site's content setting has not yet bee n set for a given domain."> 5338 <message name="IDS_EXCEPTIONS_NOT_SET_BUTTON" desc="A label to display in the exception page's action column when a site's content setting has not yet bee n set for a given domain.">
5336 Not set 5339 Not set
5337 </message> 5340 </message>
5338 <message name="IDS_EXCEPTIONS_SAMPLE_HOST" desc="Exceptions page view's ho st entry field's watermark - example host name. Users will see this text before they start typing host name in the field."> 5341 <message name="IDS_EXCEPTIONS_SAMPLE_HOST" desc="Exceptions page view's ho st entry field's watermark - example host name. Users will see this text before they start typing host name in the field.">
5339 example.com 5342 example.com
5340 </message> 5343 </message>
5341 <message name="IDS_EXCEPTIONS_SAMPLE_PATTERN" desc="Exceptions page view's pattern entry field's watermark - example pattern. Users will see this text bef ore they start typing pattern in the field."> 5344 <message name="IDS_EXCEPTIONS_SAMPLE_PATTERN" desc="Exceptions page view's pattern entry field's watermark - example pattern. Users will see this text bef ore they start typing pattern in the field.">
5342 [*.]example.com 5345 [*.]example.com
5343 </message> 5346 </message>
5344 <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ON_HOST" desc="Template text for a child row in the Geolocation Exceptions page view. Controls the perm ission setting for the parent page when embedded on the specified site."> 5347 <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ON_HOST" desc="Template text for a child row in the Geolocation Exceptions page view. Controls the perm ission setting for the parent page when embedded on the specified site.">
(...skipping 5974 matching lines...) Expand 10 before | Expand all | Expand 10 after
11319 </includes> 11322 </includes>
11320 <structures fallback_to_english="true"> 11323 <structures fallback_to_english="true">
11321 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11324 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11322 </structure> 11325 </structure>
11323 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11326 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11324 </structure> 11327 </structure>
11325 </structures> 11328 </structures>
11326 11329
11327 </release> 11330 </release>
11328 </grit> 11331 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698