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

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

Issue 323633003: Change tabs + sessions permission warning (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 years, 6 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/common/extensions/permissions/chrome_permission_message_provider.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 4289 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 </message> 4300 </message>
4301 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation."> 4301 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation.">
4302 Detect your physical location 4302 Detect your physical location
4303 </message> 4303 </message>
4304 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management."> 4304 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management.">
4305 Manage your apps, extensions, and themes 4305 Manage your apps, extensions, and themes
4306 </message> 4306 </message>
4307 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> 4307 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
4308 Access your tabs and browsing activity 4308 Access your tabs and browsing activity
4309 </message> 4309 </message>
4310 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS_AND_SESSIONS" desc="Permi ssion string for access to both tabs and signed in sessions.">
4311 Access your browsing history on all devices you have signed in
not at google - send to devlin 2014/06/06 23:45:05 it looks like we do use the term "signed-in device
wjywbs 2014/06/06 23:52:23 Done. Can you please update the doc also?
4312 </message>
4310 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 4313 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
4311 Access the page debugger backend 4314 Access the page debugger backend
4312 </message> 4315 </message>
4313 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 4316 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
4314 Access data you copy and paste 4317 Access data you copy and paste
4315 </message> 4318 </message>
4316 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 4319 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
4317 Access all text spoken using synthesized speech 4320 Access all text spoken using synthesized speech
4318 </message> 4321 </message>
4319 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> 4322 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
(...skipping 9836 matching lines...) Expand 10 before | Expand all | Expand 10 after
14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14159 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14157 Enforce (try to get hashes, and enforce them if successful) 14160 Enforce (try to get hashes, and enforce them if successful)
14158 </message> 14161 </message>
14159 14162
14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14163 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14161 Enforce strict (hard fail if we can't get hashes) 14164 Enforce strict (hard fail if we can't get hashes)
14162 </message> 14165 </message>
14163 </messages> 14166 </messages>
14164 </release> 14167 </release>
14165 </grit> 14168 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_permission_message_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698