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

Unified Diff: chrome/browser/resources/quota_internals/mock_strings.js

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add comment, merge test.html to index.html. Created 9 years, 6 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/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*'
+ }
+ };
+});

Powered by Google App Engine
This is Rietveld 408576698