From 9080ece112c56177c124563164da089745aae4d1 Mon Sep 17 00:00:00 2001 From: Translation updater bot Date: Sun, 1 Jul 2012 14:14:36 +0000 Subject: [PATCH] Localisation updates from http://translatewiki.net. Change-Id: I5ffed16964243ae072dc609e305e2f1bf5389e70 --- Scribunto.i18n.php | 1 + Scribunto.magic.php | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Scribunto.i18n.php b/Scribunto.i18n.php index 8ba0c3d2..f07279a2 100644 --- a/Scribunto.i18n.php +++ b/Scribunto.i18n.php @@ -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: diff --git a/Scribunto.magic.php b/Scribunto.magic.php index cdd2ff23..8c190f50 100644 --- a/Scribunto.magic.php +++ b/Scribunto.magic.php @@ -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' ), ); \ No newline at end of file