Index: chrome/browser/resources/quota_internals/mock_strings.js |
diff --git a/chrome/browser/resources/quota_internals/mock_strings.js b/chrome/browser/resources/quota_internals/mock_strings.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2aa314a900ae30fdcc41eaa75a48c0c93ab48edd |
--- /dev/null |
+++ b/chrome/browser/resources/quota_internals/mock_strings.js |
@@ -0,0 +1,24 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// require cr.js |
+ |
+/** |
+ * LocalizationStrings for test mode chrome://quota-internals/. |
+ */ |
+ |
+cr.define('cr.quota', function() { |
+ return { |
+ localizedStrings: { |
+ 'textdirection': 'ltr', |
+ 'fontfamily': 'sans-serif', |
+ 'fontsize': '84%', |
+ |
+ 'text-title': 'Quota Internals*', |
+ 'text-not_available': 'N/A*', |
+ 'text-true': 'true*', |
+ 'text-false': 'false*' |
+ } |
+ }; |
+}); |