Localisation updates from http://translatewiki.net.

Change-Id: I5ffed16964243ae072dc609e305e2f1bf5389e70
This commit is contained in:
Translation updater bot 2012-07-01 14:14:36 +00:00
parent 82d2d88ab0
commit 9080ece112
2 changed files with 10 additions and 0 deletions

View file

@ -278,6 +278,7 @@ $1',
* @author Robby
*/
$messages['lb'] = array(
'scribunto-line' => 'an der Linn $1',
'scribunto-parser-error' => 'Script-Feeler',
'scribunto-parser-dialog-title' => 'Script-Feeler',
'scribunto-error-long' => 'Script-Feeler:

View file

@ -2,6 +2,10 @@
$magicWords = array();
/** English (English) */
$magicWords = array();
/** English (English) */
$magicWords['en'] = array(
'invoke' => array( 0, 'invoke' ),
@ -20,4 +24,9 @@ $magicWords['ko'] = array(
/** Macedonian (македонски) */
$magicWords['mk'] = array(
'invoke' => array( 0, 'повикај' ),
);
/** Dutch (Nederlands) */
$magicWords['nl'] = array(
'invoke' => array( 0, 'aanroepen' ),
);