Index: trunk/extensions/Survey/Survey.i18n.php |
— | — | @@ -134,5 +134,31 @@ |
135 | 135 | $messages['qqq'] = array( |
136 | 136 | 'surveys-surveystats-question-answer' => 'Header for a column listing the amount of answers per question', |
137 | 137 | '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', |
139 | 165 | ); |