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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 475193002: Add a single site view page to view and modify content settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a659f7f026c7e393ad260f230338ff12a1a6892f..2469a9d029d3c092779a491518a3fe0feff3b30e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7941,15 +7941,30 @@ Keep your key file in a safe place. You will need it to create new versions of y
Manage...
</message>
- <message name="IDS_WEBSITES_SETTINGS_TITLE" desc="Title for Website Settings dialog.">
- Manage Sites
+ <message name="IDS_WEBSITE_SETTINGS_TITLE" desc="Title for Website Settings dialog.">
+ Manage sites
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_EDIT_TITLE" desc="Title for Website Settings site edit dialog.">
+ Site settings
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_LOCATION_DESCRIPTION" desc="The label describing what the permission to allow pages to access your location.">
+ Knows device location
</message>
<message name="IDS_WEBSITE_SETTINGS_MANAGE" desc="The label on the button that launches the Websites Settings dialog.">
Manage sites...
</message>
+ <message name="IDS_WEBSITE_SETTINGS_MEDIASTREAM_DESCRIPTION" desc="The label describing what the permission to allow pages to access your location.">
+ Knows device location
Bernhard Bauer 2014/08/15 14:53:05 Description and message don't match ID (Also, the
Daniel Nishi 2014/08/15 16:56:45 Done.
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_NOTIFICATIONS_DESCRIPTION" desc="The label describing what the permission to allow pages to display notifications does.">
+ Shows notifications
+ </message>
<message name="IDS_WEBSITE_SETTINGS_SEARCH_ORIGINS" desc="Placeholder text shown in the search box in the Website Settings dialog.">
Search sites
</message>
+ <message name="IDS_WEBSITE_SETTINGS_STORAGE_USED" desc="The status text for how much local storage a website origin is using.">
+ <ph name="USAGE">$1<ex>2.0 KB</ex></ph> stored data
Bernhard Bauer 2014/08/15 14:53:05 I assume these string will go through string revie
Daniel Nishi 2014/08/15 16:56:44 This matches the current mocks, but I'll check on
+ </message>
<!-- Automatic updates -->
<if expr="is_macosx">

Powered by Google App Engine
This is Rietveld 408576698