From: Rotem Liss Date: Wed, 27 Dec 2006 07:17:09 +0000 (+0000) Subject: Update. X-Git-Tag: 1.31.0-rc.0~54753 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=37caf2102813c6dd8680cd10093419aac7197101;p=lhc%2Fweb%2Fwiklou.git Update. --- diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index b29fef5d2a..9d8fefd097 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -1241,6 +1241,10 @@ $messages = array( 'wlhideshowbots' => '$1 בוטים', 'wldone' => 'בוצע.', +# Displayed when you click the "watch" button and it's in the process of watching +'watching' => 'מוסיף לרשימת המעקב…', +'unwatching' => 'מסיר מרשימת המעקב…', + 'enotif_mailer' => 'הודעות {{SITENAME}}', 'enotif_reset' => 'סמן את כל הדפים כאילו נצפו', 'enotif_newpagetext' => 'זהו דף חדש.', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index f5528eb409..6c8f4c8e29 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1016,6 +1016,10 @@ $wgMessageStrucutre = array( 'wlhideshowbots', 'wldone', ), + 'watching' => array( + 'watching', + 'unwatching', + ), 'enotif' => array( 'enotif_mailer', 'enotif_reset', @@ -1931,6 +1935,7 @@ XHTML id names.", 'listusers' => 'Special:Listusers', 'emailuser' => 'E-mail user', 'watchlist' => 'Watchlist', + 'watching' => 'Displayed when you click the "watch" button and it\'s in the process of watching', 'enotif' => '', 'deleteprotectrev' => 'Delete/protect/revert', 'restrictions' => 'Restrictions (nouns)',