| 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"
|
| }
|
|
|