mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Ice25093fe23f55308bd20dd27553787251af254a
This commit is contained in:
parent
e004b415d6
commit
337a752022
|
@ -809,6 +809,7 @@ $messages['it'] = array(
|
|||
'scribunto-error-long' => 'Errori script:
|
||||
|
||||
$1',
|
||||
'scribunto-doc-subpage-name' => 'man',
|
||||
'scribunto-doc-subpage-does-not-exist' => "''La documentazione per questo modulo può essere creata in [[$1]]''",
|
||||
'scribunto-doc-subpage-header' => "'''Questa è la sottopagina di documentazione per [[$1]]'''",
|
||||
'scribunto-console-intro' => '* Le esportazioni del modulo sono rappresentate dalla variabile "p", incluse le modifiche non salvate.
|
||||
|
|
|
@ -33,4 +33,9 @@ $magicWords['mk'] = array(
|
|||
/** Dutch (Nederlands) */
|
||||
$magicWords['nl'] = array(
|
||||
'invoke' => array( 0, 'aanroepen' ),
|
||||
);
|
||||
|
||||
/** Vietnamese (Tiếng Việt) */
|
||||
$magicWords['vi'] = array(
|
||||
'invoke' => array( 0, 'gọi' ),
|
||||
);
|
Loading…
Reference in a new issue