* More descriptive message for Special:Blankpage.
authorRotem Liss <rotem@users.mediawiki.org>
Wed, 2 Jul 2008 12:58:33 +0000 (12:58 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Wed, 2 Jul 2008 12:58:33 +0000 (12:58 +0000)
* Update for he.

languages/messages/MessagesEn.php
languages/messages/MessagesHe.php

index 6597740..9a5f833 100644 (file)
@@ -3451,5 +3451,6 @@ Enter the filename without the "{{ns:image}}:" prefix.',
 
 # Special:Blankpage
 'blankpage'              => 'Blank page',
-'intentionallyblankpage' => 'This page is intentionally left blank',
+'intentionallyblankpage' => 'This page is intentionally left blank and is used for benchmarking, etc.',
+
 );
index 8ecb0b6..d1d2bdc 100644 (file)
@@ -276,6 +276,7 @@ $specialPageAliases = array(
        'MergeHistory'              => array( 'מיזוג_גרסאות' ),
        'Filepath'                  => array( 'נתיב_לקובץ' ),
        'Invalidateemail'           => array( 'ביטול_דואר' ),
+       'Blankpage'                 => array( 'דף_ריק' ),
 );
 
 $namespaceNames = array(
@@ -2879,4 +2880,8 @@ $1',
 'specialpages-group-redirects'   => 'הפניות מדפים מיוחדים',
 'specialpages-group-spam'        => 'כלי ספאם',
 
+# Special:Blankpage
+'blankpage'              => 'דף ריק',
+'intentionallyblankpage' => 'דף זה נשאר ריק במכוון ומיועד לבדיקת ביצועים וכדומה',
+
 );