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

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: '' Created 9 years, 7 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..e012e3637dc50a52f0964cde367ebcd04eb1899e
--- /dev/null
+++ b/chrome/browser/resources/quota_internals/mock_strings.js
@@ -0,0 +1,31 @@
+// 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.
+
+cr.define('cr.quota', function() {
Evan Stade 2011/06/04 02:43:17 again, please add a comment explaining this file
tzik 2011/06/06 10:57:44 Done.
+ return {
+ localizedStrings: {
+ 'textdirection': 'ltr',
+ 'fontfamily': 'sans-serif',
+ 'fontsize': '84%',
+
+ 'label-disk_space': 'Available Disk Space*',
+ 'label-host': 'Host*',
+ 'label-origin': 'Origin*',
+ 'label-type': 'Type*',
+ 'label-usage': 'Usage*',
+ 'label-unlimited_usage': 'Unlimited Usage*',
+ 'label-quota': 'Quota*',
+ 'label-in_use': 'In Use*',
+ 'label-used_count': 'Used Count*',
+ 'label-last_access_time': 'Last Access Time*',
+ 'label-key': 'Key*',
+ 'label-value': 'Value*',
+
+ 'text-title': 'Quota Internals*',
+ 'text-not_available': 'N/A*',
+ 'text-true': 'true*',
+ 'text-false': 'false*'
+ }
+ };
+});

Powered by Google App Engine
This is Rietveld 408576698