* Added Persian translations
authorHuji <huji@users.mediawiki.org>
Wed, 9 Jan 2008 13:54:47 +0000 (13:54 +0000)
committerHuji <huji@users.mediawiki.org>
Wed, 9 Jan 2008 13:54:47 +0000 (13:54 +0000)
* Updated language related maintenance scripts to support the newly created message group (r29482)
* Performed RebuildLanguage for En and Fa

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

index ec6737b..949b896 100644 (file)
@@ -565,7 +565,7 @@ XHTML id names.
 'category-media-header' => 'Media in category "$1"',
 'category-empty'        => "''This category currently contains no pages or media.''",
 
-'linkprefix'        => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', # only translate this message to other languages if you have to change it
+'linkprefix'        => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it
 'mainpagetext'      => "<big>'''MediaWiki has been successfully installed.'''</big>",
 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
@@ -3116,7 +3116,7 @@ $1',
 'signature'      => '[[{{ns:user}}:$1|$2]]', # don't translate or duplicate this message to other languages
 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # don't translate or duplicate this message to other languages
 
-# CoreParserFunctions
-'unknown_extension_tag'   => 'Unknown extension tag "$1"',
+# Core parser functions
+'unknown_extension_tag' => 'Unknown extension tag "$1"',
 
 );
index 72eed79..5934806 100644 (file)
@@ -2522,4 +2522,7 @@ $1',
 'hebrew-calendar-m11-gen' => 'آب',
 'hebrew-calendar-m12-gen' => 'ایلول',
 
+# Core parser functions
+'unknown_extension_tag' => 'برچسب ناشناختهٔ افزونه «$1»',
+
 );
index 4b60a33..8b2a4f0 100644 (file)
@@ -2327,6 +2327,9 @@ $wgMessageStructure = array(
                'signature',
                'signature-anon',
        ),
+       'CoreParserFunctions' => array(
+               'unknown_extension_tag',
+       ),
 );
 /** Comments for each block */
 $wgBlockComments = array(
@@ -2478,29 +2481,30 @@ Variants for Chinese language",
        'exif-gpsmeasuremode'            => '',
        'exif-gpsspeed'                  => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef',
        'exif-gpsdirection'              => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef',
-       'edit-externally'     => 'External editor support',
-       'all'                 => "'all' in various places, this might be different for inflected languages",
-       'confirmemail'        => 'E-mail address confirmation',
-       'scarytransclusion'   => 'Scary transclusion',
-       'trackbacks'          => 'Trackbacks',
-       'deleteconflict'      => 'Delete conflict',
-       'unit-pixel'          => '',
-       'htmldump'            => 'HTML dump',
-       'purge'               => 'action=purge',
-       'search2'             => 'AJAX search',
-       'separators'          => 'Separators for various lists',
-       'imgmulti'            => 'Multipage image navigation',
-       'tablepager'          => 'Table pager',
-       'autosumm'            => 'Auto-summaries',
-       'autoblock_whitelist' => 'Autoblock whitelist',
-       'sizeunits'           => 'Size units',
-       'livepreview'         => 'Live preview',
-       'lagwarning'          => 'Friendlier slave lag warnings',
-       'watchlisteditor'     => 'Watchlist editor',
-       'watchlisttools'      => 'Watchlist editing tools',
-       'iranian-dates'       => 'Iranian month names',
-       'hebrew-dates'        => 'Hebrew month names',
-       'signatures'          => 'Signatures',
+       'edit-externally'       => 'External editor support',
+       'all'                   => "'all' in various places, this might be different for inflected languages",
+       'confirmemail'          => 'E-mail address confirmation',
+       'scarytransclusion'     => 'Scary transclusion',
+       'trackbacks'            => 'Trackbacks',
+       'deleteconflict'        => 'Delete conflict',
+       'unit-pixel'            => '',
+       'htmldump'              => 'HTML dump',
+       'purge'                 => 'action=purge',
+       'search2'               => 'AJAX search',
+       'separators'            => 'Separators for various lists',
+       'imgmulti'              => 'Multipage image navigation',
+       'tablepager'            => 'Table pager',
+       'autosumm'              => 'Auto-summaries',
+       'autoblock_whitelist'   => 'Autoblock whitelist',
+       'sizeunits'             => 'Size units',
+       'livepreview'           => 'Live preview',
+       'lagwarning'            => 'Friendlier slave lag warnings',
+       'watchlisteditor'       => 'Watchlist editor',
+       'watchlisttools'        => 'Watchlist editing tools',
+       'iranian-dates'         => 'Iranian month names',
+       'hebrew-dates'          => 'Hebrew month names',
+       'signatures'            => 'Signatures',
+       'CoreParserFunctions' => 'Core parser functions',
 );
 
 /** Short comments for standalone messages */