1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5### These strings are used inside the Storage Inspector.
6
7# Hint shown when the selected storage host does not contain any data
8storage-table-empty-text = No data present for selected host
9
10# Hint shown when the cookies storage type is selected. Clicking the link will open
11# https://developer.mozilla.org/docs/Tools/Storage_Inspector/Cookies
12storage-table-type-cookies-hint = View and edit cookies by selecting a host. <a data-l10n-name="learn-more-link">Learn more</a>
13
14# Hint shown when the local storage type is selected. Clicking the link will open
15# https://developer.mozilla.org/docs/Tools/Storage_Inspector/Local_Storage_Session_Storage
16storage-table-type-localstorage-hint = View and edit the local storage by selecting a host. <a data-l10n-name="learn-more-link">Learn more</a>
17
18# Hint shown when the session storage type is selected. Clicking the link will open
19# https://developer.mozilla.org/docs/Tools/Storage_Inspector/Local_Storage_Session_Storage
20storage-table-type-sessionstorage-hint = View and edit the session storage by selecting a host. <a data-l10n-name="learn-more-link">Learn more</a>
21
22# Hint shown when the IndexedDB storage type is selected. Clicking the link will open
23# https://developer.mozilla.org/docs/Tools/Storage_Inspector/IndexedDB
24storage-table-type-indexeddb-hint = View and delete IndexedDB entries by selecting a database. <a data-l10n-name="learn-more-link">Learn more</a>
25
26# Hint shown when the cache storage type is selected. Clicking the link will open
27# https://developer.mozilla.org/docs/Tools/Storage_Inspector/Cache_Storage
28storage-table-type-cache-hint = View and delete the cache storage entries by selecting a storage. <a data-l10n-name="learn-more-link">Learn more</a>
29
30# Hint shown when the extension storage type is selected. Clicking the link will open
31# https://developer.mozilla.org/docs/Tools/Storage_Inspector/Extension_Storage
32storage-table-type-extensionstorage-hint = View and edit the extension storage by selecting a host. <a data-l10n-name="learn-more-link">Learn more</a>
33