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

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

Issue 8585047: Add a section for the fullscreen JS API in the content settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make read only Created 9 years, 1 month 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 <!-- 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 6063 matching lines...) Expand 10 before | Expand all | Expand 10 after
6074 </message> 6074 </message>
6075 <message name="IDS_INTENTS_ALLOW_RADIO" desc="A radio button in the Conten t Settings dialog for allowing intents to register themselves on all sites."> 6075 <message name="IDS_INTENTS_ALLOW_RADIO" desc="A radio button in the Conten t Settings dialog for allowing intents to register themselves on all sites.">
6076 Allow all sites to register intents 6076 Allow all sites to register intents
6077 </message> 6077 </message>
6078 <message name="IDS_INTENTS_BLOCK_RADIO" desc="A radio button in the Conten t Settings dialog for preventing intents to register themselves on any sites."> 6078 <message name="IDS_INTENTS_BLOCK_RADIO" desc="A radio button in the Conten t Settings dialog for preventing intents to register themselves on any sites.">
6079 Do not allow any site to register intents 6079 Do not allow any site to register intents
6080 </message> 6080 </message>
6081 <message name="IDS_INTENTS_ASK_RADIO" desc="A radio button in Content Sett ings dialog to configure web-intents per-site."> 6081 <message name="IDS_INTENTS_ASK_RADIO" desc="A radio button in Content Sett ings dialog to configure web-intents per-site.">
6082 Ask me when a site wants to register intents (recommended) 6082 Ask me when a site wants to register intents (recommended)
6083 </message> 6083 </message>
6084 <message name="IDS_FULLSCREEN_TAB_LABEL" desc="Label for Fullscreen tab on Content Settings dialog">
6085 Fullscreen
6086 </message>
6087 <message name="IDS_FULLSCREEN_HEADER" desc="Header for fullscreen exceptio n management page on Content Settings dialog">
6088 Fullscreen Exceptions
6089 </message>
6084 <message name="IDS_EXCEPTIONS_HOSTNAME_HEADER" desc="A column header for t he hostname column of the cookie/image/javascript/plugins exceptions dialog"> 6090 <message name="IDS_EXCEPTIONS_HOSTNAME_HEADER" desc="A column header for t he hostname column of the cookie/image/javascript/plugins exceptions dialog">
6085 Site 6091 Site
6086 </message> 6092 </message>
6087 <message name="IDS_EXCEPTIONS_PATTERN_HEADER" desc="A column header for th e pattern column of the cookie/image/javascript/plugins exceptions dialog"> 6093 <message name="IDS_EXCEPTIONS_PATTERN_HEADER" desc="A column header for th e pattern column of the cookie/image/javascript/plugins exceptions dialog">
6088 Hostname Pattern 6094 Hostname Pattern
6089 </message> 6095 </message>
6090 <message name="IDS_EXCEPTIONS_ACTION_HEADER" desc="A column header for the action column of the cookie/image/javascript/plugins exceptions dialog"> 6096 <message name="IDS_EXCEPTIONS_ACTION_HEADER" desc="A column header for the action column of the cookie/image/javascript/plugins exceptions dialog">
6091 Behavior 6097 Behavior
6092 </message> 6098 </message>
6093 <message name="IDS_EXCEPTIONS_ADD_BUTTON" desc="A button in the cookie/ima ge/javascript/plugins exceptions dialog for adding new exception rules."> 6099 <message name="IDS_EXCEPTIONS_ADD_BUTTON" desc="A button in the cookie/ima ge/javascript/plugins exceptions dialog for adding new exception rules.">
(...skipping 8514 matching lines...) Expand 10 before | Expand all | Expand 10 after
14608 </messages> 14614 </messages>
14609 <structures fallback_to_english="true"> 14615 <structures fallback_to_english="true">
14610 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14616 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14611 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14617 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14612 </structure> 14618 </structure>
14613 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14619 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14614 </structure> 14620 </structure>
14615 </structures> 14621 </structures>
14616 </release> 14622 </release>
14617 </grit> 14623 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698