* Localization update for he.
authorRotem Liss <rotem@users.mediawiki.org>
Thu, 29 Jan 2009 15:49:48 +0000 (15:49 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Thu, 29 Jan 2009 15:49:48 +0000 (15:49 +0000)
* Removing duplicate messages in en in AbuseFilter.

languages/messages/MessagesEn.php
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index abf1f30..2db06fc 100644 (file)
@@ -3802,7 +3802,7 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 
 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
 
-# Special:Tag
+# Special:Tags
 'tag-filter'              => '[[Special:Tags|Tag]] filter:',
 'tag-filter-submit'       => 'Filter',
 'tags-title'              => 'Tags',
index e6e9523..3343d78 100644 (file)
@@ -282,6 +282,7 @@ $specialPageAliases = array(
        'Blankpage'                 => array( 'דף_ריק' ),
        'LinkSearch'                => array( 'חיפוש_קישורים_חיצוניים' ),
        'DeletedContributions'      => array( 'תרומות_מחוקות' ),
+       'Tags'                      => array( 'תגיות' ),
 );
 
 $namespaceNames = array(
@@ -3228,4 +3229,16 @@ $1
 
 #נא לכתוב את כל הביטויים הרגולריים מעל שורה זו. נא להשאיר שורה זו בדיוק כפי שהיא</pre>',
 
+# Special:Tags
+'tag-filter'              => 'מסנן [[Special:Tags|תגיות]]:',
+'tag-filter-submit'       => 'סינון',
+'tags-title'              => 'תגיות',
+'tags-intro'              => 'דף זה מכיל רשימה של תגיות שהתוכנה יכולה לסמן איתן עריכה, ומשמעויותיהן.',
+'tags-tag'                => 'שם התגית הפנימי',
+'tags-display-header'     => 'הופעה ברשימות השינויים',
+'tags-description-header' => 'תיאור מלא של המשמעות',
+'tags-hitcount-header'    => 'עריכות עם תגיות',
+'tags-edit'               => 'עריכה',
+'tags-hitcount'           => '{{PLURAL:$1|שינוי אחד|$1 שינויים}}',
+
 );
index 50326be..894fe1b 100644 (file)
@@ -2898,7 +2898,7 @@ $wgMessageStructure = array(
        'external_images' => array(
                'external_image_whitelist',
        ),
-       'special-tag' => array(
+       'special-tags' => array(
                'tag-filter',
                'tag-filter-submit',
                'tags-title',
@@ -3106,7 +3106,7 @@ Variants for Chinese language",
        'special-specialpages'  => 'Special:SpecialPages',
        'special-blank'         => 'Special:BlankPage',
        'external_images'       => 'External image whitelist',
-       'special-tag'           => 'Special:Tag',
+       'special-tags'          => 'Special:Tags',
 );
 
 /** Short comments for standalone messages */