blob: 43cb197b1eff2f2576e2bf12a04bdfa62de0bd5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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/.
typeError = Errore:
typeWarning = Avviso:
typeMessage = Messaggio:
errFile = File sorgente: %S
errLine = Riga: %S
errLineCol = Riga: %S, Colonna: %S
errCode = Codice sorgente:
errTime = Data e ora: %S
evaluationContextChanged = Il contesto di valutazione della console è cambiato, probabilmente perché la finestra di riferimento è stata chiusa oppure perché è stata aperta una finestra principale dalla finestra della console del browser.
|