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

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

Issue 9566007: Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mod… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressing Bernhard's comments Created 8 years, 9 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
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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 4042 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
4043 Data you copy and paste 4043 Data you copy and paste
4044 </message> 4044 </message>
4045 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 4045 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
4046 Any text spoken using synthesized speech 4046 Any text spoken using synthesized speech
4047 </message> 4047 </message>
4048 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> 4048 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
4049 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins 4049 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins
4050 </message> 4050 </message>
4051 <message name="IDS_EXTENSION_PROMPT_WARNING_PRIVACY" desc="Permission stri ng for access to privacy settings."> 4051 <message name="IDS_EXTENSION_PROMPT_WARNING_PRIVACY" desc="Permission stri ng for access to privacy settings.">
4052 Privacy-related settings. 4052 Privacy-related settings
4053 </message>
4054 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGED_MODE" desc="Permission string for access to managed mode.">
4055 Managed mode
4053 </message> 4056 </message>
4054 4057
4055 <!-- Extension/App error messages --> 4058 <!-- Extension/App error messages -->
4056 <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."> 4059 <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.">
4057 Can't find the absolute path to the directory to pack. 4060 Can't find the absolute path to the directory to pack.
4058 </message> 4061 </message>
4059 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 4062 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
4060 Input directory must exist. 4063 Input directory must exist.
4061 </message> 4064 </message>
4062 <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."> 4065 <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.">
(...skipping 11076 matching lines...) Expand 10 before | Expand all | Expand 10 after
15139 </messages> 15142 </messages>
15140 <structures fallback_to_english="true"> 15143 <structures fallback_to_english="true">
15141 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15144 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15142 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15145 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15143 </structure> 15146 </structure>
15144 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15147 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15145 </structure> 15148 </structure>
15146 </structures> 15149 </structures>
15147 </release> 15150 </release>
15148 </grit> 15151 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698