Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -195,15 +195,44 @@ |
196 | 196 | 'contest-edit-name' => 'form field label', |
197 | 197 | 'contest-edit-status' => 'form field label', |
198 | 198 | |
| 199 | + // Special:Contest |
199 | 200 | 'contest-contest-title' => 'Page title', |
| 201 | + 'contest-contest-no-results' => 'Message displayed instead of a table when there are no contests', |
200 | 202 | 'contest-contest-name' => 'Table row header', |
201 | 203 | 'contest-contest-status' => 'Table row header', |
202 | 204 | 'contest-contest-submissioncount' => 'Table row header', |
203 | 205 | 'contest-contest-contestants' => 'Page section header', |
204 | 206 | |
| 207 | + // Contestant pager |
205 | 208 | 'contest-contestant-id' => 'Table column header', |
206 | 209 | 'contest-contestant-volunteer' => 'Table column header', |
207 | 210 | 'contest-contestant-wmf' => 'Table column header', |
208 | 211 | 'contest-contestant-no' => 'Table cell value', |
209 | 212 | 'contest-contestant-yes' => 'Table cell value', |
210 | | -); |
\ No newline at end of file |
| 213 | + 'contest-contestant-commentcount' => 'Table column header', |
| 214 | + 'contest-contestant-overallrating' => 'Table column header', |
| 215 | + 'contest-contestant-rating' => '$1 is the avarage rating, $2 is the amount of votes', |
| 216 | + |
| 217 | + // Special:Contestant |
| 218 | + 'contest-contestant-title' => 'Page title with contestant id $1 and contest name $2', |
| 219 | + 'contest-contestant-header-id' => 'Table row header', |
| 220 | + 'contest-contestant-header-contest' => 'Table row header', |
| 221 | + 'contest-contestant-header-challenge' => 'Table row header', |
| 222 | + 'contest-contestant-header-submission' => 'Table row header', |
| 223 | + 'contest-contestant-header-country' => 'Table row header', |
| 224 | + 'contest-contestant-header-wmf' => 'Table row header', |
| 225 | + 'contest-contestant-header-volunteer' => 'Table row header', |
| 226 | + 'contest-contestant-header-rating' => 'Table row header', |
| 227 | + 'contest-contestant-header-comments' => 'Table row header', |
| 228 | + 'contest-contestant-submission-url' => 'Text for the link to the submission', |
| 229 | + 'contest-contestant-comments' => 'Page header (h2)', |
| 230 | + 'contest-contestant-submit' => 'Submit button text', |
| 231 | + 'contest-contestant-comment-by' => '$1 is a user name', |
| 232 | + 'contest-contestant-rate' => 'Page header (h2)', |
| 233 | + 'contest-contestant-voted' => '$1 is an integer', |
| 234 | + 'contest-contestant-permalink' => 'Hover-text for comment permalinks', |
| 235 | + |
| 236 | + // Emails |
| 237 | + 'contest-email-signup-title' => 'Title for signup emails', |
| 238 | + 'contest-email-reminder-title' => 'Title for reminder emails', |
| 239 | +); |