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

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

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing permissions. Created 8 years, 11 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_preference_api.cc » ('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 4040 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 </message> 4051 </message>
4052 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 4052 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
4053 Any text spoken using synthesized speech 4053 Any text spoken using synthesized speech
4054 </message> 4054 </message>
4055 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> 4055 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
4056 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins 4056 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins
4057 </message> 4057 </message>
4058 <message name="IDS_EXTENSION_PROMPT_WARNING_IME" desc="Permission string f or access to ime."> 4058 <message name="IDS_EXTENSION_PROMPT_WARNING_IME" desc="Permission string f or access to ime.">
4059 Anything you type. 4059 Anything you type.
4060 </message> 4060 </message>
4061 <message name="IDS_EXTENSION_PROMPT_WARNING_PRIVACY" desc="Permission stri ng for access to privacy settings.">
4062 Settings that affect your privacy
Aaron Boodman 2012/01/17 23:50:12 How about "Chrome's privacy settings"? Not sure h
4063 </message>
4061 4064
4062 <!-- Extension/App error messages --> 4065 <!-- Extension/App error messages -->
4063 <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."> 4066 <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.">
4064 Can't find the absolute path to the directory to pack. 4067 Can't find the absolute path to the directory to pack.
4065 </message> 4068 </message>
4066 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 4069 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
4067 Input directory must exist. 4070 Input directory must exist.
4068 </message> 4071 </message>
4069 <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."> 4072 <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.">
4070 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>. 4073 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>.
(...skipping 10823 matching lines...) Expand 10 before | Expand all | Expand 10 after
14894 </messages> 14897 </messages>
14895 <structures fallback_to_english="true"> 14898 <structures fallback_to_english="true">
14896 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14899 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14897 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14900 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14898 </structure> 14901 </structure>
14899 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14902 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14900 </structure> 14903 </structure>
14901 </structures> 14904 </structures>
14902 </release> 14905 </release>
14903 </grit> 14906 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_preference_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698