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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1428313002: Add a page for showing the details for a given origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 1 month 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/resources/settings/settings_resources.grd » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 </message> 498 </message>
499 <message name="IDS_SETTINGS_SITE_SETTINGS_ALLOW_MENU" desc="Label for the menu item to allow permission for a particular site."> 499 <message name="IDS_SETTINGS_SITE_SETTINGS_ALLOW_MENU" desc="Label for the menu item to allow permission for a particular site.">
500 Allow 500 Allow
501 </message> 501 </message>
502 <message name="IDS_SETTINGS_SITE_SETTINGS_BLOCK_MENU" desc="Label for the menu item to block permission for a particular site."> 502 <message name="IDS_SETTINGS_SITE_SETTINGS_BLOCK_MENU" desc="Label for the menu item to block permission for a particular site.">
503 Block 503 Block
504 </message> 504 </message>
505 <message name="IDS_SETTINGS_SITE_SETTINGS_RESET_MENU" desc="Label for the menu item to reset the permission for a particular site (make it ask you again next time)."> 505 <message name="IDS_SETTINGS_SITE_SETTINGS_RESET_MENU" desc="Label for the menu item to reset the permission for a particular site (make it ask you again next time).">
506 Reset to ask 506 Reset to ask
507 </message> 507 </message>
508 <message name="IDS_SETTINGS_SITE_SETTINGS_USAGE" desc="The Usage header, used to group disk and battery usage information on the Site Details page.">
509 Usage
510 </message>
511 <message name="IDS_SETTINGS_SITE_SETTINGS_PERMISSIONS" desc="The Permissions h eader, used to group together permissions, such as Geolocation, on the Site Deta ils page.">
512 Permissions
513 </message>
514 <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_BUTTON" desc="The Clear and Re set button, used to clear all permissions and storage for a given site.">
515 Clear &amp; Reset
516 </message>
517 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page.">
518 Delete
519 </message>
508 520
509 <!-- Sign-in Page --> 521 <!-- Sign-in Page -->
510 <message name="IDS_SETTINGS_SIGNIN" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> 522 <message name="IDS_SETTINGS_SIGNIN" desc="Name of the settings page which mana ges Chrome's signed-in Google profile.">
511 Sign in 523 Sign in
512 </message> 524 </message>
513 525
514 <!-- Sync Page --> 526 <!-- Sync Page -->
515 <message name="IDS_SETTINGS_SYNC_DISCONNECT" desc="The text to display on the button to indicate stop syncing functionality."> 527 <message name="IDS_SETTINGS_SYNC_DISCONNECT" desc="The text to display on the button to indicate stop syncing functionality.">
516 Sign Out 528 Sign Out
517 </message> 529 </message>
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 706 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
695 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 707 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
696 </message> 708 </message>
697 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 709 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
698 Loading... 710 Loading...
699 </message> 711 </message>
700 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 712 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
701 Advanced font settings 713 Advanced font settings
702 </message> 714 </message>
703 </grit-part> 715 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698