From: Rotem Liss Date: Mon, 13 Nov 2006 14:38:47 +0000 (+0000) Subject: Update. X-Git-Tag: 1.31.0-rc.0~55194 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=90450ebace299c7304f640f014ce563a6a9f60da;p=lhc%2Fweb%2Fwiklou.git Update. --- diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index 3acde24f98..571f8a2f15 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -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 + ); ?> diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index c69a8942f3..b7b36cdfc8 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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', ); ?>