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

Unified Diff: chrome/common/extensions/docs/examples/extensions/plugin_settings/_locales/en/messages.json

Issue 8396001: Add sample extension that allows setting plugin-specific content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update docs Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/extensions/plugin_settings/_locales/en/messages.json
diff --git a/chrome/common/extensions/docs/examples/extensions/plugin_settings/_locales/en/messages.json b/chrome/common/extensions/docs/examples/extensions/plugin_settings/_locales/en/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..95524bd76b74bbc63473ff493774966da9d446ef
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/extensions/plugin_settings/_locales/en/messages.json
@@ -0,0 +1,23 @@
+{
+ "extName": {
+ "message": "Per-plugin content settings"
+ },
+ "extDescription": {
+ "message": "Customize your content setting for different plug-ins."
+ },
+ "patternColumnHeader": {
+ "message": "Hostname Pattern"
+ },
+ "settingColumnHeader": {
+ "message": "Behavior"
+ },
+ "allowRule": {
+ "message": "Allow"
+ },
+ "blockRule": {
+ "message": "Block"
+ },
+ "addNewPattern": {
+ "message": "Add a new hostname pattern"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698