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

Unified Diff: chrome/common/extensions/docs/templates/json/strings.json

Issue 100783002: Adding templating for chrome repos: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/templates/json/strings.json
diff --git a/chrome/common/extensions/docs/templates/json/strings.json b/chrome/common/extensions/docs/templates/json/strings.json
index 037eeba3f3e5996783406c0762e34f137bc7d58d..5f51c45a7630654cf33f66b66749e6ff47205a25 100644
--- a/chrome/common/extensions/docs/templates/json/strings.json
+++ b/chrome/common/extensions/docs/templates/json/strings.json
@@ -1,9 +1,19 @@
{
"app": "app",
"appsTitle": "Apps",
+ "devtools": "devtools",
+ "devtoolsTitle": "DevTools",
"extension": "extension",
"extensionsTitle": "Extensions",
"events": "events",
"methods": "methods",
- "properties": "properties"
+ "multidevice": "multi-device",
+ "multideviceTitle": "Multi-device",
+ "nacl": "native client",
+ "naclTitle": "Native Client",
+ "properties": "properties",
+ "sampleApps": "Sample Apps",
+ "sampleExtensions": "Sample Extensions",
+ "webstore": "webstore",
+ "webstoreTitle": "Chrome Web Store"
}

Powered by Google App Engine
This is Rietveld 408576698