mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I76a9a6f6353aa75320a4441ae45c7ba7a0e0f108
This commit is contained in:
parent
b0f6542898
commit
635478bd4c
|
@ -8,10 +8,13 @@
|
|||
},
|
||||
"syntaxhighlight-desc": "Evidenzia la sintassi dei linguaggi di programmazione <code><syntaxhighlight></code> tramite [http://pygments.org/ Pygments - evidenziatore della sintassi Python]",
|
||||
"syntaxhighlight-error-category": "Pagine con errori nell'evidenziazione della sintassi",
|
||||
"syntaxhighlight-error-category-desc": "C'è stato un errore durante il tentativo di evidenziare il codice incluso nella pagina.",
|
||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Codice",
|
||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Linguaggio",
|
||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(nessuno)",
|
||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostra i numeri di riga",
|
||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Blocco di codice",
|
||||
"syntaxhighlight-error-unknown-language": "Linguaggio sconosciuto \"$1\""
|
||||
"syntaxhighlight-error-pygments-invocation-failure": "Errore nell'invocazione di Pygments",
|
||||
"syntaxhighlight-error-unknown-language": "Linguaggio sconosciuto \"$1\"",
|
||||
"syntaxhighlight-error-exceeds-size-limit": "La dimensione del codice è $1 {{PLURAL:$1|byte}} e supera il massimo consentito che è di $2 {{PLURAL:$2|byte}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue