Update for he.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 14 Jan 2008 12:47:15 +0000 (12:47 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 14 Jan 2008 12:47:15 +0000 (12:47 +0000)
languages/messages/MessagesHe.php

index 11cf1b5..9c0639c 100644 (file)
@@ -186,6 +186,7 @@ $magicWords = array(
        'special'               => array( 0,    'מיוחד',                             'special'                ),
        'defaultsort'           => array( 1,    'מיון רגיל:',                        'DEFAULTSORT:'           ),
        'filepath'              => array( 0,    'נתיב לקובץ:',                       'FILEPATH:'              ),
+       'tag'                   => array( 0,    'תגית',                              'tag'                    ),
 );
 
 $specialPageAliases = array(
@@ -2573,4 +2574,7 @@ $1',
 'hebrew-calendar-m11-gen' => 'באב',
 'hebrew-calendar-m12-gen' => 'באלול',
 
+# Core parser functions
+'unknown_extension_tag' => 'תגית בלתי ידועה: "$1"',
+
 );