 Chromium Code Reviews
 Chromium Code Reviews Issue 7053009:
  Add chrome://quota-internals/ resources  (Closed) 
  Base URL: http://git.chromium.org/git/chromium.git@trunk
    
  
    Issue 7053009:
  Add chrome://quota-internals/ resources  (Closed) 
  Base URL: http://git.chromium.org/git/chromium.git@trunk| 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*' | 
| + } | 
| + }; | 
| +}); |