* Add a new message for an ellipsis
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 29 Dec 2008 18:36:56 +0000 (18:36 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 29 Dec 2008 18:36:56 +0000 (18:36 +0000)
* Use this message for MWSearch

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

index 27b3b18..c60d2d1 100644 (file)
@@ -3575,6 +3575,7 @@ Please confirm that you really want to recreate this page.",
 'autocomment-prefix'  => '-&#32;', # only translate this message to other languages if you have to change it
 'pipe-separator'      => '|', # only translate this message to other languages if you have to change it
 'word-separator'      => '&#32;', # only translate this message to other languages if you have to change it
+'ellipsis-separator'  => '…', # only translate this message to other languages if you have to change it
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index 979a50a..55b0d1b 100644 (file)
@@ -328,6 +328,7 @@ $wgOptionalMessages = array(
        'colon-separator',
        'pipe-separator',
        'word-separator',
+       'ellipsis-separator',
        'autocomment-prefix',
        'listgrouprights-right-display',
        'timezone-utc',
index 0f728c5..2797e76 100644 (file)
@@ -2709,6 +2709,7 @@ $wgMessageStructure = array(
                'autocomment-prefix',
                'pipe-separator',
                'word-separator',
+               'ellipsis-separator',
        ),
        'imgmulti' => array(
                'imgmultipageprev',