From 1cf523f0226fba635f0adf8224103feda58df23a Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Fri, 22 Aug 2008 16:57:39 +0000 Subject: [PATCH] Localization update for he. --- languages/messages/MessagesHe.php | 11 ++++++----- maintenance/language/messages.inc | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/languages/messages/MessagesHe.php b/languages/messages/MessagesHe.php index 1da7ee7e46..641234fd18 100644 --- a/languages/messages/MessagesHe.php +++ b/languages/messages/MessagesHe.php @@ -1066,18 +1066,18 @@ $2', 'wikicodecomparison' => 'השוואת קוד ויקי', 'editundo' => 'ביטול', 'diff-multi' => '({{PLURAL:$1|גרסת ביניים אחת אינה מוצגת|$1 גרסאות ביניים אינן מוצגות}}.)', -'diff-movedto' => 'הועבר ל', +'diff-movedto' => 'הועבר ל$1', 'diff-styleadded' => 'נוסף סגנון', 'diff-added' => 'נוסף', 'diff-changedto' => 'שונה ל', -'diff-movedoutof' => 'הועבר מ', +'diff-movedoutof' => 'הועבר מ$1', 'diff-styleremoved' => 'הוסר סגנון', 'diff-removed' => 'הוסר', 'diff-changedfrom' => 'שונה מ', 'diff-src' => 'מקור', -'diff-withdestination' => 'עם יעד', -'diff-and' => 'וגם', -'diff-with' => 'עם', +'diff-withdestination' => 'עם היעד', +'diff-with' => ' עם $1 $2', +'diff-with-final' => ' וגם $1 $2', 'diff-width' => 'רוחב', 'diff-height' => 'גובה', 'diff-p' => 'פיסקה', @@ -1800,6 +1800,7 @@ PICT # שונות 'watchlist-hide-anons' => 'הסתרת עריכות אנונימיות', 'watchlist-show-liu' => 'הצגת עריכות של משתמשים רשומים', 'watchlist-hide-liu' => 'הסתרת עריכות של משתמשים רשומים', +'watchlist-options' => 'אפשרויות ברשימת המעקב', # Displayed when you click the "watch" button and it is in the process of watching 'watching' => 'בהוספה לרשימת המעקב…', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index d9968775db..ca105cff93 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -702,8 +702,9 @@ $wgMessageStructure = array( 'diff-changedfrom', 'diff-src', 'diff-withdestination', - 'diff-and', 'diff-with', + 'diff-with-additional', + 'diff-with-final', 'diff-width', 'diff-height', 'diff-p', -- 2.20.1