Index: trunk/extensions/Reviews/Reviews.i18n.php |
— | — | @@ -56,3 +56,20 @@ |
57 | 57 | // Special:MyReviews |
58 | 58 | 'reviews-myreviews-header' => 'This page lists all reviews you posted', |
59 | 59 | ); |
| 60 | + |
| 61 | +/** Message documentation (Message documentation) |
| 62 | + * @author Jeroen De Dauw |
| 63 | + */ |
| 64 | +$messages['qqq'] = array( |
| 65 | + 'reviews-prefs-showtoplink' => 'Text explaining the function of a preference, next to a checkbox', |
| 66 | + 'reviews-prefs-showcontrol' => 'Text explaining the function of a preference, next to a checkbox', |
| 67 | + 'reviews-prefs-showedit' => 'Text explaining the function of a preference, next to a checkbox', |
| 68 | + |
| 69 | + 'special-myreviews' => 'Special page title', |
| 70 | + 'special-reviews' => 'Special page title', |
| 71 | + |
| 72 | + 'reviews-submission-submit' => 'Submission button text', |
| 73 | + 'reviews-submission-saving' => 'Submission button text while a save action is happening and the button gets disabled', |
| 74 | + |
| 75 | + 'reviews-myreviews-header' => "Line on top of a page explaining it's function", |
| 76 | +); |