summaryrefslogtreecommitdiffstats
path: root/l10n-it/devtools/client/storage.properties
blob: 7224263818ad7c9990b4f354bcc512dde924deb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# LOCALIZATION NOTE These strings are used inside the Storage Editor tool.
# LOCALIZATION NOTE The correct localization of this file might be to keep it
# in English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best documentation
# on web development on the web.

storage.filter.key = CmdOrCtrl+F

tree.labels.cookies = Cookie
tree.labels.localStorage = Archiviazione locale
tree.labels.sessionStorage = Archiviazione sessioni
tree.labels.indexedDB = Indexed DB
tree.labels.Cache = Archiviazione cache
tree.labels.extensionStorage = Archiviazione estensioni

table.headers.cookies.name = Nome
table.headers.cookies.value = Valore
table.headers.cookies.expires2 = Scadenza/Max-Age
table.headers.cookies.size = Dimensione
table.headers.cookies.lastAccessed2 = Ultimo accesso
table.headers.cookies.creationTime2 = Creazione

table.headers.Cache.status = Stato

table.headers.indexedDB.uniqueKey = Chiave univoca
table.headers.indexedDB.name = Chiave
table.headers.indexedDB.db = Nome database
table.headers.indexedDB.storage = Archiviazione
table.headers.indexedDB.objectStore = Nome oggetto archiviazione
table.headers.indexedDB.value = Valore
table.headers.indexedDB.origin = Origine
table.headers.indexedDB.version = Versione
table.headers.indexedDB.objectStores = Object Store
table.headers.indexedDB.keyPath2 = Percorso chiave
table.headers.indexedDB.autoIncrement = Incremento automatico
table.headers.indexedDB.indexes = Indici

table.headers.extensionStorage.area = Area archiviazione

label.expires.session = Sessione

storage.search.placeholder = Filtra valori

storage.data.label = Dati

storage.parsedValue.label = Valore analizzato

storage.popupMenu.deleteLabel = Elimina “%S”

storage.popupMenu.addItemLabel = Aggiungi elemento

storage.popupMenu.refreshItemLabel = Aggiorna elementi

storage.popupMenu.deleteAllFromLabel = Elimina tutto da “%S”

storage.idb.deleteBlocked = Il database “%S” verrà eliminato dopo la chiusura di tutte le connessioni.

storage.idb.deleteError = Impossibile eliminare il database “%S”

storage.expandPane = Espandi pannello

storage.collapsePane = Comprimi pannello