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<!-- LOCALIZATION NOTE : This file contains the Storage Inspector strings. -->
6
7<!-- LOCALIZATION NOTE : Placeholder for the searchbox that allows you to filter the table items. -->
8<!ENTITY searchBox.placeholder         "Filter Items">
9
10<!-- LOCALIZATION NOTE : Label of popup menu action to delete all storage items. -->
11<!ENTITY storage.popupMenu.deleteAllLabel "Delete All">
12
13<!-- LOCALIZATION NOTE : Label of popup menu action to delete all session cookies. -->
14<!ENTITY storage.popupMenu.deleteAllSessionCookiesLabel "Delete All Session Cookies">
15
16<!-- LOCALIZATION NOTE : Label of popup menu action to copy a storage item. -->
17<!ENTITY storage.popupMenu.copyLabel "Copy">
18