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

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

Issue 2799883004: Permissions: Customize permission decision strings to ask/allow/block settings. (Closed)
Patch Set: Update resource_ids to add 100 starting from 15930. Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/page_info/page_info_ui.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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 </message> 271 </message>
272 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns for the option that grants a permissions."> 272 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns for the option that grants a permissions.">
273 allow 273 allow
274 </message> 274 </message>
275 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the permissions dropdowns for the option that denies a permissions. "> 275 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the permissions dropdowns for the option that denies a permissions. ">
276 block 276 block
277 </message> 277 </message>
278 <message name="IDS_PAGE_INFO_PERMISSION_ASK" desc="The label used in the p ermissions dropdowns for the option that makes the browser asks for permission. "> 278 <message name="IDS_PAGE_INFO_PERMISSION_ASK" desc="The label used in the p ermissions dropdowns for the option that makes the browser asks for permission. ">
279 ask 279 ask
280 </message> 280 </message>
281 <message name="IDS_PAGE_INFO_PERMISSION_SET_BY_POLICY" desc="The label use d underneath a permission listed in the Website Settings popup if the permission was explicitly set by the user's enterprise policy.">
282 Controlled by enterprise policy
283 </message>
284 <message name="IDS_PAGE_INFO_PERMISSION_SET_BY_EXTENSION" desc="The label used underneath a permission listed in the Website Settings popup if the permiss ion was explicitly set by one of the user's extensions.">
285 Controlled by an extension
286 </message>
287 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The l abel used underneath a permission listed in the Website Settings popup if the pe rmission was blocked by Chrome on behalf of the user.">
288 Automatically blocked
289 </message>
290 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the a utoplay permission controls in the Website Settings popup."> 281 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the a utoplay permission controls in the Website Settings popup.">
291 Autoplay 282 Autoplay
292 </message> 283 </message>
293 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used fo r the background sync permission controls in the Website Settings popup."> 284 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used fo r the background sync permission controls in the Website Settings popup.">
294 Background Sync 285 Background Sync
295 </message> 286 </message>
296 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images permission controls in the Website Settings popup."> 287 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images permission controls in the Website Settings popup.">
297 Images 288 Images
298 </message> 289 </message>
299 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for Jav aScript permission controls in the Website Settings popup."> 290 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for Jav aScript permission controls in the Website Settings popup.">
(...skipping 12103 matching lines...) Expand 10 before | Expand all | Expand 10 after
12403 Your downloads appear here 12394 Your downloads appear here
12404 </message> 12395 </message>
12405 12396
12406 <!-- Automation info bar --> 12397 <!-- Automation info bar -->
12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12398 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12408 Chrome is being controlled by automated test software. 12399 Chrome is being controlled by automated test software.
12409 </message> 12400 </message>
12410 </messages> 12401 </messages>
12411 </release> 12402 </release>
12412 </grit> 12403 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/page_info/page_info_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698