Localisation updates from http://translatewiki.net.

Change-Id: Ice25093fe23f55308bd20dd27553787251af254a
This commit is contained in:
Translation updater bot 2013-03-06 21:56:46 +00:00
parent e004b415d6
commit 337a752022
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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' ),
);