Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -565,7 +565,7 @@ |
566 | 566 | 'category-media-header' => 'Media in category "$1"', |
567 | 567 | 'category-empty' => "''This category currently contains no pages or media.''", |
568 | 568 | |
569 | | -'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', # only translate this message to other languages if you have to change it |
| 569 | +'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it |
570 | 570 | 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>", |
571 | 571 | 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
572 | 572 | |
— | — | @@ -3116,7 +3116,7 @@ |
3117 | 3117 | 'signature' => '[[{{ns:user}}:$1|$2]]', # don't translate or duplicate this message to other languages |
3118 | 3118 | 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # don't translate or duplicate this message to other languages |
3119 | 3119 | |
3120 | | -# CoreParserFunctions |
3121 | | -'unknown_extension_tag' => 'Unknown extension tag "$1"', |
| 3120 | +# Core parser functions |
| 3121 | +'unknown_extension_tag' => 'Unknown extension tag "$1"', |
3122 | 3122 | |
3123 | 3123 | ); |
Index: trunk/phase3/languages/messages/MessagesFa.php |
— | — | @@ -2522,4 +2522,7 @@ |
2523 | 2523 | 'hebrew-calendar-m11-gen' => 'آب', |
2524 | 2524 | 'hebrew-calendar-m12-gen' => 'ایلول', |
2525 | 2525 | |
| 2526 | +# Core parser functions |
| 2527 | +'unknown_extension_tag' => 'برچسب ناشناختهٔ افزونه «$1»', |
| 2528 | + |
2526 | 2529 | ); |
Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2327,6 +2327,9 @@ |
2328 | 2328 | 'signature', |
2329 | 2329 | 'signature-anon', |
2330 | 2330 | ), |
| 2331 | + 'CoreParserFunctions' => array( |
| 2332 | + 'unknown_extension_tag', |
| 2333 | + ), |
2331 | 2334 | ); |
2332 | 2335 | /** Comments for each block */ |
2333 | 2336 | $wgBlockComments = array( |
— | — | @@ -2478,29 +2481,30 @@ |
2479 | 2482 | 'exif-gpsmeasuremode' => '', |
2480 | 2483 | 'exif-gpsspeed' => 'Pseudotags used for GPSSpeedRef and GPSDestDistanceRef', |
2481 | 2484 | 'exif-gpsdirection' => 'Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef', |
2482 | | - 'edit-externally' => 'External editor support', |
2483 | | - 'all' => "'all' in various places, this might be different for inflected languages", |
2484 | | - 'confirmemail' => 'E-mail address confirmation', |
2485 | | - 'scarytransclusion' => 'Scary transclusion', |
2486 | | - 'trackbacks' => 'Trackbacks', |
2487 | | - 'deleteconflict' => 'Delete conflict', |
2488 | | - 'unit-pixel' => '', |
2489 | | - 'htmldump' => 'HTML dump', |
2490 | | - 'purge' => 'action=purge', |
2491 | | - 'search2' => 'AJAX search', |
2492 | | - 'separators' => 'Separators for various lists', |
2493 | | - 'imgmulti' => 'Multipage image navigation', |
2494 | | - 'tablepager' => 'Table pager', |
2495 | | - 'autosumm' => 'Auto-summaries', |
2496 | | - 'autoblock_whitelist' => 'Autoblock whitelist', |
2497 | | - 'sizeunits' => 'Size units', |
2498 | | - 'livepreview' => 'Live preview', |
2499 | | - 'lagwarning' => 'Friendlier slave lag warnings', |
2500 | | - 'watchlisteditor' => 'Watchlist editor', |
2501 | | - 'watchlisttools' => 'Watchlist editing tools', |
2502 | | - 'iranian-dates' => 'Iranian month names', |
2503 | | - 'hebrew-dates' => 'Hebrew month names', |
2504 | | - 'signatures' => 'Signatures', |
| 2485 | + 'edit-externally' => 'External editor support', |
| 2486 | + 'all' => "'all' in various places, this might be different for inflected languages", |
| 2487 | + 'confirmemail' => 'E-mail address confirmation', |
| 2488 | + 'scarytransclusion' => 'Scary transclusion', |
| 2489 | + 'trackbacks' => 'Trackbacks', |
| 2490 | + 'deleteconflict' => 'Delete conflict', |
| 2491 | + 'unit-pixel' => '', |
| 2492 | + 'htmldump' => 'HTML dump', |
| 2493 | + 'purge' => 'action=purge', |
| 2494 | + 'search2' => 'AJAX search', |
| 2495 | + 'separators' => 'Separators for various lists', |
| 2496 | + 'imgmulti' => 'Multipage image navigation', |
| 2497 | + 'tablepager' => 'Table pager', |
| 2498 | + 'autosumm' => 'Auto-summaries', |
| 2499 | + 'autoblock_whitelist' => 'Autoblock whitelist', |
| 2500 | + 'sizeunits' => 'Size units', |
| 2501 | + 'livepreview' => 'Live preview', |
| 2502 | + 'lagwarning' => 'Friendlier slave lag warnings', |
| 2503 | + 'watchlisteditor' => 'Watchlist editor', |
| 2504 | + 'watchlisttools' => 'Watchlist editing tools', |
| 2505 | + 'iranian-dates' => 'Iranian month names', |
| 2506 | + 'hebrew-dates' => 'Hebrew month names', |
| 2507 | + 'signatures' => 'Signatures', |
| 2508 | + 'CoreParserFunctions' => 'Core parser functions', |
2505 | 2509 | ); |
2506 | 2510 | |
2507 | 2511 | /** Short comments for standalone messages */ |