mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-03 12:26:08 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I5ffed16964243ae072dc609e305e2f1bf5389e70
This commit is contained in:
parent
82d2d88ab0
commit
9080ece112
|
@ -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:
|
||||
|
|
|
@ -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' ),
|
||||
);
|
Loading…
Reference in a new issue