mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 22:13:40 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I7b91c2e90659b5be6ac17f3b519a8aadb9bd177d
This commit is contained in:
parent
4577cbe62f
commit
d572751d2a
|
@ -22,5 +22,7 @@
|
|||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Codeblock",
|
||||
"syntaxhighlight-error-pygments-invocation-failure": "Fehler beim Aufrufen von Pygments",
|
||||
"syntaxhighlight-error-unknown-language": "Unbekannte Sprache „$1“",
|
||||
"syntaxhighlight-error-exceeds-size-limit": "Die Codegröße von {{PLURAL:$1|einem Byte|$1 Bytes}} überschreitet das erlaubte Maximum von {{PLURAL:$2|einem Byte|$2 Bytes}}"
|
||||
"syntaxhighlight-error-exceeds-size-limit": "Die Codegröße von {{PLURAL:$1|einem Byte|$1 Bytes}} überschreitet das erlaubte Maximum von {{PLURAL:$2|einem Byte|$2 Bytes}}",
|
||||
"syntaxhighlight-button-copy": "Kopieren",
|
||||
"syntaxhighlight-button-copied": "Kopiert!"
|
||||
}
|
||||
|
|
|
@ -21,5 +21,7 @@
|
|||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Blocco di codice",
|
||||
"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}}"
|
||||
"syntaxhighlight-error-exceeds-size-limit": "La dimensione del codice è $1 {{PLURAL:$1|byte}} e supera il massimo consentito che è di $2 {{PLURAL:$2|byte}}",
|
||||
"syntaxhighlight-button-copy": "Copia",
|
||||
"syntaxhighlight-button-copied": "Copiato!"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue