r96896 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96895‎ | r96896 | r96897 >
Date:20:20, 12 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r96855; i18n docs++
Modified paths:
  • /trunk/extensions/Survey/Survey.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/Survey.i18n.php
@@ -134,5 +134,31 @@
135135 $messages['qqq'] = array(
136136 'surveys-surveystats-question-answer' => 'Header for a column listing the amount of answers per question',
137137 'survey-question-type-number' => 'Indicates an input type that accepts a number (which can be multiple digits)',
138 - 'surveys-surveystats-question-answers' => 'Header for a column listing the most provided answers per question'
 138+ 'surveys-surveystats-question-answers' => 'Header for a column listing the most provided answers per question',
 139+
 140+ 'survey-question-type-text' => 'Input type for a question, selectable in administration interface.',
 141+ 'survey-question-type-number' => 'Input type for a question, selectable in administration interface.',
 142+ 'survey-question-type-select' => 'Input type for a question, selectable in administration interface.',
 143+ 'survey-question-type-radio' => 'Input type for a question, selectable in administration interface.',
 144+ 'survey-question-type-textarea' => 'Input type for a question, selectable in administration interface.',
 145+ 'survey-question-type-check' => 'Input type for a question, selectable in administration interface.',
 146+
 147+ 'survey-user-type-all' => 'Group of users for which a survey can be available.',
 148+ 'survey-user-type-loggedin' => 'Group of users for which a survey can be available.',
 149+ 'survey-user-type-confirmed' => 'Group of users for which a survey can be available.',
 150+ 'survey-user-type-editor' => 'Group of users for which a survey can be available.',
 151+ 'survey-user-type-anon' => 'Group of users for which a survey can be available.',
 152+
 153+ 'survey-err-id-xor-name' => 'API error message.',
 154+ 'survey-err-survey-name-unknown' => 'API error message. $1 is the name of a survey.',
 155+ 'survey-err-duplicate-name' => 'API error message. $1 is the name of a survey.',
 156+ 'survey-err-ids-xor-names' => 'API error message.',
 157+
 158+ 'right-surveyadmin' => 'User right',
 159+ 'right-surveysubmit' => 'User right',
 160+
 161+ 'special-editsurvey' => 'Special page name/title',
 162+ 'special-surveys' => 'Special page name/title',
 163+ 'special-surveystats' => 'Special page name/title',
 164+ 'special-takesurvey' => 'Special page name/title',
139165 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r96897follow up to r96896, also added docs and tweaked checkbox input layoutjeroendedauw20:32, 12 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96855added min_pages settingjeroendedauw15:28, 12 September 2011

Status & tagging log