Index: trunk/extensions/MoodBar/MoodBar.i18n.php |
— | — | @@ -132,6 +132,9 @@ |
133 | 133 | 'moodbar-loading-subtitle' => 'Subtitle of Loading-screen. $1 is the SITENAME', |
134 | 134 | 'moodbar-success-subtitle' => 'Subtitle of screen when feedback was successfullyully submitted. $1 is the SITENAME', |
135 | 135 | 'moodbar-error-subtitle' => 'Subtitle of screen when an error occurred. $1 is the SITENAME', |
| 136 | + 'moodbar-feedback-more' => 'Text of the link that the user can click to see more results. Only visible if JavaScript is enabled.', |
| 137 | + 'moodbar-feedback-newer' => 'Text of the link that the user can click to go back to more recent results. Only visible if JavaScript is not enabled.', |
| 138 | + 'moodbar-feedback-older' => 'Text of the link that the user can click to see less recent results. Only visible if JavaScript is not enabled.', |
136 | 139 | ); |
137 | 140 | |
138 | 141 | /** Message documentation (Message documentation) |