Update.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 6 Jan 2007 15:36:45 +0000 (15:36 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 6 Jan 2007 15:36:45 +0000 (15:36 +0000)
languages/messages/MessagesHe.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index b552a91..70a67ea 100644 (file)
@@ -922,6 +922,7 @@ $messages = array(
 'changes'                           => 'שינויים',
 'recentchanges'                     => 'שינויים אחרונים',
 'recentchangestext'                 => 'עקבו אחרי השינויים האחרונים באתר בדף זה.',
+'recentchanges-feed-description'    => 'עקבו אחרי השינויים האחרונים באתר בדף זה.',
 'rcnote'                            => 'להלן <b>$1</b> השינויים האחרונים שבוצעו ב־$2 הימים האחרונים, עד התאריך <b>$3</b>:',
 'rcnotefrom'                        => 'להלן <b>$1</b> השינויים האחרונים שבוצעו החל מתאריך <b>$2</b>:',
 'rclistfrom'                        => 'הצג שינויים חדשים החל מ־$1',
@@ -1939,6 +1940,8 @@ Variants for Chinese language
 'exif-photometricinterpretation-2' => 'RGB',
 'exif-photometricinterpretation-6' => 'YCbCr',
 
+'exif-unknowndate' => 'תאריך בלתי ידוע',
+
 'exif-orientation-1' => 'רגילה', # 0th row: top; 0th column: left
 'exif-orientation-2' => 'הפוך אופקית', # 0th row: top; 0th column: right
 'exif-orientation-3' => 'מסובב 180°', # 0th row: bottom; 0th column: right
index 08408dd..a35f673 100644 (file)
@@ -225,6 +225,7 @@ $wgEXIFMessages = array(
        'exif-gpsdifferential',
        'exif-compression-1',
        'exif-compression-6',
+       'exif-unknowndate',
        'exif-photometricinterpretation-2',
        'exif-photometricinterpretation-6',
        'exif-orientation-1',
index a4d1188..766d2ce 100644 (file)
@@ -680,6 +680,7 @@ $wgMessageStrucutre = array(
                'recentchanges',
                'recentchanges-url',
                'recentchangestext',
+               'recentchanges-feed-description',
                'rcnote',
                'rcnotefrom',
                'rclistfrom',
@@ -1600,6 +1601,9 @@ $wgMessageStrucutre = array(
                'exif-photometricinterpretation-2',
                'exif-photometricinterpretation-6',
        ),
+       'exif-unknowndate' => array(
+               'exif-unknowndate',
+       ),
        'exif-orientation' => array(
                'exif-orientation-1',
                'exif-orientation-2',
@@ -1994,6 +1998,7 @@ Variants for Chinese language",
        'exif'                           => 'EXIF tags',
        'exif-values'                    => 'Make & model, can be wikified in order to link to the camera and model name',
        'exif-compression'               => 'EXIF attributes',
+       'exif-unknowndate'               => '',
        'exif-photometricinterpretation' => '',
        'exif-orientation'               => '',
        'exif-planarconfiguration'       => '',