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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2880953003: [subresource_filter] Revamp Site Details page (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index eab27a4124af2d3d0a5b08692827d053c6ab44ba..999a5999d994a4cbe1e256c1eba19f2bafdd00cc 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -744,6 +744,15 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_SUBRESOURCE_FILTER_PERMISSION_TITLE" desc="Title for the subresource filter permission [CHAR-LIMIT=32]" translateable="false">
Subresource Filter
</message>
+ <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_ALLOW_ACTIVE" desc="The Allowed string for the subresource filter permission (in the activated state)" translateable="false">
+ Allow (activated)
+ </message>
+ <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_BLOCK_ACTIVE" desc="The Blocked string for the subresource filter permission (in the activated state)" translateable="false">
+ Block (activated)
+ </message>
+ <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_BLOCK_PASSIVE" desc="The Blocked string for the subresource filter permission (in the unactivated state)" translateable="false">
+ Block (not activated)
+ </message>
<message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for the permission for showing push notifications [CHAR-LIMIT=32]">
Notifications
</message>

Powered by Google App Engine
This is Rietveld 408576698