* add uniwiki/CreatePage extension to core
[lhc/web/wiklou.git] / languages / messages / MessagesEn.php
index 2828df7..69ba40d 100644 (file)
@@ -440,6 +440,7 @@ $specialPageAliases = array(
        'LinkSearch'                => array( 'LinkSearch' ),
        'DeletedContributions'      => array( 'DeletedContributions' ),
        'Tags'                      => array( 'Tags' ),
+       'Createpage'                => array( 'CreatePage' ),
 );
 
 /**
@@ -489,6 +490,7 @@ XHTML id names.
 ** currentevents-url|currentevents
 ** recentchanges-url|recentchanges
 ** randompage-url|randompage
+** createpage-url|createpage
 ** helppage|help
 * SEARCH
 * TOOLBOX
@@ -3923,4 +3925,17 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 'htmlform-reset'               => 'Undo changes',
 'htmlform-selectorother-other' => 'Other',
 
+# Special:CreatePage
+'createpage'              => 'Create a page',
+'createpage-url'          => 'Special:CreatePage', # do not translate or duplicate this message to other languages
+'createpage-summary'      => '', # do not translate or duplicate this message to other languages
+'createpage-submitbutton' => 'Submit',
+'createpage-instructions' => 'Enter the title of the page you wish to create:',
+'createpage-entertitle'   => 'Please enter a title for your page.',
+'createpage-titleexists'  => 'A page with the title [[$1]] already exists.
+Would you like to edit the existing page?',
+'createpage-tryagain'     => 'No. I want to create a new page with a distinct title.',
+'createpage-editexisting' => 'Yes. I want to contribute to the existing page.',
+'createpage-badtitle'     => '"$1" cannot be used as a page title',
+
 );