r95394 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95393‎ | r95394 | r95395 >
Date:11:28, 24 August 2011
Author:jeroendedauw
Status:deferred
Tags:lamecommitsummary 
Comment:
fu r95393; added missing alias and messages
Modified paths:
  • /trunk/extensions/Survey/Survey.alias.php (modified) (history)
  • /trunk/extensions/Survey/Survey.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/Survey.i18n.php
@@ -23,11 +23,25 @@
2424 'right-surveyadmin' => 'Manage surveys',
2525 'right-surveysubmit' => 'Participate in surveys',
2626
 27+ 'special-survey' => 'Survey admin',
2728 'special-surveys' => 'Surveys admin',
28 - 'special-survey' => 'Survey admin',
2929 'special-surveystats' => 'Survey statistics',
 30+ 'special-takesurvey' => 'Take survey',
3031
3132 'survey-err-id-xor-name' => 'You need to provide either the id or the name of the survey to submit',
3233 'survey-err-survey-name-unknown' => 'There is no survey with the name "$1"',
3334 'survey-err-duplicate-name' => 'There already is a survey with name "$1"',
 35+
 36+ 'surveys-special-addnew' => 'Add a new survey',
 37+ 'surveys-special-namedoc' => 'Enter the name for the new survey.',
 38+ 'surveys-special-newname' => 'New survey name:',
 39+ 'surveys-special-add' => 'Add survey',
 40+
 41+ 'surveys-special-existing' => 'Existing surveys',
 42+ 'surveys-special-name' => 'Name',
 43+ 'surveys-special-status' => 'Status',
 44+ 'surveys-special-edit' => 'Edit',
 45+ 'surveys-special-delete' => 'Delete',
 46+ 'surveys-special-enabled' => 'Enabled',
 47+ 'surveys-special-disabled' => 'Disabled',
3448 );
Index: trunk/extensions/Survey/Survey.alias.php
@@ -16,7 +16,8 @@
1717
1818 /** English (English) */
1919 $specialPageAliases['en'] = array(
 20+ 'Survey' => array( 'Survey' ),
2021 'Surveys' => array( 'Surveys' ),
21 - 'Survey' => array( 'Survey' ),
2222 'SurveyStats' => array( 'SurveyStats', 'SurveyStatistics' ),
 23+ 'TakeSurvey' => array( 'TakeSurvey' ),
2324 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95393work on special pagesjeroendedauw11:23, 24 August 2011

Status & tagging log