diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
commit | 370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch) | |
tree | 491674f4c242e4d6ba0d04eafa305174c35a3391 /languages/messages/MessagesVls.php | |
parent | f4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff) |
Update auf 1.13.0
Diffstat (limited to 'languages/messages/MessagesVls.php')
-rw-r--r-- | languages/messages/MessagesVls.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/languages/messages/MessagesVls.php b/languages/messages/MessagesVls.php index 946d6b70..7f77b5a6 100644 --- a/languages/messages/MessagesVls.php +++ b/languages/messages/MessagesVls.php @@ -1,12 +1,11 @@ <?php /** West-Vlams (West-Vlams) * - * @addtogroup Language + * @ingroup Language + * @file * - * @author SPQRobin - * @author Siebrand - * @author לערי ריינהארט * @author Tbc + * @author לערי ריינהארט */ $fallback = 'nl'; @@ -75,7 +74,7 @@ $messages = array( 'watch' => 'Volgn', 'unwatch' => 'Nie volgn', -# Displayed when you click the "watch" button and it's in the process of watching +# Displayed when you click the "watch" button and it is in the process of watching 'unwatching' => 'Stoppn me volgn...', # Undelete @@ -96,7 +95,7 @@ $messages = array( # Tooltip help for the actions 'tooltip-n-mainpage' => "Noar 't voorblad goane", -# Special:Newimages +# Special:NewImages 'newimages' => 'Nieuwe ofbeeldiengn', ); |