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

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

Issue 8071025: Move contentSettings extension API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_content_settings_api.h » ('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 3775 matching lines...) Expand 10 before | Expand all | Expand 10 after
3786 </message> 3786 </message>
3787 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 3787 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
3788 Your data on all websites 3788 Your data on all websites
3789 </message> 3789 </message>
3790 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3790 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3791 Data you copy and paste 3791 Data you copy and paste
3792 </message> 3792 </message>
3793 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard."> 3793 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard.">
3794 Any text spoken using synthesized speech 3794 Any text spoken using synthesized speech
3795 </message> 3795 </message>
3796 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
3797 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins
3798 </message>
3796 3799
3797 <!-- Extension/App error messages --> 3800 <!-- Extension/App error messages -->
3798 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound."> 3801 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound.">
3799 Can't find the absolute path to the directory to pack. 3802 Can't find the absolute path to the directory to pack.
3800 </message> 3803 </message>
3801 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3804 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3802 Input directory must exist. 3805 Input directory must exist.
3803 </message> 3806 </message>
3804 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery."> 3807 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery.">
3805 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. 3808 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>.
(...skipping 10261 matching lines...) Expand 10 before | Expand all | Expand 10 after
14067 </messages> 14070 </messages>
14068 <structures fallback_to_english="true"> 14071 <structures fallback_to_english="true">
14069 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14072 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14070 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14073 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14071 </structure> 14074 </structure>
14072 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14075 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14073 </structure> 14076 </structure>
14074 </structures> 14077 </structures>
14075 </release> 14078 </release>
14076 </grit> 14079 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_content_settings_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698