Update.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 13 Nov 2006 14:38:47 +0000 (14:38 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 13 Nov 2006 14:38:47 +0000 (14:38 +0000)
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 3acde24..571f8a2 100644 (file)
@@ -380,7 +380,6 @@ $messages = array(
 'viewtalkpage'      => 'צפו בדף השיחה',
 'otherlanguages'    => 'שפות אחרות',
 'redirectedfrom'    => '(הופנה מהדף $1)',
-'autoredircomment'  => 'הפניה לדף [[$1]]',
 'redirectpagesub'   => 'דף הפניה',
 'lastmodifiedat'    => 'שונה לאחרונה ב־$2, $1.', # $1 date, $2 time
 'viewcount'         => 'דף זה נצפה {{plural:$1|פעם אחת|$1 פעמים|פעמיים}}.',
@@ -2133,6 +2132,11 @@ $1',
 'table_pager_limit_submit' => 'עבור',
 'table_pager_empty'        => 'ללא תוצאות',
 
+# Auto-summaries
+'autosumm-blank'   => 'מרוקן את הדף',
+'autosumm-replace' => "מחליף את הדף עם '$1'",
+'autoredircomment' => 'הפניה לדף [[$1]]', # This should be changed to the new naming convention, but existed beforehand
+
 );
 
 ?>
index c69a894..b7b36cd 100644 (file)
@@ -210,7 +210,6 @@ $wgMessageStrucutre = array(
                'viewtalkpage',
                'otherlanguages',
                'redirectedfrom',
-               'autoredircomment',
                'redirectpagesub',
                'lastmodifiedat',
                'viewcount',
@@ -1812,6 +1811,11 @@ $wgMessageStrucutre = array(
                'table_pager_limit_submit',
                'table_pager_empty',
        ),
+       'autosumm' => array(
+               'autosumm-blank',
+               'autosumm-replace',
+               'autoredircomment',
+       ),
 );
 /** Comments for each block */
 $wgBlockComments = array(
@@ -1962,6 +1966,7 @@ Variants for Chinese language",
        'loginlanguage'      => '',
        'imgmulti'           => 'Multipage image navigation',
        'tablepager'         => 'Table pager',
+       'autosumm'           => 'Auto-summaries',
 );
 
 /** Short comments for standalone messages */
@@ -1980,6 +1985,7 @@ $wgMessageComments = array(
        'exif-orientation-6'          => '0th row: right; 0th column: top',
        'exif-orientation-7'          => '0th row: right; 0th column: bottom',
        'exif-orientation-8'          => '0th row: left; 0th column: bottom',
+       'autoredircomment'            => 'This should be changed to the new naming convention, but existed beforehand',
 );
 
 ?>